Documentação e arquivos utilizados durante as aulas do curso Python Tutorial for Beginners - Learn Python in 5 Hours.📖
Curso apesentado de forma gratuita na plataforma Youtube.
Curso ministrado por Nana Janashia 👧
💬 Idioma: Inglês 🇦🇹
Disponibilizado em: 05 de março de 2021
Plano de estudo
Course Intro & Course Overview
Installation and Local Setup with PyCharm
Write our first Python program
Python IDE vs simple File Editor
Encapsulate Logic with Functions
Conditionals (if / else) and Boolean Data Type
Error Handling with Try / Except
Modularize your project with Modules
Project: Automation with Python (Working with Spreadsheets)
Estrutura das pastas
│ .gitignore
│ readme.md
│
├───api-requests
│ api-requests.py
│
├───automation-with-python
│ exercise 1.py
│ exercise 2.py
│ exercise 3.py
│ exercise 4.py
│ inventory.xlsx
│ inventory_with_total_value.xlsx
│
├───lesson
│ Calculo de horas por dia.py
│ Lists.py
│ Primeira Hora da Aula.py
│ Segunda Hora da Aula.py
│ Sets.py
│
├───modules
│ helper.py
│ main.py
│
├───time-till-deadline
│ time-till-deadline.py
│
└───user-registration
main.py
post.py
user.py
🐍 Python
💽 PyCharm
Estudando com amor 💝 e com carinho 😊
Felippe Rafael