Python Coding Introduction
Python 3 programming tutorial, including installation in Windows; use of the integrated development environment (IDLE); defining, inputting and formatting string and numeric variables; creating IF statements and while loops; and importing libraries.
You can download all of the Python 3 code shown in the video from: http://www.explainingcomputers.com/python_coding.html
And you can download Python 3 itself (eg to install on a Windows machine as shown in the video) from: https://www.python.org/
Note that Python 3 is already installed in Raspbian on a Raspberry Pi, and in many other Linux distros.
If you find this video useful, you may also like this one in which I create Python code to access GPIO input pins on a Raspberry Pi: https://www.youtube.com/watch?v=NAl-ULEattw
I also create more Python code in my series on Raspberry Pi robotics: https://www.youtube.com/watch?v=41IO4Qe5Jzw&list=PL2m2YvnrOYxLOZG0TGQgm9LAEYuvaglzY
Oh, and you may also enjoy my recent book “Digital Genesis: The Future of Computing, Robots and AI”: http://amzn.to/2C2WrA6
More videos on computing and related topics can be found at: http://www.youtube.com/explainingcomputers
And I have another YouTube channel called ExplainingTheFuture at: http://www.youtube.com/explainingthefuture
source