This week we welcome Julien Palard (@sizeof) as our PyDev of the Week! Julien is a core developer of the Python programming language and a Python trainer. Julien is also the creator of HackInScience, a Python learning platform as well as an organizer for AFPy, the French Python user group. Julien did the French translation […]
In this tutorial, you will learn the basics of testing with Python and the built-in unittest module You can also read the article that this video is based on at Mouse vs Python here: Python 3 Testing: An Intro to unittest
This week we welcome Mirko Galimberti (@M1sl6) as our PyDev of the Week! Mirko is a core developer of Kivy, a cross-platform GUI framework for Python that targets iOS and Android, but works on Linux, Mac, and Windows too. Mirko also has a website, which is a great way to see what he is up […]
Python has lots of data visualization packages available to it. One of the most popular is Matplotlib. In this video tutorial, will be learning about the following topics: Creating a Simple Line Chart with PyPlot Creating a Bar Chart Creating a Pie Chart Adding Labels Adding Titles to Plots Creating a Legend Showing Multiple Figures […]
This week we welcome Peter Baumgartner (@pmbaumgartner) as our PyDev of the Week! Peter is a fellow Python blogger who writes about Python and data science. Peter also has a collection of interesting Jupyter Notebooks that you can use to learn from. You can see what projects Peter is working on over on GitHub. Let's […]
This video tutorial teaches you the basics of using Python's doctest module for testing your code. This video is based on my article, Python Testing with doctest. Want to learn more Python? Check out some of my Python books on Leanpub, Gumroad, or Amazon.