Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-yu authored Jul 23, 2017
1 parent 9de4656 commit 7653064
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions README.md
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

0 comments on commit 7653064

Please sign in to comment.