Hello! If you’re trying to use input redirection in Chapter 2 with PowerShell, you’ll need a different approach than the < operator that works in many other shells. Let’s say you wanted to use input redirection on the Telemarketers problem in Chapter 2. Here’s the command that I’m currently using for PowerShell for input redirection: Get-C... Read more 20 Jan 2022 - 1 minute read
Hello, Python people, It may be clear to you already that writing code is crucial in the process of learning to program. But there are other important skills that may be less obvious but that we need to practice as well. For example: reading code written by others. You never know what you’ll learn by reading through other people’s code. You mi... Read more 20 Sep 2021 - 2 minute read
What’s up, Python people, I don’t usually get multiple requests to cover the same thing, but I’ve gotten a few requests to cover a problem called Alpaca Racing. (Why? Alpacas learning Python? Hi, buddies. Please don’t spit on me.) I’m going to assume here that you’ve studied the first five chapters of the book. If you have, you know all about ... Read more 06 Aug 2021 - 8 minute read
Hello, Python people, My Learn to Code by Solving Problems book uses Python to teach you how to program. About once a year, a new Python version is released with new features and improvements. For the beginning programmer (or most programmers, really), there likely won’t be anything earth-shattering: you can continue to program as you have befo... Read more 17 Jul 2021 - 8 minute read
Hello, soon-to-be coder, My book Learn to Code by Solving Problems is written to help you learn to code in Python. This website contains extra resources for the book. Have a look around! You’ll find information about the book, downloadable code, my newsletter, and more. Ask your local bookshop, or buy online: No Starch Press Amazon Cana... Read more 28 May 2021 - less than 1 minute read