You are forcing me to learn Python. I am happy that you came back to classic music. I am waiting for the next one (and still finishing Python Crash Course). I really like your calm and slow style. You teach really well.
Thank you for making these. I'm still at the very beginning of Crash Course and will try to do things myself, but it's incredibly reassuring to know that I have your videos to fall back on if something's a bit much or just to prepare for some stuff when I don't have time for the book.
Thanks for making these videos! I have 3 of the No Starch books you made videos for. As I read the books I am going to watch your videos to supplement the reading.
32:48 SOLVED Thanks for making this. Did something change in a Python update or maybe what I’m using (PyCharm) effects syntax but I typed in the words spaces and all with the characters and I keep getting an error because it says name “myAge” is not defined at line 12. SOLUTION: 11| print( ‘what is your age?’ ) 12| myAge = input() 13| 14| print(‘You will be ‘+str(int(myAge)+ 1) + ‘ in a year.’ ) I had to add an extra line between the two strings or else python didn’t know where to stop. It did the age all together. It’s like like solving for x and then writing the answer for x before it has the answer and then it has an error.
You are forcing me to learn Python. I am happy that you came back to classic music. I am waiting for the next one (and still finishing Python Crash Course). I really like your calm and slow style. You teach really well.
Thank you. :) Highly appreciate it.
The next video will be out soon.
Awesome video with detailed review of the questions after the chapter. I am especially grateful for that.
Thank you, Kai :)
Great that you find it helpful.
Thank you for making these. I'm still at the very beginning of Crash Course and will try to do things myself, but it's incredibly reassuring to know that I have your videos to fall back on if something's a bit much or just to prepare for some stuff when I don't have time for the book.
Thank you. That sounds like a good approach.
Thanks for making these videos! I have 3 of the No Starch books you made videos for. As I read the books I am going to watch your videos to supplement the reading.
Thank you so much🙏
Thank you :)
Excellent!!
32:48 SOLVED Thanks for making this. Did something change in a Python update or maybe what I’m using (PyCharm) effects syntax but I typed in the words spaces and all with the characters and I keep getting an error because it says name “myAge” is not defined at line 12.
SOLUTION:
11| print( ‘what is your age?’ )
12| myAge = input()
13|
14| print(‘You will be ‘+str(int(myAge)+ 1) + ‘ in a year.’ )
I had to add an extra line between the two strings or else python didn’t know where to stop. It did the age all together. It’s like like solving for x and then writing the answer for x before it has the answer and then it has an error.
thanks mate