Currently on chapter 7 (files) this is probably the best Python course I have watched to date. Thing is finding time to actually put what I learn to practice
Just following along. Now I am going to go back and review the free textbook that comes with this video and do some exercises. The videos are like lectures no examples. Why I stopped at 7 for now to re enforce what I learned 1-6. I understand most of it just struggle with loops
When I see it in practice I’m like yes I get it. But when it’s actually time to read an example then code it with out help my brain just turns to mush like I can’t come up with the code to do the loop
What helped me is to think about the logic for a solving a small instance of the problem without loops. Then you can look for repeated code and decompose it into functions. After that, it's easier to see the parts that can be generalized to solve for an arbitrary instance. Wrap those functions in a loop to make the general solution :)
I think of it more like a merry-go-round and each statement is sort of like your position as you go around. At some point the ride stops (you exit the loop), and you get on another ride.
Up for the last few hours due to the AirBnB neighbors. Really bad this time. This group has to be on stimulants because they binge drink all day starting at noon, and are up now still drinking, hooting, and hollering (it’s 5am). Last night they were outside drinking until 7am
I think I’ve heard of those guys? Movers I think they’re called 😉.
We are in our lease for another 6 months. We’ve decided to ask the landlord if he’ll let us out though or let us sublease. I assume rents have risen so might be compelling if he’s strictly self-interested.
Been trying to get AirBnB to do something. Even called the cops last night. Had a blowout with the host who is either naive or manipulative (probably a bit of both).
We also really love this part of town. Our place is tiny but the perfect size. Our cat is adjusted to it. We wanted to make it work and not give up on it, but it’s too far gone now.
I think you can get yourself out of the lease early without any fine, because you have legally valid reasons. And next place can be even better than the current one... for clowns, stackers and cats :)
Since I can't sleep, going to work on adding an onion address ... while it's trivial to create an onion service, especially because I already run a tor http tunnel, it's more work than I thought, because
CORS
I need to only let the service run on one machine (unless I use something like onion balance)