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
Stock Monitoring

Stock Monitoring Description It is a stock monitoring script. This repository is still under developing. Getting Started Prerequisites & Installing pi

Sission 1 Feb 03, 2022
Runtime Type Checking in Python 3

typo This package intends to provide run-time type checking for functions annotated with argument type hints (standard library typing module in Python

Ivan Smirnov 26 Dec 13, 2022
The repository for AnyMacro: a Fusion360 Add-In

AnyMacro AnyMacro is an Autodesk® Fusion 360™ add-in for chaining multiple commands in a row to form Macros. Macros are created from a set of commands

1 Jan 07, 2022
A toy repo illustrating a minimal installable Python package

MyToy: a minimal Python package This repository contains a minimal, toy Python package with a few files as illustration for students of how to lay out

Fernando Perez 19 Apr 24, 2022
A calculator to test numbers against the collatz conjecture

The Collatz Calculator This is an algorithm custom built by Kyle Dickey, used to test numbers against the simple rules of the Collatz Conjecture.

Kyle Dickey 2 Jun 14, 2022
A random cat fact python module

A random cat fact python module

Fayas Noushad 4 Nov 28, 2021
A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress, and more made easy!

Ubelt is a small library of robust, tested, documented, and simple functions that extend the Python standard library. It has a flat API that all behav

Jon Crall 638 Dec 13, 2022
Automated, progress quest-inspired procedural adventuring

Tales of an Endless Journey (TEJ) Automated, progress quest-inspired procedural adventuring What is this project? Journey is the result of many, many

8 Dec 14, 2021
⚙️ Compile, Read and update your .conf file in python

⚙️ Compile, Read and update your .conf file in python

Reece Harris 2 Aug 15, 2022
A modern Python build backend

trampolim A modern Python build backend. Features Task system, allowing to run arbitrary Python code during the build process (Planned) Easy to use CL

Filipe Laíns 39 Nov 08, 2022
A "multiclipboards" script for an efficient way to improve the original clipboards which are only able to save one string at a time

A "multiclipboards" script for an efficient way to improve the original clipboards which are only able to save one string at a time. Works on both Windows and Linux.

1 Jan 24, 2022
🙌Kart of 210+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.

ML-ProjectKart 📌 Repository This kart showcases the finest collection of all projects based on machine learning, deep learning, computer vision, natu

Prathima Kadari 203 Dec 28, 2022
KiCad bus length matching script.

KiBus length matching script This script implements way to monitor multiple nets, combined into a bus that needs to be length matched

Piotr Esden-Tempski 22 Mar 17, 2022
Generate Gaussian 09 input files for the rotamers of an input compound.

Rotapy Purpose Generate Gaussian 09 input files for the rotamers of an input compound. Distance to the axis of rotation remains constant throughout th

1 Jul 16, 2021
About Python's multithreading and GIL

About Python's multithreading and GIL

Souvik Ghosh 3 Mar 01, 2022
Alternative StdLib for Nim for Python targets

Alternative StdLib for Nim for Python targets, hijacks Python StdLib for Nim

Juan Carlos 100 Jan 01, 2023
Basit bir cc generator'ü.

Basit bir cc generator'ü. Setup What To Do; Python Installation We install python from CLICK Generator Board After installing the file and python, we

Lâving 7 Jan 09, 2022
Problem statements on System Design and Software Architecture as part of Arpit's System Design Masterclass

Problem statements on System Design and Software Architecture as part of Arpit's System Design Masterclass

Relog 1.1k Jan 04, 2023
Transparently load variables from environment or JSON/YAML file.

A thin wrapper over Pydantic's settings management. Allows you to define configuration variables and load them from environment or JSON/YAML file. Also generates initial configuration files and docum

Lincoln Loop 90 Dec 14, 2022
All solutions for the 2021 Advent of Code event.

Advent of Code 2021 Solutions All solutions for the 2021 Advent of Code event. Setup Create a file called .session. Go to adventofcode.com and copy th

Bruce Berrios 6 Dec 26, 2021