Sunday, February 23, 2020

Mike Driscoll: Python 101 2nd Edition Sample Chapters

I have put together some sample chapters for the 2nd edition of Python 101 which is coming out later this year. You can download the PDF version of these sample chapters here. Note that these chapters may have minor typos in them. Feel free to let me know if you find any bugs or errors.

If you are interested in getting a copy of the book, you can do so over on Kickstarter.

Python 101 2nd Ed Kickstarter

The post Python 101 2nd Edition Sample Chapters appeared first on The Mouse Vs. The 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...