https://github.com/patataman/pythonbasic
Repo con ejemplos de Python, para aprender o buscar algo concreto :snake:
https://github.com/patataman/pythonbasic
advanced basic learning medium nltk pygame python python2-is-dead python3 tutorial
Last synced: about 2 months ago
JSON representation
Repo con ejemplos de Python, para aprender o buscar algo concreto :snake:
- Host: GitHub
- URL: https://github.com/patataman/pythonbasic
- Owner: Patataman
- License: gpl-2.0
- Created: 2016-10-15T17:23:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T13:58:43.000Z (8 months ago)
- Last Synced: 2025-03-27T18:49:54.850Z (2 months ago)
- Topics: advanced, basic, learning, medium, nltk, pygame, python, python2-is-dead, python3, tutorial
- Language: Python
- Homepage:
- Size: 12.7 MB
- Stars: 34
- Watchers: 6
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :es::es: PythonBasic :es::es:
`Python 3+`
Repositorio con ejemplo introductorios de Python comentados y detallados.
Los ejemplos estan divididos por _dificultad_, siendo "basico", "medio" y "avanzado".Adicionalmente en la carpeta "frameworks" se encontrarán ejemplos de distintos frameworks de Python.
Proyectos/Módulos que merecen la pena conocer aunque no aparezcan en este repo:
## Standard library
- [Pathlib](https://docs.python.org/3/library/pathlib.html)
- [defaultdict](https://docs.python.org/3/library/collections.html#collections.defaultdict)
- [multiprocessing](https://docs.python.org/3/library/multiprocessing.html)
- [asyncio](https://docs.python.org/3/library/asyncio.html)
- [itertools](https://docs.python.org/3/library/itertools.html)## pip packages
- [Requests](https://requests.readthedocs.io/en/master/)
- [Flask](https://flask.palletsprojects.com)
- [aiohttp](https://docs.aiohttp.org/en/stable/)