Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 449 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 449 Bytes

python_1_hour

Learning Python in 1 hour with the https://www.youtube.com/watch?v=fp5-XQFr_nk video. Every step committed. Can be used for self-learning. The video isn't created by me :) This is a little course to learn the basics of Python creating a weather forecast program and very simple calculator. Every step is committed, every string is commented. The test.py file is the main educational file: everything is told and tested here. Another