Skip to content

Commit 8ff1a7e

Browse files
committed
documentation
1 parent 98f6fc1 commit 8ff1a7e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Objective
2+
- Learn the basics neccesary for Web Development using Python, i.e.,
3+
- Classes
4+
- CRUD Operations on Database (sqlite3)
5+
- Frameworks (Flask, Django)
6+
7+
## Implementation
8+
- [Classes](class.py)
9+
- [CRUD Operations](/sqlite_crud.py)
10+
- Frameworks
11+
- [Flask](/flask_app.py)
12+
- [Django](/test_project)
13+
14+
## Source
15+
- freeCodeCamp tutorial by a [young rockstar, Tomi Tokko](https://www.freecodecamp.org/news/how-to-use-python-for-web-development/)

0 commit comments

Comments
 (0)