https://github.com/dimodimchev/softuni-python-web-basics
This is a repository for my lectures and projects from the Python Web Basics module in SoftUni
https://github.com/dimodimchev/softuni-python-web-basics
course django python
Last synced: about 2 months ago
JSON representation
This is a repository for my lectures and projects from the Python Web Basics module in SoftUni
- Host: GitHub
- URL: https://github.com/dimodimchev/softuni-python-web-basics
- Owner: DimoDimchev
- Created: 2021-04-18T10:10:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T18:38:32.000Z (about 5 years ago)
- Last Synced: 2025-06-19T07:48:29.173Z (about 1 year ago)
- Topics: course, django, python
- Language: Python
- Homepage:
- Size: 7.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#

# Course details
In the Python Web Basics course you will lay your fundamental knowledge in the area of Web development with Python and Django. You will learn core principles of Web development such as HTTP, you will learn to handle databases(SQL), you will create your own server and get to know the fundamental concepts of the MVC architecture.
# Topics
- HTTP protocol
- URL's and Templates
- Forms
- Unit and Integration testing
- Database basics
- Models and MTV Pattern
# Apps created within this course
- **A ToDo-List app, built with Django, HTML, CSS and Bootstrap**:
- In this app the user can create, delete and edit tasks. Parts of the design change appropriately when a task is completed.
- The app uses basic Django forms, Django Templates and PostgreSQL for storing the tasks.

- **An app for showcasing books, built with Django, HTML, CSS and Bootstrap**:
- In this app the user can showcase various books with their author, description and number of pages. Afterwards details for each book can be edited.
- The app uses Model Forms, Django Templates and PostgreSQL for storing each book.
