Get 80% off the full course from this link: https://inventwithpython.com/automateudemy
Support me on Patreon: https://www.patreon.com/AlSweigart
Buy the print book here: https://www.amazon.com/gp/product/1593275994/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&tag=playwithpyth-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=1593275994&linkId=8a8e0ae7d1b277b2352cb8006ba5de09
Lesson 2 of the online Python programming course for complete beginners. This course follows the “Automate the Boring Stuff with Python” book by Al Sweigart, which can be read online at http://automatetheboringstuff.com
Lesson 2 covers expressions, data types, and variables. These concepts are explored further in the book at https://automatetheboringstuff.com/chapter1/
source
I've been trying to find something like the Python execution visualizer on the internet, but never found anything as clear. And it seems incredibly useful for debugging.
Is there any similar programs available, or how would you go aboutmaking one yourself?
Hello Al, how do I get the visualization tool?
Excellent, Magnificent, superb work.
I love the robot mowing the lawn, but it would be funnier if it was a snake.
Hello, could the Python 3.6.3 while following this tutorial or do I have to download the 3.5? Thank you for your tutorial.
Amazing how this video is six years old but Iām still learning from it! On study break now and canāt wait to start coding my own programmes
If you are not using the program he is using, use this script to print the answer to a calculation:
calculation =
print(calculation)
put the calculation after the =.
Very informative š thank you š
How and/or where can we enter that viqualisation tool (eval) for put our own numbers in actually?
Thx in advance..
bought youre book..google store
python > C#
In all video which topic is handled identifying is difficult. Put the topic name in each video about my request.
I'm starting your book, "Automate the Boring Stuff with Python". These videos are a great addition to studying the text. You provide a well-rounded regimen for learning programming that I can't wait to explore further. I am completely new to programming, and happy to latch onto your wonderful resources. Thank you.
Thank you Al for your book. It"super book!
Man, i really need to stick with programming. All this awesome stuff you can do with it i'd imagine…
I think my adventure of learning how to code will start here.
thanks!
"THANKS" * 99999999
11:30 PM and I have to get up early tomorrow but happy i found your lessons and will watch tomorrow evening! Thanks!
10:03
If a python "INSTRUCTION" EVALUATES to a SINGLE-VALUE, it's an EXPRESSION, otherwise, it's a STATEMENT.
2 + 3 EVALUATES to a single value 5, so the 2 + 3 is an EXPRESSION. (instruction or CODE)
2 + 3 is an INSTRUCTION (or CODE) where we have a PLUS (( + )) OPERATOR.
There are two OPERANDS, 2 and 3 are the operands. The '+' operator works on the two operands producing a single value 5
Hey Al, I know this was a long time ago, but when I try to type in IDLE then run it, I get an error that says
"The program can't start because
api-ms-win-crt-runtime-I1-1-0.dll is missing from your computer.
Try reinstalling the program to fix this problem."
Well, I tried reinstalling the program and still the error pops up! I don't know what to do. Please help.
i somewhat started falling in love with python its such an awesome language and the instructor is astounding good job bruh
zozo
Thanks for so much information..!!!!