Pythonic things
A page that captures pythonic ways of doing things
Python does not use pointers
https://realpython.com/pointers-in-python/
How to reverse a string in python?
https://www.educative.io/edpresso/how-do-you-reverse-a-string-in-python
How to sort a dictionary in python?
https://towardsdatascience.com/sorting-a-dictionary-in-python-4280451e1637
Namespaces and scope
https://realpython.com/python-namespaces-scope/
how does python work
https://towardsdatascience.com/how-does-python-work-6f21fd197888
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-12icwon5vk
Python iterators and generators
https://cs88-website.github.io/sp20/lab/lab11/
How are generators and coroutines implemented in CPython?
Java “Virtual Machine” vs. Python “Interpreter” parlance?
Last updated