{"id":18597573,"url":"https://github.com/lealre/python-bootcamp-de","last_synced_at":"2025-05-16T13:33:53.940Z","repository":{"id":225570965,"uuid":"761938248","full_name":"lealre/python-bootcamp-de","owner":"lealre","description":"Projects and Classes from Python Bootcamp for Data Engineering","archived":false,"fork":false,"pushed_at":"2025-05-02T15:12:10.000Z","size":604,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-02T15:47:03.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lealre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-22T19:12:58.000Z","updated_at":"2025-05-02T15:11:30.000Z","dependencies_parsed_at":"2024-03-20T22:25:09.831Z","dependency_job_id":"5f7a7ae3-d59b-4689-9134-c240709a446e","html_url":"https://github.com/lealre/python-bootcamp-de","commit_stats":null,"previous_names":["lealre/bootcamp-de"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lealre%2Fpython-bootcamp-de","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lealre%2Fpython-bootcamp-de/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lealre%2Fpython-bootcamp-de/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lealre%2Fpython-bootcamp-de/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lealre","download_url":"https://codeload.github.com/lealre/python-bootcamp-de/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254538628,"owners_count":22087896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T01:28:39.621Z","updated_at":"2025-05-16T13:33:53.907Z","avatar_url":"https://github.com/lealre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Bootcamp  for Data Engineering\n\nIn this repository, I applied the concepts taught in the [Data Engineering  Python Bootcamp](https://github.com/lvgalvao/data-engineering-roadmap/tree/main/bootcamp) by [Luciano Galvão](https://github.com/lvgalvao).\n\n-------------------------\n\nDuration: 4 weeks - 20 classes\n\n ------------------------\n# Contents\n\n### Projects\n- [Project 01](https://github.com/lealre/one-billion-rows-challenge) - One Billion Rows Challenge\n- [Project 02](https://github.com/lealre/crud-rental-properties) - CRUD with FastAPI, SQLAlchemy, PostgreSQL and Streamlit\n\n\n### Classes\n- [Day 01 - Python Introduction](https://github.com/lealre/bootcamp-de/tree/main/01)\n- [Day 02 - TypeError, Type Check, Type Conversion, try-except and if](https://github.com/lealre/bootcamp-de/tree/main/02)\n- [Day 03 - DEBUG, IF, FOR, While, Lists and Dictionary](https://github.com/lealre/bootcamp-de/tree/main/03)\n- [Day 04 - Type hint, Complex types (Dictionaries x Dataframes x Tables x Excel), and Functions](https://github.com/lealre/bootcamp-de/tree/main/04)\n- [Day 05 - Project 01 -  Data Processing Challenge Using Python](https://github.com/lealre/python-bootcamp-de/tree/main/05%20)\n- [Day 06 - Questions class](https://github.com/lealre/bootcamp-de/tree/main/06)\n- [Day 07 - Functions in Python and Data Structures](https://github.com/lealre/bootcamp-de/tree/main/07)\n- [Day 08 - Functions in Python - ETL with Pandas, JSON and Parquet](https://github.com/lealre/bootcamp-de/tree/main/08)\n- [Day 09 - Functions in Python - Decorators](https://github.com/lealre/bootcamp-de/tree/main/09)\n- [Day 10 - Questions Class](https://github.com/lealre/bootcamp-de/tree/main/10)\n- [Day 11 - Introduction to OPP](https://github.com/lealre/bootcamp-de/tree/main/11)\n- [Day 12 - Introduction to Classes](https://github.com/lealre/bootcamp-de/tree/main/12)\n- [Day 13 - Inheritance and Polymorphism (OOP)](https://github.com/lealre/bootcamp-de/tree/main/13)\n- [Day 14 - Inheritance and Polymorphism (OOP)](https://github.com/lealre/bootcamp-de/tree/main/14)\n- [Day 15 - Getters and Setters (OOP)](https://github.com/lealre/bootcamp-de/tree/main/15)\n- [Day 16 - Review class: Classes, DataClasses and Pydantic](https://github.com/lealre/bootcamp-de/tree/main/16)\n- [Day 17 - SQLAlchemy: Set of tools for manipulating SQL in Python](https://github.com/lealre/bootcamp-de/tree/main/17)\n- [Day 18 - What is an API? Request, Pydantic and creating our CRUD](https://github.com/lealre/bootcamp-de/tree/main/18)\n- [Day 19 - Creating an API - Introduction to ORM](https://github.com/lealre/bootcamp-de/tree/main/19)\n- [Day 20 -  Project 02 - CRUD with FastApi, SQLAlchemy, PostgreSQL and Streamlit](https://github.com/lealre/bootcamp-de/tree/main/19)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flealre%2Fpython-bootcamp-de","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flealre%2Fpython-bootcamp-de","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flealre%2Fpython-bootcamp-de/lists"}