Skip to content

This is a repository to teach and learn Python

License

Notifications You must be signed in to change notification settings

mrroot5/python-teach-learn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0_hello-world

The main topic of this branch is to practice with GitHub.

Create your own branch

git checkout -b 0_hello-world_jhon-doe

Tips

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.

Start coding

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.