Skip to content

4GeeksAcademy/python-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages