Read or watch:
- More Control Flow Tools – Unleash the power of control flow in Python!
- IndentationError – Overcome coding challenges with proper indentation in Python!
- How To Use String Formatters in Python 3 – Master dynamic and customized output with Python's string formatters!
- Learn to Program 2: Looping – Dive deeper into programming with Python's looping and iteration!
- Pycodestyle – Style Guide for Python Code – Embrace clean and consistent Python coding with Pycodestyle!
man or help:
python3
- Why Python programming is awesome/
- Why indentation is so important in Python
- How to use the if, if ... else statements
- How to use comments
- How to affect values to variables
- How to use the while and for loops
- How is Python’s for different from C‘s?
- How to use the break and continues statements
- How to use else clauses on loops
- What does the pass statement do, and when to use it
- How to use range
- What is a function and how do you use functions
- What does return a function that does not use any return statement
- Scope of variables
- What’s a traceback
- What are the arithmetic operators and how to use them
Python Scripts
- Allowed editors:
vi,vim,emacs - All your files will be interpreted/compiled on Ubuntu 20.04 LTS using python3 (version 3.8.5)
- All your files should end with a new line
- The first line of all your files should be exactly
#!/usr/bin/python3 - A
README.mdfile, at the root of the folder of the project, is mandatory - Your code should use the pycodestyle (version 2.7.*)
- All your files must be executable
- The length of your files will be tested using
wc
Note: you do not need to understand lists yet.
No known bugs at this time.
