{"id":16361680,"url":"https://github.com/kabirbaidhya/learn-python-django-web","last_synced_at":"2025-03-21T00:31:45.615Z","repository":{"id":54882986,"uuid":"84473127","full_name":"kabirbaidhya/learn-python-django-web","owner":"kabirbaidhya","description":"Learn Python Django Web","archived":false,"fork":false,"pushed_at":"2019-09-29T10:44:54.000Z","size":1688,"stargazers_count":53,"open_issues_count":0,"forks_count":26,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-01T01:23:16.750Z","etag":null,"topics":["django","postgresql","python","web"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kabirbaidhya.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}},"created_at":"2017-03-09T18:03:03.000Z","updated_at":"2023-09-03T23:04:35.000Z","dependencies_parsed_at":"2022-08-14T05:40:28.950Z","dependency_job_id":null,"html_url":"https://github.com/kabirbaidhya/learn-python-django-web","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/kabirbaidhya%2Flearn-python-django-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabirbaidhya%2Flearn-python-django-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabirbaidhya%2Flearn-python-django-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabirbaidhya%2Flearn-python-django-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kabirbaidhya","download_url":"https://codeload.github.com/kabirbaidhya/learn-python-django-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244094267,"owners_count":20397020,"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":["django","postgresql","python","web"],"created_at":"2024-10-11T02:14:31.444Z","updated_at":"2025-03-21T00:31:45.160Z","avatar_url":"https://github.com/kabirbaidhya.png","language":"Python","readme":"# Learn Python, Django \u0026 Web Development\n\nThis is a course targeted for beginners who are familiar with Programming Fundamentals (at least academically) and the contents are well suited especially for Fresh Computing students with no prior professional development experience.\n\nThis course mainly focuses on [Python](https://www.python.org/), [Django](https://www.djangoproject.com/) and slightly touches the basics of Web Development, Databases \u0026 Version Control System which are platform agnostic and are preliminaries to be covered in Web Development in any platform.\n\n**This is a work in progress, I'm still writing up regularly for the topics listed below. So, stay tuned.**\n\n## Course\n#### Introduction\n1. [Learning Python](workshop/Introduction.md) [[Slides](https://speakerdeck.com/kabirbaidhya/learning-python)]\n\n#### Version Control\n1. [VCS, Git \u0026 Github](units/git/vcs-git-and-github.md) [[Slides](https://speakerdeck.com/kabirbaidhya/vcs-git-and-github)]\n\n#### Python\n1. [Variables, Data Types \u0026 Operators](units/python/1/python-variables-types-and-operators.md) [[Slides](https://speakerdeck.com/kabirbaidhya/python-variables-data-types-and-operators)]\n2. [String and Formatting](units/python/2/strings-and-formatting.md) [[Slides](https://speakerdeck.com/kabirbaidhya/python-strings-and-formatting)]\n3. [Lists \u0026 Dictionaries](units/python/3/lists-and-dictionaries.md) [[Slides](https://speakerdeck.com/kabirbaidhya/python-lists-and-dictionaries)]\n4. [Conditionals and Loops](units/python/4/conditionals-and-loops.md) [[Slides](https://speakerdeck.com/kabirbaidhya/python-conditionals-and-loops)]\n5. [Functions \u0026 Lamdas](units/python/5/functions-and-lambdas.md) [[Slides](https://speakerdeck.com/kabirbaidhya/python-functions-and-lambdas)]\n6. [Exception Handling](units/python/6/exception-handling.md) [[Slides](https://speakerdeck.com/kabirbaidhya/python-exception-handling)]\n7. [Modules \u0026 Packages](units/python/7/modules-and-packages.md) [[Slides](https://speakerdeck.com/kabirbaidhya/python-modules-and-packages)]\n8. [Classes \u0026 Objects](units/python/8/classes-and-objects.md) [[Slides](https://speakerdeck.com/kabirbaidhya/python-classes-and-objects)]\n\n#### Database \u0026 SQL (PostgreSQL)\n1. [Database and SQL](units/database/1/database-and-sql.md) [[Slides](https://speakerdeck.com/kabirbaidhya/database-and-sql)]\n\n#### Web Development Basics\n1. [Web basics and HTTP](units/web/1/web-basics-and-http.md)\n2. [Frontend and JavaScript Basics](units/web/2/frontend-and-javascript.md)\n\n#### Web Development with Django\n1. [WSGI, pip \u0026 virtualenv](units/django/1/wsgi-pip-and-virtualenv.md)\n2. [Django - Hello World](units/django/2/django-helloworld.md)\n3. [Templates \u0026 Views](units/django/3/templates-and-views.md)\n4. [Database, ORM \u0026 Models](units/django/4/database-orm-and-models.md)\n5. [Form Processing](units/django/5/form-processing.md)\n6. [Validation](units/django/6/validation.md)\n7. [Asynchronous HTTP Requests (Ajax)](units/django/7/ajax.md)\n8. [Django Authentication](units/django/8/auth.md)\n9. [TodoApp Finalization](units/django/9/finalization.md)\n10. [Add Hashtags](units/django/10/hashtags.md)\n11. [REST API Development](units/django/11/rest-api.md)\n12. [Deployment to Heroku](units/django/12/heroku-deployment.md)\n\n\n## Stay Tuned\nMore Write ups \u0026 slides for the remaining topics are coming up shortly. Stay Tuned :)\n\n## License \u0026 Copyright\n\nCopyright (c) 2017 Kabir Baidhya.\n\nLicensed under  [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkabirbaidhya%2Flearn-python-django-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkabirbaidhya%2Flearn-python-django-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkabirbaidhya%2Flearn-python-django-web/lists"}