Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Examples Playground

A hands-on collection of Python scripts covering fundamental programming concepts. Each file is self-contained and focuses on a single concept, with comments in Portuguese.

Examples

Requirements

  • Python 3.x

No external libraries are needed. All scripts use the Python standard library only.

Running the Scripts

Clone the repository and run any script directly with Python:

git clone https://github.com/joaopedro-chaves/Python-examples.git
cd Python-examples

# Run any example:
python hello_world.py
python if.py
python for.py
python while.py
python arrays_program.py

Note: Some scripts require user input — follow the on-screen prompts when running them.

About

Examples for Python

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages