{"id":20078079,"url":"https://github.com/benjaminyde/python-guide","last_synced_at":"2025-05-05T22:31:56.629Z","repository":{"id":206860264,"uuid":"717846805","full_name":"BenjaminYde/Python-Guide","owner":"BenjaminYde","description":"Python guide to become a proficient programmer","archived":false,"fork":false,"pushed_at":"2024-01-23T21:56:31.000Z","size":788,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-23T22:44:20.098Z","etag":null,"topics":["beginner","book","cheatcheat","code","cookbook","devcontainer","docker","example","examples","guide","help","learn","markdown","python","python-guide","python3","reference","tutorial","wiki"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/BenjaminYde.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}},"created_at":"2023-11-12T19:29:04.000Z","updated_at":"2024-01-22T10:34:03.000Z","dependencies_parsed_at":"2023-11-26T22:22:26.444Z","dependency_job_id":"a3a7028d-1a5f-44ed-b4c5-706e90015f4e","html_url":"https://github.com/BenjaminYde/Python-Guide","commit_stats":null,"previous_names":["benjaminyde/python-guide"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjaminYde%2FPython-Guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjaminYde%2FPython-Guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjaminYde%2FPython-Guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjaminYde%2FPython-Guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenjaminYde","download_url":"https://codeload.github.com/BenjaminYde/Python-Guide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224470923,"owners_count":17316710,"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":["beginner","book","cheatcheat","code","cookbook","devcontainer","docker","example","examples","guide","help","learn","markdown","python","python-guide","python3","reference","tutorial","wiki"],"created_at":"2024-11-13T15:12:44.763Z","updated_at":"2024-11-13T15:12:45.454Z","avatar_url":"https://github.com/BenjaminYde.png","language":"Dockerfile","readme":"# Welcome to the Python Guide 📚\n\nThis repository is a Python guide designed which is designed to be easily opened using VS Code or Github. It contains extensive documentation, code examples, and best practices to help you become a proficient Python programmer. \nThe guide intends to be **to the point** so you can continue what really matters, programming.\n\n# Execute Code Examples 🚀\n\nExplore the `examples` directory for **interactive Python** code examples, easily executable in **Jupyter Notebooks** using a **Docker DevContainer** within **Visual Studio Code**. This setup ensures a consistent and streamlined coding environment, ideal for learning and experimentation.\n\n# Guide Index 🗂️\n\n**The following index contains categories with topics that are ready for visibility or completed.**  \nThere is **more content incoming** so the categories will **not be visible here** until it is completed.    \nWant to see what topics are in todo? See the **index per category**.\n\n- [About Python](guide/about/_index.md)\n  - [About Python](guide/about/about_python.md)\n  - [A Compiler vs an Interpreter](guide/about/compiler_vs_interpreter.md)\n  - [The Python Interpreter](guide/about/python_interpreter.md)\n- [General Python](guide/general/_index.md)\n  - [Strings](guide/general/strings.md)\n  - [Flow Control](guide/general/flow_control.md)\n  - [Creating Functions](guide/general/creating_functions.md)\n  - [Typing](guide/general/typing.md)\n  - [Scopes and References](guide/general/scopes_and_references.md)\n  - [Exeptions](guide/general/exceptions.md)\n  - [Enums](guide/general/enum.md)\n  - [Lambdas](guide/general/lambdas.md)\n  - [Callable](guide/general/callable.md)\n  - [Generics](guide/general/generics.md)\n- [Containers](guide/containers/_index.md)\n  - [Lists](guide/containers/lists.md)\n  - [Sequence](guide/containers/sequence.md)\n  - [Iterating](guide/containers/iterating.md)\n  - [Tuples](guide/containers/tuples.md)\n  - [Dictionaries](guide/containers/dictionaries.md)\n  - [Mapping](guide/containers/mapping.md)\n  - [Sets](guide/containers/sets.md)\n  - [Comprehensions](guide/containers/comprehensions.md)\n  - [Unpacking](guide/containers/unpacking.md)\n  - [Generators and Iterators](guide/containers/iterators_and_generators.md)\n  - [Array](guide/containers/array.md)\n- [Object Oriented Programming (OOP)](guide/oop/_index.md)\n  - [About Classes](guide/oop/classes.md)\n  - [Creating Classes](guide/oop/creating_classes.md)\n  - [Magic Methods](guide/oop/magic_methods.md)\n  - [Properties](guide/oop/properties.md)\n  - [Naming Conventions](guide/oop/naming_conventions.md)\n  - [Static Methods](guide/oop/static_methods.md)\n  - [Class Methods](guide/oop/class_methods.md)\n  - [Data Classes](guide/oop/dataclasses.md)\n  - [Inheritance](guide/oop/inheritance.md)\n  - [Abstract](guide/oop/abstract.md)\n  - [Final](guide/oop/final.md)\n- [Packages](guide/packages/_index.md)\n  - [Namespaces](guide/packages/namespaces.md)\n  - [Modules](guide/packages/modules.md)\n  - [Creating Packages](guide/packages/packages.md)\n- [Scripting](guide/scripting/_index.md)\n  - [About](guide/scripting/about.md)\n  - [File Handling](guide/scripting/file_handling.md)\n  - [Logging](guide/scripting/logging.md)\n  - [Subprocesses](guide/scripting/subprocess.md)\n  - [Executing Python](guide/scripting/shebang.md)\n  - [Custom CLI (click)](guide/scripting/click.md)\n  - [Environment Variables](guide/scripting/env_variables.md)\n- [Concurrency](guide/concurrency/_index.md)\n  - [Introduction To Concurrency](guide/concurrency/introduction.md)\n  - [Global Interpreter Lock (GIL)](guide/concurrency/gil.md)\n  - [Threading Module](guide/concurrency/threading.md)\n  - [Asyncio Module](guide/concurrency/asyncio.md)\n  - [Multiprocessing Module](guide/concurrency/multiprocessing.md)\n  - [Concurrent Module](guide/concurrency/concurrent.md)\n- [Data](guide/data/_index.md)\n  - [Working with Bytes](guide/data/bytes.md)\n  - [Numpy](guide/data/numpy.md)\n- [Networking](guide/networking/_index.md)\n  - [Introduction To Networking](guide/networking/introduction.md)\n  - [Sockets](guide/networking/sockets.md)\n  - [HTTP Requests](guide/networking/http_requests.md)\n- TODO\n  - Data Handling\n  - Extentions\n  - Networking\n  - Testing\n  - Tooling\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminyde%2Fpython-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminyde%2Fpython-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminyde%2Fpython-guide/lists"}