{"id":21296332,"url":"https://github.com/aminkhani/deep-dive-python","last_synced_at":"2026-05-12T16:02:32.114Z","repository":{"id":195163822,"uuid":"692371373","full_name":"aminkhani/deep-dive-python","owner":"aminkhani","description":"Python Deep Dive Course, Created by: Dr. Fred Baptiste - Combined the Pdfs and jupyter notebook with together","archived":false,"fork":false,"pushed_at":"2024-02-03T15:26:39.000Z","size":4848,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T17:31:22.239Z","etag":null,"topics":["advanced-python","complete-python","deep-dive-python","programming","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aminkhani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-16T09:24:24.000Z","updated_at":"2025-03-08T04:17:40.000Z","dependencies_parsed_at":"2023-11-08T11:25:17.146Z","dependency_job_id":"3ac025ab-a834-4bc6-ac9b-39b2182ff908","html_url":"https://github.com/aminkhani/deep-dive-python","commit_stats":null,"previous_names":["aminkhani/deep-dive-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aminkhani/deep-dive-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminkhani%2Fdeep-dive-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminkhani%2Fdeep-dive-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminkhani%2Fdeep-dive-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminkhani%2Fdeep-dive-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aminkhani","download_url":"https://codeload.github.com/aminkhani/deep-dive-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminkhani%2Fdeep-dive-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32946410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["advanced-python","complete-python","deep-dive-python","programming","python"],"created_at":"2024-11-21T14:25:54.959Z","updated_at":"2026-05-12T16:02:32.069Z","avatar_url":"https://github.com/aminkhani.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deep Dive Python\n\n[Python Deep Dive Course](https://www.google.com/url?sa=t\u0026rct=j\u0026q=\u0026esrc=s\u0026source=web\u0026cd=\u0026cad=rja\u0026uact=8\u0026ved=2ahUKEwjWt9e9666BAxXDhv0HHYTkAYsQFnoECAgQAQ\u0026url=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fpython-3-deep-dive-part-1%2F\u0026usg=AOvVaw1JghAkEwEvrvvvK-WfjF_t\u0026opi=89978449), Created by: [Dr.Fred Baptiste](https://github.com/fbaptiste)\n\nCombined the PDFs and Jupyter Notebook with together.\n\n\u003e [!NOTE]\n\u003e\n\u003e ✅ Completed | ⭕ In Future |📍 Inprogress\n\n## Content\n\n### [Part 1- Functional](./Part1-Functional/)\n\n- #### ⭕ 01 - Introduction\n\n- #### ⭕ 02 - A Quick Refresher - Basics Review\n\n- #### ⭕ 03 - Variables and Memory\n\n- #### ⭕ 04 - Numeric Types\n\n- #### ✅ [05 - Function Parameters](./Part1-Functional/05-FunctionParameters/)\n\n  - ✅ [01-Introduction.ipynb](./Part1-Functional/05-FunctionParameters/01-Introduction.ipynb)\n  - ✅ [02-ArgumentVsParameters.ipynb](Part1-Functional/05-FunctionParameters/02-ArgumentVsParameters.ipynb)\n  - ✅ [03-Positional\u0026KeywordArguments.ipynb](Part1-Functional/05-FunctionParameters/03-Positional\u0026KeywordArguments.ipynb)\n  - ✅ [04-UnpackingIterables.ipynb](Part1-Functional/05-FunctionParameters/04-UnpackingIterables.ipynb)\n  - ✅ [05-ExtendedUnpacking.ipynb](Part1-Functional/05-FunctionParameters/05-ExtendedUnpacking.ipynb)\n  - ✅ [06-args\u0026kwargs.ipynb](Part1-Functional/05-FunctionParameters/06-args\u0026kwargs.ipynb)\n  - ✅ [07-DefaultValue.ipynb](Part1-Functional/05-FunctionParameters/07-DefaultValue.ipynb)\n\n- #### 📍 [06 - First-Class Functions](Part1-Functional/06-FirstClassFunctions)\n\n  - 📍 [FirstClassFunction.ipynb](Part1-Functional/06-FirstClassFunctions/FirstClassFunction.ipynb)\n\n### ⭕ Part 2 - Iteration, Generators\n\n### ⭕ Part 3 - Hash Maps, JSON Serialization\n\n### ⭕ Part 4 - OOP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminkhani%2Fdeep-dive-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faminkhani%2Fdeep-dive-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminkhani%2Fdeep-dive-python/lists"}