Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.