Tuesday, July 13, 2021

Mike Driscoll: Learn to Code by Solving Problems eBook Contest

No Starch Press has partnered with Mouse vs Python to bring you an eBook contest for Learn to Code by Solving Problems: A Python Programming Primer by Daniel Zingaro.

Learn to Code by Solving Problems

There will be 5 winners. To enter, all you need to do is tweet this article and tag @driscollis and @nostarch.

You will be able to enter this contest from now until July 20th, 2021 at midnight CST. The winners will be announced on Twitter and tagged so they know that they have won. You will then need to contact @driscollis to get your prize.

The post Learn to Code by Solving Problems eBook Contest 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...