Here are
10 public repositories
matching this topic...
Project page for "The Debugging Book"
Updated
Mar 31, 2022
Python
Updated
Nov 29, 2021
Python
Bulk Textbook Download Tool
Updated
Nov 3, 2021
Python
Updated
Apr 22, 2022
Python
Notes, exercises, and thoughts on Charles Dierbachs textbook "Introduction to Computer Science Using Python: A Computational Problem-Solving Focus".
Updated
May 25, 2019
Python
Updated
Jul 12, 2019
Python
The answers to SICP exercises, but in Python not lisp
Updated
Oct 20, 2020
Python
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Updated
Nov 26, 2018
Python
Downloads Ebooks from myLIM as a PDF file
Updated
Mar 9, 2022
Python
Improve this page
Add a description, image, and links to the
textbook
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
textbook
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
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.
There's some sloppy programming in here. Just before saw that I was calling
len(something)around 5 times for the samesomethingvariable in one function.Go through and clean up bad code like the above, and anything that's not idiomatic python.