Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 647 Bytes

log.md

File metadata and controls

19 lines (11 loc) · 647 Bytes

100 Days of Python - Log

Day 1: June 20, 2018 (StudyNote)

Basic variable, Data Type

Today's Progress: Started from beginner python again. Variable, Data Types, Error Handling

Thoughts: I am kind of rusty on Python, found out specific pep8 rules that I was not following. Keep it up!

Link to work: Day1_Note

Day 2: June 21, 2018 (StudyNote)

Exception Handling, loop

Today's Progress: Finish the exception error handling, simple purchase ticket app. Started note for List

Thoughts: Glad I was able to review exception handling.

Link to work: Day2_Note