How to Create a Command-line Application with argparse

When you are creating an application, you will usually want to be able to tell your application how to do something. There are two popular methods for accomplishing this task. You can make your application accept command-line arguments or you can create a graphical user interface. Some applications support both. Command-line interfaces are helpful when […]

How to Create a Command-line Application with argparse Read More »

Python 101 – Learn All About Functions (Video)

In this video tutorial you will learn the following: Creating a function Calling a function Passing arguments Type hinting your arguments Passing keyword arguments Required and default arguments *args and **kwargs Positional-only arguments Scope Related Merch Python 101 Video Series Python 101 – 2nd Edition: Amazon (paperback / Kindle) Gumroad (eBook – PDF, mobi, epub)

Python 101 – Learn All About Functions (Video) Read More »

Python 101 – Intro to Graphing with Python and Matplotlib (Video)

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

Python 101 – Intro to Graphing with Python and Matplotlib (Video) Read More »