Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabioschorn/python-basico-diversos
Repo with code examples in python language.
https://github.com/fabioschorn/python-basico-diversos
python python3
Last synced: 11 days ago
JSON representation
Repo with code examples in python language.
- Host: GitHub
- URL: https://github.com/fabioschorn/python-basico-diversos
- Owner: fabioschorn
- License: other
- Created: 2022-08-14T15:47:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T01:26:09.000Z (5 months ago)
- Last Synced: 2024-06-17T02:34:50.598Z (5 months ago)
- Topics: python, python3
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miscellaneous Basic Python
This repository is a collection of several basic Python code examples and my basic codes...
- [Examples](https://github.com/fabioschorn/python-basico-diversos/tree/main/examples)
## Tools to Use and Help you to Learn Python
- [Python Tutor](http://pythontutor.com/)
- [Pyenv - Simple Python Version Management](https://pypi.org/project/pyenv/)
- [Python 3 Documentation about venv](https://docs.python.org/3/library/venv.html)
- [Python 3 Documentation about PIP - The Python Package Installer](https://pip.pypa.io/en/stable/)
- [Python 3 Documentation about PEP 8](https://pep8.org/)NOTE: Code examples taken from Mark Summerfield's Python 3 book.