Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (4 months ago)
- Last Synced: 2024-10-21T22:48:02.898Z (4 months ago)
- Topics: advanced, basic, learning, medium, nltk, pygame, python, python2-is-dead, python3, tutorial
- Language: Python
- Homepage:
- Size: 12.7 MB
- Stars: 31
- Watchers: 7
- Forks: 22
- 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/)