AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Python Language Features for Beginners
The fact that blocks are delineated by spaces and ortabs instead of brackets. I think also that's a nice thing that helps novices learn to programme in a structurat way, because it forces them to do things in a certain way. And i've become more enamored of strictly typed languages over the last couple of years. So you don't need to start programming with type annotations. But after you get to that point where you're like, "If only there would have been a way for me to have caught that" without it being a run time exception,. something that blows up when the programme's running. The idea of my gradually typing your code, which is