Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 977 Bytes

python.rst

File metadata and controls

39 lines (28 loc) · 977 Bytes

Pythonicity

Beautiful idiomatic python code - suitable for beginners

Beyond pep8 - Very good video folowwing the first one.
More python insiders.

Raymond Hettinger's videos on PyVideo, these are must-seen

Architecture

Very nice video so as to write more maintainable code.
A must see for beginners and non beginners

Useful links

http://pymotw.com/2/

Books

Fluent python http://shop.oreilly.com/product/0636920032519.do

The Hacker guide to python https://thehackerguidetopython.com/