Monday, January 11, 2021

Mike Driscoll: Get Python 101 2nd Edition FREE for 72 Hours!

Python 101 2nd Edition is the latest version of Python 101. This book is meant to help you learn Python and then go beyond the basics. I’ve always felt that a beginner’s book should teach more than syntax. If you’d like to try out Python 101, you can do so for FREE for the next 72 hours by using the following link: https://leanpub.com/py101/c/mvp2021

If you have a Gumroad account, you can get the book here (https://gumroad.com/l/pypy101) for free using this coupon: mvp2021

The last time I made Python 101 free for 3 days, I got 30-40,000 new readers. Let’s see if we can beat that!

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

Check out Leanpub or Gumroad for full details on what all is in the book.

The post Get Python 101 2nd Edition FREE for 72 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...