Stephen Mclin

Stephen Mclin

Hey, I'm Steve; I write about Python and Django as if I'm teaching myself. CodingGear is sort of like my learning notes, but for all of us. Hope you'll love the content!

Introduction to Python User Input

User input is any data that you get from the user of your program, such as their name, age, preferences, etc. User input can make your program more interactive and dynamic, as well as more personalized and user-friendly. In this…

Introduction to Python Lists

Hey there, welcome to this blog post where I’ll teach you the basics of Python lists. Lists are one of the most useful and versatile data structures in Python, and they’re super easy to learn. Let’s get started! What are…