{"id":19797915,"url":"https://github.com/carlosvinimsouza/full-tutorial-python","last_synced_at":"2026-04-10T11:02:11.379Z","repository":{"id":51972267,"uuid":"520702119","full_name":"CarlosViniMSouza/Full-Tutorial-Python","owner":"CarlosViniMSouza","description":"My tutorial Python completed","archived":false,"fork":false,"pushed_at":"2023-03-24T00:37:44.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T05:21:50.495Z","etag":null,"topics":["data-analysis","data-science","data-structures","django","django-framework","fastapi","fastapi-framework","flask","flask-web","frameworks","learn-to-code","learning","python","python3","roadmap","tutorial","tutorial-code"],"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/CarlosViniMSouza.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":"2022-08-03T01:41:29.000Z","updated_at":"2023-03-02T02:55:15.000Z","dependencies_parsed_at":"2024-11-12T07:30:27.957Z","dependency_job_id":"774240e7-e068-4289-a370-6a0d46a4a54a","html_url":"https://github.com/CarlosViniMSouza/Full-Tutorial-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosViniMSouza%2FFull-Tutorial-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosViniMSouza%2FFull-Tutorial-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosViniMSouza%2FFull-Tutorial-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosViniMSouza%2FFull-Tutorial-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CarlosViniMSouza","download_url":"https://codeload.github.com/CarlosViniMSouza/Full-Tutorial-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241139406,"owners_count":19916464,"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":["data-analysis","data-science","data-structures","django","django-framework","fastapi","fastapi-framework","flask","flask-web","frameworks","learn-to-code","learning","python","python3","roadmap","tutorial","tutorial-code"],"created_at":"2024-11-12T07:27:22.206Z","updated_at":"2025-12-31T01:09:22.273Z","avatar_url":"https://github.com/CarlosViniMSouza.png","language":"Python","readme":"# Welcome to my Full Tutorial Python! ✌️🤓\r\n\r\nIn this repository, I stored all my knowledge in Python language. Allow below what I described:\r\n\r\n`OBS.:` I had help from [Bro Code](https://www.youtube.com/c/BroCodez) - Subscribe to his channel!\r\n\r\n## World 01\r\n\r\n```\r\n✅ - variables ✘\r\n✅ - multiple assignment 🔠\r\n✅ - string methods 〰️\r\n✅ - type cast 💱\r\n✅ - user input ⌨️\r\n✅ - math functions 🧮\r\n✅ - string slicing ✂️\r\n✅ - if statements 🤔\r\n✅ - logical operators 🔣\r\n✅ - while loops 🔄\r\n✅ - for loops ➰\r\n✅ - nested loops ➿\r\n✅ - keywords: break, continue, pass ⛔\r\n```\r\n\r\n## World 02\r\n\r\n```\r\n✅ - lists 🧾\r\n✅ - 2D lists 📜\r\n✅ - tuples 📄\r\n✅ - sets 🍴\r\n✅ - dictionaries 📖\r\n✅ - indexing 📑\r\n✅ - functions 📞\r\n✅ - return statement 🔙\r\n✅ - keyword arguments 🔑\r\n- nested function calls 🖇️\r\n- variable scope 🔬\r\n- *args 📦\r\n- **kwargs 🎁\r\n- string format 💬\r\n- random numbers 🎲\r\n- exception handling ⚠️\r\n- modules 💌\r\n```\r\n\r\n## World 04\r\n\r\n```\r\n- Object Oriented Programming (OOP) 🐍\r\n- class variables 🚗\r\n- inheritance 👪\r\n- multilevel inheritance 👴\r\n- multiple inheritance 👨‍👩‍👧‍👦\r\n- method overriding 🙅\r\n- method chaining ⛓️\r\n- super function 🦸\r\n- abstract classes 👻\r\n- objects as arguments 🏍️\r\n```\r\n\r\n## World 05\r\n\r\n```\r\n- duck typing 🦆\r\n- walrus operator 🦦\r\n- functions to variables 📛\r\n- higher order functions 👑\r\n- lambda λ\r\n- sort 🗄️\r\n- map 🗺️\r\n- filter 🍺\r\n- reduce ♻️\r\n- list comprehensions 📰\r\n- dictionary comprehensions 🕮\r\n```\r\n\r\n## World 06\r\n\r\n```\r\n- zip function 🤐\r\n- if _name_ == '__main__' ❓\r\n- time module ⌚\r\n- threading 🧵\r\n- daemon threads 😈\r\n- multiprocessing ⚡\r\n```\r\n\r\n## World 07 (Libs for Analysis \u0026 Data Science)\r\n\r\n```\r\n- Modules Data Science 🔬\r\n- Numpy 🧮\r\n- Pandas 🐼\r\n- Matplotlib 📈\r\n- Seaborn 📉\r\n- Plotly 📊\r\n- Keras 📚\r\n- PyTorch 📐 📏\r\n- TensorFlow 🦾 🧠\r\n```\r\n\r\n## World 08 (The Python on Web)\r\n\r\n```\r\n- Frameworks Web 🌐\r\n- Django 🧑‍💻 💼\r\n- Flask 🌶\r\n- FastAPI ⚡️\r\n- PyScript ⚠️\r\n```\r\n\r\n## World 09 (Python applied in D.S.A.)\r\n\r\n```\r\n- Data Structures in Python 🐉\r\n- Linked List 🔗\r\n- Queue/Dequeue ⬅️\r\n- Stack 🔋\r\n- Tree/Binary Tree 🌳\r\n- Graph 🔎\r\n- Heap 🗂\r\n- Hash Tables 📑\r\n```\r\n\r\n### *The Worlds 07, 08 and 09 I created from 0, with different materials!*\r\n\r\n**Please, contribute to my work by leaving a ⭐️**\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosvinimsouza%2Ffull-tutorial-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlosvinimsouza%2Ffull-tutorial-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosvinimsouza%2Ffull-tutorial-python/lists"}