|
6 | 6 |
|
7 | 7 | ⭐ Este repositório é focado exclusivamente no estudo da linguagem de programação `Python`. |
8 | 8 |
|
| 9 | + |
| 10 | +[](https://github.com/murillosnds/python-playground/actions/workflows/pylint.yml) |
| 11 | + |
| 12 | + |
9 | 13 | ### Projetos |
10 | 14 |
|
11 | 15 | | # | 📁 | Projetos | 🔗 | |
12 | 16 | | --- | --- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
13 | | -| 1 | 📄 | Calculadora Iphone | [](https://github.com/murillosnds/python-playground/blob/main/Projetos/Calculadora%20Iphone.py) | |
| 17 | +| 1 | 📄 | Calculadora Iphone | [](https://github.com/murillosnds/python-playground/blob/main/Projetos/calculadora_iphone.py) | |
14 | 18 |
|
15 | 19 | ### Básico |
16 | 20 |
|
17 | 21 | | # | 📁 | Básico | 🔗 | |
18 | 22 | | --- | --- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
19 | | -| 1 | 📄 |Seu primeiro código | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/01%20%20-%20Seu%20primeiro%20script.py) |
20 | | -| 2 | 📄 |String | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/02%20-%20String.py) |
21 | | -| 3 | 📄 |Int | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/03%20-%20Int.py) |
22 | | -| 4 | 📄 |Float | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/04%20-%20Float.py) |
23 | | -| 5 | 📄 |Booleano | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/05%20-%20Booleano.py) |
24 | | -| 6 | 📄 |Matemática | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/06%20-%20Matem%C3%A1tica.py) |
25 | | -| 7 | 📄 |Condicionais | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/07%20-%20Condicionais.py) |
26 | | -| 8 | 📄 |While | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/08%20-While.py) |
27 | | -| 9 | 📄 |Continue e break | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/09%20-%20Continue%20e%20break.py) |
28 | | -| 10 | 📄 |Funções (Range) | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/10%20-%20Fun%C3%A7%C3%B5es%20(Range).py) |
29 | | -| 11 | 📄 |Funções (Def) | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/11%20-%20Fun%C3%A7%C3%B5es%20(Def).py) |
30 | | - |
| 23 | +| 1 | 📄 |Seu primeiro código | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/01_seu_primeiro_script.py) |
| 24 | +| 2 | 📄 |String | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/02_string.py) |
| 25 | +| 3 | 📄 |Int | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/03_int.py) |
| 26 | +| 4 | 📄 |Float | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/04_float.py) |
| 27 | +| 5 | 📄 |Booleano | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/05_booleano.py) |
| 28 | +| 6 | 📄 |Matemática | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/06_matematica.py) |
| 29 | +| 7 | 📄 |Condicionais | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/07_condicionais.py) |
| 30 | +| 8 | 📄 |While | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/08_while.py) |
| 31 | +| 9 | 📄 |Continue e break | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/09_continue_e_break.py) |
| 32 | +| 10 | 📄 |Funções (Range) | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/10_funcoes_range.py) |
| 33 | +| 11 | 📄 |Funções (Def) | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/11_funcoes_def.py) |
| 34 | + |
| 35 | +## 🚀 Como executar |
| 36 | + |
| 37 | +1. Clone o repositório: |
| 38 | + |
| 39 | +```bash |
| 40 | +git clone https://github.com/murillosnds/python-playground.git |
| 41 | +cd python-playground |
0 commit comments