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 […]
This week we welcome Raza Zaidi (@razacodes) as our PyDev of the Week! Raza is a content creator on Twitter and YouTube. You can learn about Python, data science, Django, and more on Raza's YouTube channel. Check it out when you get a chance! Now let's spend a few moments getting to know Raza better! […]
This week we welcome Mason Egger (@masonegger) as our PyDev of the Week! Mason is an organizer of PyTexas and a developer advocate at Gretel. Mason also maintains a Python website where you can see what Mason has been up to. Let's take a few minutes to get to know Mason better! Can you tell […]
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) […]
The PyDev of the Week this week is Jyotika Singh (@JyotikaSingh_). Jyotika is the maintainer of pyAudioProcessing and a speaker at multiple conferences. You can check out what Jyotika is up to by going to her GitHub profile. Let's spend a few minutes getting to know Jyotika better! Can you tell us a little about […]
In this tutorial, you will learn what a REPL is and why it is useful. I also show you a couple of alternative REPL environments in this tutorial, such as IDLE and IPython. Related Articles An Intro to Python Editors Python 101 - An Intro to IDLE