|
|
|
|
|
by bunya017
2316 days ago
|
|
Python Crash Course [1] This book is especially good for beginners in python, it feels as if the author is teaching you in person. All the exercises in every chapter builds to a mini project by the end of that chapter.
One can skip the basics section and jump into the projects section which has: Alien Invasion (game programming with pygame), Data Visualization, and Web Development (using Django). [1] https://nostarch.com pythoncrashcourse2e |
|