Skip to content

Code of Hackathon Zero. Organized by GeeksHubs

Notifications You must be signed in to change notification settings

didaquis/hackathon-zero-python-2020

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages