/deepdive_python

Fred Baptiste is an excellent instructor and I'm taking couple of notes from his deep dive into python series. Highly reccommend it

Primary LanguagePython

deepdive_python

Fred Baptiste is an excellent instructor and I'm taking couple of notes from his deep dive into python series. He starts everything from the basics and leaves no stone unturned. most of the notes are readme's and may not even be neat. Execute the code in cli with exec(open(<file_name>).read()) so you can play around wth it like a pynb

Books for reference

  • Learning python Mark Lutz
  • Fluent Python Luciano Ramalho
  • Python Cookbook David Beazly
  • Effective python Drett Slatkin
  • Python is a Nutshell Alex Martelli
  • Raymond Hettinger twitter feed
  • Planet Python blog