Wednesday, November 24, 2021

Mike Driscoll: Python Black Friday / Cyber Monday Sales 2021

Lots of companies do sales on Black Friday, sometimes for the entire week. I am going to link to Black Friday sales for Python-related materials, including my own, in this article.

I am having a sale where you can get $10 off if you use the following coupon: black21. This coupon works on any of my Python books on Gumroad

This code will work on my newest book, Automating Excel with Python. It will also work on older titles like Pillow: Image Processing with Python and Creating GUI Applications with wxPython among others.

All My Python Books

Other Python Sales

There are other indie authors and regular publishers that are having sales. Here are a few:

Trey Hunner is keeping track of all the Python sales too on his site, so check it out too so that you don't miss anything

The post Python Black Friday / Cyber Monday Sales 2021 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...