{"id":28911055,"url":"https://github.com/1ayanabil1/databases-with-the-python","last_synced_at":"2026-04-13T03:03:40.981Z","repository":{"id":300421327,"uuid":"1006130337","full_name":"1AyaNabil1/Databases-with-the-Python","owner":"1AyaNabil1","description":"Learn how to work with SQL and NoSQL databases in Python using SQLite, MySQL, and MongoDB. Hands-on notebooks following the official Udemy course.","archived":false,"fork":false,"pushed_at":"2025-06-21T15:21:46.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-21T16:20:19.663Z","etag":null,"topics":["data-science","database","jupyter-notebook","mongodb","mongodb-database","mysql","nosql","python","sql","sqlite","udemy-course"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/1AyaNabil1.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,"zenodo":null}},"created_at":"2025-06-21T15:04:10.000Z","updated_at":"2025-06-21T15:21:50.000Z","dependencies_parsed_at":"2025-06-21T16:31:43.867Z","dependency_job_id":null,"html_url":"https://github.com/1AyaNabil1/Databases-with-the-Python","commit_stats":null,"previous_names":["1ayanabil1/databases-with-the-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/1AyaNabil1/Databases-with-the-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1AyaNabil1%2FDatabases-with-the-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1AyaNabil1%2FDatabases-with-the-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1AyaNabil1%2FDatabases-with-the-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1AyaNabil1%2FDatabases-with-the-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1AyaNabil1","download_url":"https://codeload.github.com/1AyaNabil1/Databases-with-the-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1AyaNabil1%2FDatabases-with-the-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271752100,"owners_count":24814745,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-science","database","jupyter-notebook","mongodb","mongodb-database","mysql","nosql","python","sql","sqlite","udemy-course"],"created_at":"2025-06-21T19:01:07.421Z","updated_at":"2026-04-13T03:03:40.958Z","avatar_url":"https://github.com/1AyaNabil1.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"![course](https://github.com/1AyaNabil1/Databases-with-the-Python/blob/main/img/11.png)\n# Databases with Python (MySQL, SQLite, MongoDB)\n\nThis repository follows the Udemy course:\n[Databases with Python: MySQL, SQLite, MongoDB](https://www.udemy.com/course/databases-with-python-mysql-sqlite-mongodb-with-python/learn/lecture/29159188#overview)\n\nIt contains well-organized, practical notebooks for each section of the course, along with sample databases used throughout.\n\n---\n\n## 📁 Folder Structure\n\n```\nDatabases-with-the-Python/\n├── MongoDB/\n│   ├── MongoDB with Python.ipynb\n│   └── Use MongoDB with Python.ipynb\n├── MySQL/\n│   └── MySQL with Python.ipynb\n├── SQLite/\n│   └── SQLite with Python.ipynb\n├── data_testing.db                # SQLite test database\n├── Databases-with-the-Python.code-workspace\n```\n\n---\n\n## 🔍 Contents\n\n### ✅ SQLite\n\n* How to connect SQLite to Python\n* Creating tables, inserting data, querying data\n\n### ✅ MySQL\n\n* Connecting Python to MySQL\n* Executing basic SQL queries\n\n### ✅ MongoDB\n\n* Installing and using `pymongo`\n* Working with documents and collections\n* CRUD operations in MongoDB using Python\n\n---\n\n## 🚀 How to Use\n\n1. Clone the repo:\n\n   ```bash\n   git clone https://github.com/1AyaNabil1/Databases-with-the-Python.git\n   ```\n2. Open in VS Code or Jupyter Lab.\n3. Run each notebook to follow along with the course.\n\n---\n\n## 📚 Course Reference\n\nUdemy Course Link: [Databases with Python](https://www.udemy.com/course/databases-with-python-mysql-sqlite-mongodb-with-python/)\n\n---\n\n## 🧠 Contributions\n\nEach notebook and file was committed individually to reflect progress through the course. Feel free to fork and enhance it for your own learning path!\n\n---\n\n## 🛠 Requirements\n\n* Python 3.7+\n* Jupyter Notebook\n* `pymongo`, `mysql-connector-python`, `sqlite3`\n\nYou can install all dependencies via:\n\n```bash\npip install -r requirements.txt\n```\n\n\u003e *Note: MongoDB and MySQL should be installed locally or accessible remotely for the relevant notebooks.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1ayanabil1%2Fdatabases-with-the-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1ayanabil1%2Fdatabases-with-the-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1ayanabil1%2Fdatabases-with-the-python/lists"}