-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,8 @@ | ||
# HW-Tracking-Website-App | ||
For those too lazy to write down their HW. | ||
|
||
Often times I do not have enough time to note down the homework as I hurry into the next class, so I rely on my classmates over wechat or the official SMIC website. However, those can be unreliable at times. | ||
|
||
Although I don't have an concrete idea yet, I imagine it would be similar to titanpad. | ||
|
||
I plan on learning and using python for this project. This project is mostly an introductory project for me to learn python. | ||
|
||
Resources I'm checking out: | ||
|
||
https://www.fullstackpython.com/ | ||
|
||
https://python-guide.readthedocs.io/en/latest/ | ||
|
||
http://www.openbookproject.net/thinkcs/python/english3e/index.html | ||
|
||
https://automatetheboringstuff.com/#toc | ||
|
||
|
||
Week 1 | ||
|
||
Read through chapters 0-1 of Automate the Boring Stuff with Python | ||
|
||
Learned: Operators, variable types, print(), input(), len(), str()/int()/float() | ||
|
||
Read through chapter 1 of Dive Into Python. | ||
|
||
Learned: Function declaration, docstring, | ||
|
||
|
||
Week 2 | ||
|
||
Read through chapter 2 of Dive Into Python. | ||
|
||
Learned: numerous data types in python 3, type( ), isinstance( , ), numerical operators, lists, append(), extend(), insert(), count(), index(), del, remove(), pop(), tuples, | ||
Often times I do not have enough time to jot down the homework as I hurry to the next class, so I rely on my classmates to tell me over wechat or the official SMIC website. However, those can be unreliable at times. | ||
|
||
|
||
Front end: HTML/CSS | ||
Back end: Python Django 1.11.3 |