Skip to content

Frafaelrls/python-para-iniciantes

Repository files navigation

Python para iniciantes 🐍


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

Introduction to Python

Installation and Local Setup with PyCharm

Write our first Python program

Python IDE vs simple File Editor

Strings and Number Data Types

Variables in Python

Encapsulate Logic with Functions

Scope

Accepting User Input

Conditionals (if / else) and Boolean Data Type

Error Handling with Try / Except

While Loops

Lists and For Loops

Comments in Python

Sets

Built-In Functions

Dictionary Data Type

Modularize your project with Modules

Project: Countdown App

Packages, PyPI and pip

Project: Automation with Python (Working with Spreadsheets)

Object-Oriented Programming: Classes and Objects

Project: API Request to GitLab


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


Tecnologias utilizadas 🔧


🐍 Python

💽 PyCharm


Aluno


Foto do altor

Estudando com amor 💝 e com carinho 😊

Felippe Rafael

Linkedin Badge gmail Badge

Releases

No releases published

Packages

No packages published

Languages