Skip to content

E-ternalSpring/python-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📚 Python Learning Repository

A collection of notes, examples and practical exercises developed throughout my Python learning journey.

This repository serves as my personal study notebook, where I organize small code examples covering Python fundamentals, data structures, object-oriented programming and other core language concepts.

The goal is to build a solid foundation while documenting my progress in a structured and easy-to-navigate way.


🎯 Purpose

This repository is intended for learning purposes only.

Rather than containing complete applications, it gathers isolated examples and exercises that helped me understand Python concepts and language features.


📂 Repository Structure

.
├── 00 - Fundamentos
├── 01 - Estrutura de Dados
│   ├── Listas
│   ├── Tuplas
│   ├── Conjuntos
│   └── Dicionários
├── 02 - Funções
├── 03 - Programação Orientada a Objetos
├── 04 - Manipulação de Arquivos
├── 05 - Tratamento de Exceções
└── ...

Each directory focuses on a specific topic and contains small, independent examples demonstrating Python syntax and common programming patterns.


📚 Topics Covered

Some of the concepts explored in this repository include:

  • Python Fundamentals
  • Variables and Data Types
  • Operators
  • Conditional Statements
  • Loops
  • Functions
  • Lists
  • Tuples
  • Sets
  • Dictionaries
  • String Manipulation
  • File Handling
  • Exception Handling
  • Object-Oriented Programming
  • Modules and Packages
  • Best Practices

🛠️ Technologies

  • Python 3

No external libraries are required.


🚀 Running the Examples

Clone the repository:

git clone https://github.com/E-ternalSpring/python-playground.git

Navigate to the desired directory:

cd python-playground

Run any example with:

python filename.py

💡 About This Repository

This repository represents my learning process while studying Python.

Some examples closely follow course exercises, while others include personal adaptations, comments and additional experiments created to reinforce the concepts being studied.


📈 Learning Progress

As I continue studying Python, this repository will grow with new topics, examples and improvements.


📄 License

This project is licensed under the MIT License.

See the LICENSE file for more information.


👩‍💻 Author

Emmanuelle Espindola

GitHub: https://github.com/E-ternalSpring

About

A collection of Python exercises and study notes covering core programming concepts.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages