Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itaquito/python
A full wiki explaining many topics from Python, from the basic ones all the way to image processing.
https://github.com/itaquito/python
docs docusaurus python wiki
Last synced: about 1 month ago
JSON representation
A full wiki explaining many topics from Python, from the basic ones all the way to image processing.
- Host: GitHub
- URL: https://github.com/itaquito/python
- Owner: itaquito
- Created: 2023-04-17T16:34:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T18:11:08.000Z (2 months ago)
- Last Synced: 2024-11-22T19:23:36.446Z (2 months ago)
- Topics: docs, docusaurus, python, wiki
- Language: JavaScript
- Homepage: https://python.itaqui.to
- Size: 6.28 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Guide
[python.itaqui.to](https://python.itaqui.to) is a Spanish website that summarizes the basic and object-oriented programming (OOP) concepts in Python. It is built with [Docusarus](https://docusaurus.io/) and hosted on [Cloudflare pages](https://pages.cloudflare.com/).
## Motivation
This website was initially created as a report for our OOP class at Universidad Panamericana. After publishing it on the internet, we realised that we built a great tool for people who prefer learning concepts by seeing examples rather than only explanations. Most of the concepts we added to the page include at least one example that can be experimented with by the person reading the page.
## Contributing
We are open to contributions! If you think something on the page is not well explained, or you want to add a new concept, feel free to open a pull request. Please note that all the content must be in Spanish and should include some examples if possible.