Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hustavojhon/python
This repository helps you learn Python through tutorials, code examples, exercises, and best practices. Suitable for beginners and those looking to sharpen their Python skills.learn Python
https://github.com/hustavojhon/python
algorithms exercises learning pip python rich venv
Last synced: about 2 months ago
JSON representation
This repository helps you learn Python through tutorials, code examples, exercises, and best practices. Suitable for beginners and those looking to sharpen their Python skills.learn Python
- Host: GitHub
- URL: https://github.com/hustavojhon/python
- Owner: HustavoJhon
- Created: 2024-09-04T22:37:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T04:21:43.000Z (about 2 months ago)
- Last Synced: 2024-11-12T05:18:58.643Z (about 2 months ago)
- Topics: algorithms, exercises, learning, pip, python, rich, venv
- Language: Python
- Homepage:
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python
“Hace más de seis años, en diciembre de 1989, estaba buscando un proyecto de programación "pasatiempo" que me mantuviera ocupado durante la semana de Navidad. Mi oficina... estaría cerrada, pero tenía una computadora en casa y no mucho más a mano. Decidí escribir un intérprete para el nuevo lenguaje de secuencias de comandos en el que he estado pensando últimamente: un descendiente de ABC que atraería a los piratas informáticos de Unix/C. Elegí Python como título provisional para el proyecto, ya que estaba de un humor un poco irreverente (y también era un gran admirador de Flying Circus de Monty Python).„
---
## **🌳tree**
```bash
Python 🐍
├── 0 Introduction
│ ├── Rules
│ ├── History
│ └── Resources
│
├── 1 Fundamentals
│ ├── Variables
│ ├── Type of data
│ └── Arrays
│
└── 2 Control Structure
├── Operators
├── Conditionals
├── Loops
├── Functions
└── Modules
```