Pacote educativo com funções básicas de Python
Project description
easycode
Pacote educativo para quem está começando a programar em Python.
Inclui funções simples para demonstrar conceitos básicos e intermediários, como variáveis, condicionais, loops e listas.
Instalação
Use o gerenciador de pacotes pip para instalar easycode:
pip install easycode
## Uso
from easycode.basics import variables, conditionals
from easycode.advanced import loops, lists
variables.show_variable_examples()
print(conditionals.check_number(-5))
loops.count_to_n(3)
print(lists.sum_list([1, 2, 3]))
## Autor
Aparecido Roberto
## Licença
[MIT](https://choosealicense.com/licenses/mit/)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easycodeluna-0.0.1.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easycodeluna-0.0.1.tar.gz.
File metadata
- Download URL: easycodeluna-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b5cdafb9ba81714ef36c18dc123035639c158232be4b8a2cc1d67b36919be91
|
|
| MD5 |
28fa1c1ce20d27aa9a2720e7badad037
|
|
| BLAKE2b-256 |
b26bc01f616658077f7c67507c81cc6d71a1add2d13083480ac5fd5e523f1e6e
|
File details
Details for the file easycodeluna-0.0.1-py3-none-any.whl.
File metadata
- Download URL: easycodeluna-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
085c6e10759ade16c9193ac5f61745425d113e264c86539e6c18b91a733d12a0
|
|
| MD5 |
7b56af7e6faa706fb27225c4b826efab
|
|
| BLAKE2b-256 |
6b04eec018ac21d987431ced29bb4f4499ddbfa6b5d1937f921fdc70d9b9285e
|