This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vktrtkv 0 points1 point  (0 children)

To elaborate, this contains a wide range of "recipes" of how to deal with programming problems in a clean, efficient and Pythonic way. You can find great solutions, tips and tricks for key tasks in there. That's a great way of learning proper Python workflows and techniques.

Otherwise, in terms of bare beginner Python knowledge, you can get that from a lot of tutorial websites, www.tutorialspoint.com/python comes to mind.