When you learn Python coding, you start by learning about the tools you'll need and the rules for each one of those tools. You learn the syntax of the for loop and what it does, for example. With time, you also learn when to use this tool and when not to use it. What's more… Continue reading Monty Will Help You Learn Python Coding, But Who’s Monty? (The White Room Series #1)
Tag: Beginners
The terms beginners, intermediate, and advanced are often used, but they’re really hard to define. What’s intermediate for a beginner is beginner’s stuff for someone advanced, and so on. Still, at least Beginners has a clear starting point, so some posts will be tagged as beginners.
Python List Comprehensions and Michael Phelps’ Olympic Medal Cabinet
Python list comprehensions can look a bit strange at first sight. However, with a bit of practice and experience, they quickly become a go-to tool for a Python programmer. But Python's list comprehensions are not just syntactic sugar that condense three lines of code into one. And they're not there just to make you look… Continue reading Python List Comprehensions and Michael Phelps’ Olympic Medal Cabinet