Tuesday, June 23, 2020

Mike Driscoll: Relaunch of Mouse Vs Python YouTube Channel

I recently decided to relaunch the Mouse vs Python YouTube channel. I am working on new tutorials from the 2nd Edition of Python 101 as well as starting some new content on regular Python tutorials and wxPython tutorials.

Here are a few examples of the new content:

I have lots of ideas for other Python series but I am open to your suggestions too. Feel free to let me know what you would like to see covered here in the comments, over on the YouTube channel or on Twitter.

The post Relaunch of Mouse Vs Python YouTube Channel 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...