You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My solutions to the well know Introduction to Computer Science with Python book by John Zelle. Several years after going through this book, I still recommend it as one of the best examples of computer science pedagogy I've seen to date.
After running out of Zelle limit multiple times, and realizing that Bank of America doesn't tell you the limits that you have available to do Zelle transfers, I decided to do it myself
The pattern drawing program for one of my uni programming tasks. Made in pythonusing the Zelle graphics module. It doesn't exacly server any purpose but it took a while to code as it required patterns to be indetifyied to reduce the amount of code needed to produce the program.