Python notes - 5/16/24
Ok, I have begun to learn Python several times. I started a Udemy course and got a few hours in, I took a short, extra-curricular class at WVUP, I watched many of Paul McWhorter’s videos on YT, I had to do some Python in the Discrete Math class at WVUP, and all that was on top of Intro to Programming at WVUP, which was Java. So this summer (2024), I am starting a Udemy course called “Automate the Boring Stuff.” I’ve heard good things about it, and while I hate not finishing the other Udemy course I started, I’m going to go ahead with this one. Automating stuff is definitely the kind of thing I want to learn to do with Python, since I am studying Network Engineering, so this course appeals to me. https://automatetheboringstuff.com/ I’m starting at the beginning of the course, even though I know this stuff, but it is a good refresher. The first video was your traditional “Hello World” program and info about ints, strings, expressions, concatenations, and basic stuff like that...