Thursday, April 8, 2021

Mike Driscoll: Python 101 is Pay What You Want for 24 Hours

For the next 24 hours, Python 101 will be Pay What You Want, $3 minimum (usually $25).
Python 101 2nd Ed Kickstarter

The second edition of Python 101 is completely rewritten from the ground up. In this book, you will learn the Python programming language and lots more.

This book is split up into four sections:

  1. The Python Language
  2. Intermediate Topics
  3. Creating Sample Applications
  4. Distributing Your Code
 

The post Python 101 is Pay What You Want for 24 Hours appeared first on Mouse Vs Python.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...