I again learned the Python on 'edX' website
I again learned about the Python on edX website Sometimes, I think, I could understand the concept of the Python, but would quickly forget all the coding tricks. I think that to understand the Python you need to practice with real website or app, in all, like that :)
3.1 conditional statements (https://www.youtube.com/watch?v=-GUlffI2HkA).
PY4E - Conditionals (Chapter 3 Part 2) (https://www.youtube.com/watch?v=OczkNrHPBps).
Python for Informatics - Chapter 4 - Functions (https://www.youtube.com/watch?v=Wdi6lhcrtBU).
PY4E - Functions (Chapter 4 Part 1) (https://www.youtube.com/watch?v=5Kzw-0-DQAk).
PY4E - Functions (Chapter 4 Part 2) (https://www.youtube.com/watch?v=AJVNYRqn8kM).
PY4E - Loops and Iteration (Chapter 5 Part 1) (https://www.youtube.com/watch?v=FzpurxjwmsM).
PPY4E - Loops and Iteration (Chapter 5 Part 2) (https://www.youtube.com/watch?v=5QDrj5ogPYc).
PY4E - Loops and Iteration (Chapter 5 Part 3) (https://www.youtube.com/watch?v=xsavQp8hd78).
PY4E - Loops and Iteration (Chapter 5 Part 4) (https://www.youtube.com/watch?v=yjlMMwf9Y5I).
All lectures (5 Chapters) by MOOCs: Charles Severance (https://www.youtube.com/watch?v=8DvywoWv6fI).
You may read further about Python
May I write str()?
May I write str()? I found that I can write string as str(), but I don/t know for what is to be useful, just trying to write so garbage in Python :)
Python If ... Else
Read also on W3School about Python If ... Else (https://www.w3schools.com/python/python_conditions.asp )
Python Data Types
Read also on W3School about Python Data Types (https://www.w3schools.com/python/python_datatypes.asp )
Python Try Except
Read also about Python Try Except (https://www.w3schools.com/python/python_try_except.asp )
Python Functions
Read also about Python Functions (https://www.askpython.com/python/python-functions )