All exercises done during the Python 3 course in the Video Course (World 1, 2 and 3)

Overview

Python 3 - Exercícios do Curso em Vídeo

Todos os exercícios feitos durante os três cursos de Python 3 no Curso em Vídeo (Mundo 1, 2 e 3). O curso que me introduziu no mundo da programação. Inicie ele sem saber nada sobre a área e hoje entendo a lógica e algoritmos de programação, assim como a como programar em Python. No total foram realizados 115 exercícios.

três mundos

📚 Conteúdo do Curso

  • Python 3 - Mundo 1 (40 horas)
    • Introdução ao Mundo da Programação;
    • Primeiros passos com o Python;
    • Tratando dados e fazendo contas;
    • Usando módulos do Python.
    • Condições em Python (if..else);
    • Adicionando cores ao Python;
  • Python 3 - Mundo 2 (40 horas)
    • Condições em Python (if..elif);
    • Repetições em Python (for);
    • Repetições em Python (while).
  • Python 3 - Mundo 3 (40 horas)
    • Tuplas em Python;
    • Listas em Python;
    • Dicionários em Python;
    • Funções em Python;
    • Modularização em Python;
    • Tratamento de Erros em Python.

👍 Pontos positivos e 👎 negativos dos cursos

Pontos positivos

  • Excelente didática, ainda mais para quem está iniciando;
  • Bom balanço teoria-prática;
  • Exercícios de monte para botar em prática e ainda aprender mais;
  • Comentários no youtube em que a galera se ajuda.

Pontos negativos

  • Enrolação em algumas partes;
  • Não aborda bem tópicos como: manipulação de arquivos de texto, classes e programação orientação a objetos.

O último não é bem um ponto negativo, foi mais algo que senti falta depois. Estou complementando essa parte com o curso (Python Fundamentos Para Análise de Dados 3.0)[https://www.datascienceacademy.com.br/course/python-fundamentos] da Data Science Academy

Owner
Renan Barbosa
Um desenvolvedor iniciante Python estudando Data Science!
Renan Barbosa
Python screenshot library, replacement for the Pillow ImageGrab module on Linux.

tldr: Use Pillow The pyscreenshot module is obsolete in most cases. It was created because PIL ImageGrab module worked on Windows only, but now Linux

455 Dec 24, 2022
An extremely configurable markdown reverser for Python3.

🔄 Unmarkd A markdown reverser. Unmarkd is a BeautifulSoup-powered Markdown reverser written in Python and for Python. Why This is created as a StackS

ThatXliner 5 Jun 27, 2022
On this repo, you'll find every codes I made during my NSI classes (informatical courses)

👨‍💻 👩‍💻 school-codes On this repo, you'll find every codes I made during my NSI classes (informatical courses) French for now since this repo is d

EDM 1.15 3 Dec 17, 2022
Python script for changing the SSH banner content with other content

Banner-changer-py Python script for changing the SSH banner content with other content. The Script will take the content of a specified file range and

2 Nov 23, 2021
Run-Your-Own Firefox Sync Server

Run-Your-Own Firefox Sync Server This is an all-in-one package for running a self-hosted Firefox Sync server. It bundles the "tokenserver" project for

Mozilla Services 1.7k Dec 30, 2022
Open source stenotype engine

Plover Bringing stenography to everyone. Homepage Releases Wiki Blog Google Group Discord Chat About Installation Getting help Contributing Donations

Open Steno Project 2k Jan 09, 2023
Airbrake Python

airbrake-python Note. Python 3.4+ are advised to use new Airbrake Python notifier which supports async API and code hunks. Python 2.7 users should con

Airbrake 51 Dec 22, 2022
Flow control is the order in which statements or blocks of code are executed at runtime based on a condition. Learn Conditional statements, Iterative statements, and Transfer statements

03_Python_Flow_Control Introduction 👋 The control flow statements are an essential part of the Python programming language. A control flow statement

Milaan Parmar / Милан пармар / _米兰 帕尔马 209 Oct 31, 2022
rebalance is a simple Python 3.9+ library for rebalancing investment portfolios

rebalance rebalance is a simple Python 3.9+ library for rebalancing investment portfolios. It supports cash flow rebalancing with contributions and wi

Darik Harter 5 Feb 26, 2022
A play store search module

A play store search module

Fayas Noushad 5 Dec 01, 2021
Cardano SundaeSwap ISO SPO vote ranking script

Cardano SundaeSwap ISO SPOs vote ranking This Python 3 script uses the database populated by cardano-db-sync from the Cardano blockchain to generate a

SM₳UG 1 Nov 17, 2021
This is an example manipulation package of for a robot manipulator based on Drake with ROS2.

This is an example manipulation package of for a robot manipulator based on Drake with ROS2.

Sotaro Katayama 1 Oct 21, 2021
This an Anki add on that automatically converts Notion notes into Anki flash cards. Currently in development!

NotionFlash This is an Anki add on in development that will allow automatically convert your Notion study notes into Anki flash cards. The Anki deck c

Neeraj Patel 10 Oct 07, 2022
This project intends to take the user's CEP (brazilian adress code) and return the local in which the CEP is placed.

This project aims to simply return the CEP's (the brazilian resident adress code) User of the application. The project uses a request and passes on to

Daniel Soares Saldanha 4 Nov 17, 2021
sfgp is a package that aggregates individual scripts and notebooks, primarily written for the basic analysis tasks of genetics and pharmacogenomics data.

sfgp is a package that aggregates individual scripts and notebooks, primarily written for the basic analysis tasks of genetics and pharmacogenomics data.

Vishal Sarsani 1 Mar 31, 2022
The presented desktop application was made to solve 1d schrodinger eqation

schrodinger_equation_1d_solver The presented desktop application was made to solve 1d schrodinger eqation. It implements Numerov's algorithm (step by

Artem Kashapov 2 Dec 29, 2021
How to access and display MyEnergi data

MyEnergi-Python-Example How to access and display MyEnergi data Windows PC Install a version of Python typically 3.10 The Python code here needs addit

G6EJD 8 Nov 28, 2022
dotfiles - Cristian Valero Abundio

In this repository you can find various configurations to configure your Linux operating system, preferably ArchLinux and its derivatives.

Cristian Valero Abundio 1 Jan 09, 2022
AdventOfCode 2021 solutions from the Devcord server

adventofcode-21 Ein Sammel-Repository für Advent of Code 2021-Lösungen der deutschen DevCord-Community. A repository collecting Advent of Code 2021 so

Devcord 12 Aug 26, 2022