Thursday, August 22, 2019

Doing Math with Python: Doing Math with Python in Python Humble Bundle

"Doing Math with Python" is part of No Starch Press's Python Humble Bundle. Of course, you get No Starch Press's other excellent Python books as part of the bundle. It's still on for the next 10 days!

Humble Bundle

Your purchases will help support the No Starch Foundation and Python Software Foundation.

Get the bundle here.



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...