Summary
Keywords
Full Transcript
#python #pythontutorial #pythoncourse This is a quick introduction to the Python programming language. If you would like to learn more, I have a FREE 12-hour course on my YouTube channel and a separate playlist with 90 videos. *Python 12 Hour Full Course for free* ๐: https://www.youtube.com/watch?v=ix9cRaBkVe0 *My original Python 12 Hour course* ๐: https://www.youtube.com/watch?v=XKHEtdqhLK8 *Full Python playlist* ๐: https://www.youtube.com/watch?v=Sg4GMVMdOPo&list=PLZPZq0r_RZOOkUQbat8LyQii36cJf2SWT #1 (00:00:00) introduction to python ๐ (00:00:19) python interpreter download (00:01:00) pycharm download (00:02:36) new project (00:02:57) new python file (00:03:26) print() #2 (00:05:21) variables โ #3 (00:09:51) arithmetic ๐งฎ #4 (00:15:03) typecasting ๐ฑ #5 (00:20:10) user input โจ #6 (00:24:45) if statements ๐ค #7 (00:32:55) logical operators ๐ฃ #8 (00:40:24) while loops โพ #9 (00:45:05) for loops ๐ #10 (00:48:28) countdown timer ๐ #11 (00:50:14) lists, tuples, sets ๐ Python Interpreter: https://www.python.org/ PyCharm IDE: https://www.jetbrains.com/pycharm/
