Sunday, June 7, 2020

Reuven Lerner: “Python Workout” is the Manning “Deal of the Day” for June 7

Want to improve your Python fluency? You’ll need to practice! My book, “Python Workout,” gives you 50 exercises (+ screencast videos + 200 bonus exercises) to improve your Python programming ability.

Just today (June 7th), it’s also Manning’s “Deal of the Day.” So grab it at this special (50% off) price before it’s too late! Just go to https://www.manning.com/dotd .

The post “Python Workout” is the Manning “Deal of the Day” for June 7 appeared first on Reuven Lerner.



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