didaquis / hackathon-zero-python-2020

Code of Hackathon Zero. Organized by GeeksHubs

Repository from Github https://github.comdidaquis/hackathon-zero-python-2020Repository from Github https://github.comdidaquis/hackathon-zero-python-2020

hackathon-zero-python-2020

title

Requirements

Install python3
Ensure you have installed pip3

Resources

Docs of Python 3.8 https://docs.python.org/3.8/
Docs of pip https://pip.pypa.io/en/stable/
Docs of unittest https://docs.python.org/3/library/unittest.html

baby steps

Run in the terminal:

python3

And then:

'''
This is a block comment.
bla bla bla
'''
salute = 'hello world!'
print(salute)

# This is a line comment
exit()

Or run a Python file:

python3 baby-steps.py

Install requirements of aplications with pip

pip install -r your-folder/requirements.txt

About

Code of Hackathon Zero. Organized by GeeksHubs


Languages

Language:Python 100.0%