{"id":25052409,"url":"https://github.com/legionjp/learn_python3","last_synced_at":"2025-04-14T08:07:39.704Z","repository":{"id":227538573,"uuid":"674974456","full_name":"legionJP/learn_python3","owner":"legionJP","description":"Python Programming Guide ","archived":false,"fork":false,"pushed_at":"2025-03-27T16:59:29.000Z","size":114375,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T08:07:07.967Z","etag":null,"topics":["modules-python","oops-in-python","programming-language","python"],"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/legionJP.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":"2023-08-05T11:00:09.000Z","updated_at":"2025-04-07T18:23:34.000Z","dependencies_parsed_at":"2024-06-20T19:29:04.352Z","dependency_job_id":"feaace00-bdfb-4806-b5c6-27c0a03737ae","html_url":"https://github.com/legionJP/learn_python3","commit_stats":null,"previous_names":["legionjp/learn_python3"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legionJP%2Flearn_python3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legionJP%2Flearn_python3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legionJP%2Flearn_python3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legionJP%2Flearn_python3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legionJP","download_url":"https://codeload.github.com/legionJP/learn_python3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248843831,"owners_count":21170488,"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":["modules-python","oops-in-python","programming-language","python"],"created_at":"2025-02-06T10:29:33.543Z","updated_at":"2025-04-14T08:07:39.689Z","avatar_url":"https://github.com/legionJP.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## learn_python Programming in structured way ✨ \n\n### Python Topics 💡\n- [ Python Programming Intro ](Python3/Overview_Intro/Readme.md) 🚀\n- [ Variable Declaration and more in Py](Python3/Variables_\u0026_Types/) 👋\n- [ Operators in Python3](Python3/Operators_in_py/operators.py) 🧠\n- [ Python Data Types and  Data Structures ](Python3/Py_Data_Types_Data_Structure/) 👨‍💻\n  -  [Data Types]()\n        - [Integers, Floats, airthmetic](Python3/Py_Data_Types_Data_Structure/Integers_Floats_Airthmetic_operations.py)\n        - [List, set , tuples, Dict](Python3/Py_Data_Types_Data_Structure/list-set-tuple-dict.py) , [Sets](Python3/Py_Data_Types_Data_Structure/Sets.py), [Named_tuples](Python3/Py_Data_Types_Data_Structure/Namedtuples.py)\n\n        - [List Comprehension ](Python3/Py_Data_Types_Data_Structure/List_comprehensions.py)\n        - [String](Python3/Py_Data_Types_Data_Structure/Strings_f-string.py) , [String Slicing](Python3/Py_Data_Types_Data_Structure/Slicing_lists_\u0026_Strings.py)\n        \n        - [ Python Stirng Methods and Escape Characters](Python3/Py_Data_Types_Data_Structure/String_Methods.md)\n\n  -   [Data Structures](Python3/Py_Data_Types_Data_Structure/DSA_Python.py) , [Big-O](Python3/Py_Data_Types_Data_Structure/Big-O-notation.py)\n\n- [ User Input and Math Module](Python3/Math_\u0026_User_Input/) 💻\n- [ Flow Control and Function-Scope in Py ](Python3/Flow_controls%20in%20Py/) 🌊\n- [ Array in Python](Python3/Arrays_\u0026_Numpy/) 📜\n- [ Procedural Programming in Py ](Python3/Procedural_programing/) 📑\n- [ Functions and Functional Programming in Py](Python3/Functional_Programming/) ⚙\n- [ OOPs in Python ](Python3/OOPs_in_Python/) 🌲🍃🌿🍂\n- [ Decorator and Generator ](Python3/Decorator_\u0026_Generator/) 😊😎😂 , ⚡\n- [ Modules in Python ](Python3/Modules_in_py/)   📦\n   - [ Modules Intro in Python ](Python3/Modules_in_py/Modules_Intro/)  📚\n   - [ OS Modules in Python ](Python3/Modules_in_py/OS_Modules/) ⚙️\n   - [ Itertools Modules in Python](Python3/Modules_in_py/Itertools_module/)\n   - [ Multi-threading Module in Python ](Python3/Modules_in_py/Multithreading_inPy.py)\n   - [ Regex Module in Python ](Python3/Modules_in_py/Regex_Module) ^ .🌍 ⭐ ❓ (👥) $\n   - [ Date Time Module in Python](Python3/Modules_in_py/Datetime_Module/)  📅\n   - [ JSON Module in Python ](Python3/Modules_in_py/JSON_Module_py/)\n   - [ CSV Module in Python ](Python3/Modules_in_py/CSV_Module.py)\n   - [ Random Module in Python ](Python3/Modules_in_py/Random_Module.py)\n\n\n- [ File and Error Handling ](Python3/File_\u0026_Error_handlings_Py/)\n- [ Pythonic or Duck Typing ](Python3/Pythonic/)\n- [ Python Package Management pip and more](Python3/Python_IDEs_Packaging/)\n- [ Python Test-cases and Unit Testing ](Python3/Py_code_testing/)\n- [ DataBase Connection in Python ](Python3/DataBase_Connections/)\n- [ Python Libraries Guide](Python3/Py_Libraries.py/)\n- [ Web Scraping Using the Python ](Python3/Web_scraping_Python/)\n- [ Python Tips ](Python3/Python_tips/)\n- [ Python Interview Tips ](Python3/Python_Interview/)\n- [ DSA in Python ](Python3/DSA_Py/)\n- [ Hacker Rank Solution ](Python3/Hacker_Rank_py/)\n- [ eBooks for Python ](Python3/)\n\n- [ Others Programming languages Resources](Python3/Resources/Other_langs.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegionjp%2Flearn_python3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegionjp%2Flearn_python3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegionjp%2Flearn_python3/lists"}