6. Beautiful Python
Writing pythonic code.
Last updated
Was this helpful?
Writing pythonic code.
Last updated
Was this helpful?
Notes:
variable names should describe the variable (type, const, let)
Pythonic transformation of Java Code
try..finally becoming --- with .... : ...
iteration becoming -- loop with conversion to sequence (__len__(self) , __get__item(self, i))
A ton of algorithms implemented in python:
A project with more great projects :
A repo I made explaining the one time pad in a few languages:
A program to download YouTube videos:
A simple OO steam api:
Progress bars for downloads:
A repo with some python program structure templates:
Get a Bing wallpaper:
Inspiration Live Sessions
Code MakeOver!
Programming Pearls () by Jon Bentley