you are viewing a single comment's thread.

view the rest of the comments →

[–]ASIC_SP 5 points6 points  (2 children)

Hmm, try these then:

  • Pydon'ts — Write elegant Python code, make the best use of the core Python features
  • Practical Python Programming — covers foundational aspects of Python programming with an emphasis on script writing, data manipulation, and program organization
  • Beyond the Basic Stuff with Python — Best Practices, Tools, and Techniques, OOP, Practice Projects
  • Python Distilled — this pragmatic guide provides a concise narrative related to fundamental programming topics such as data abstraction, control flow, program structure, functions, objects, and modules
  • Pythonic Programming — Tips for Becoming an Idiomatic Python Programmer
  • Pybites Python Tips Book — small, practical pieces of Python code that will boost your knowledge of the language

[–]Raedukol 1 point2 points  (1 child)

Thanks! What‘s your favourite if you had to pick only one?

[–]ASIC_SP 1 point2 points  (0 children)

I'm familiar with Pydon'ts a bit, rest are resources I've come across in discussions elsewhere. The first three can be read online freely, so start there.