A page that captures pythonic ways of doing things
Python does not use pointers
https://realpython.com/pointers-in-python/arrow-up-right
How to reverse a string in python?
https://www.educative.io/edpresso/how-do-you-reverse-a-string-in-pythonarrow-up-right
How to sort a dictionary in python?
https://towardsdatascience.com/sorting-a-dictionary-in-python-4280451e1637arrow-up-right
Namespaces and scope
https://realpython.com/python-namespaces-scope/arrow-up-right
how does python work
https://towardsdatascience.com/how-does-python-work-6f21fd197888arrow-up-right
day job is programming, but Python was made for people whose day job has nothing to do with software development but they code mainly to handle data.
how python implements arbitrary precision integers
https://www.codementor.io/@arpitbhayani/how-python-implements-super-long-integers-12icwon5vkarrow-up-right
Python iterators and generators
https://cs88-website.github.io/sp20/lab/lab11/arrow-up-right
How are generators and coroutines implemented in CPython?
Java “Virtual Machine” vs. Python “Interpreter” parlance?
Last updated 4 years ago