Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 979 Bytes

File metadata and controls

23 lines (13 loc) · 979 Bytes

Python Hello

The most basic boilerplate to start a Python project at 4Geeks is to start your very first Python project from scratch.

What to do next?

Open the main.py file and start writing your code.

Execute your code by typing the following command on your terminal:

$ python main.py

You can create and include as many python files (a.k.a. modules) as you want using the import statements.

Requirements

Make sure you have Python installed in your computer. We strongly recommend installing Python through Pyenv to avoid version conflicts in the future.

Contributors

This template was built as part of the 4Geeks Python Resources for learning at 4Geeks.com by Alejandro Sanchez and many other contributors.