The main topic of this branch is to practice with GitHub.
git checkout -b 0_hello-world_jhon-doe
If you use VSCode I recommend you this extensions:
Name: markdownlint. Description: Markdown linting and style checking for Visual Studio Code. VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
Name: Python. Description: IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more. VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-python.python
Name: Pylance. Description: A performant, feature-rich language server for Python in VS Code. VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance
My favorite IDE is PyCharm but VSCode is a very good option too.
The objective of this exercise is to print a "hello world" on your terminal.
If you want to test your code to know if it works, use python3 test.py
.