Notes on Codecademy’s Intro to Python

I took this course to get familiar with syntax for concepts I already know from other languages.

I need more review of these modules:

  • Dictionaries
  • Files
    • Lots of good information in here about reading and writing to csv as well as text files. So much more clear than when I tried to learn this in Java the first couple times.
  • Classes
    • Things like string representation–Use __repre__(), rather than writing a toString() method like Java. Really just a naming thing, but is something I think I’ll forget easily, so noting it here.
  • Codecademy: Learn Python 3 - Progress
    • Hello World - done Saturday 4/23/2022
    • Control Flow - done Sunday 4/24/2022
    • Lists - done Tuesday 4/26/2022 (worked on 4/24, 4/25, 4/26)
    • Loops - done Wednesday 4/27/2022 (worked on 4/26, 4/27)
    • Functions - done Friday 4/29 (worked on 4/28, 4/29)
    • Python: Code Challenges done Friday 4/29 (worked on 4/29)
    • Strings - done Tuesday 5/3 (worked on 4/29, 5/2)
    • Modules - done Tuesday 5/3
    • Dictionaries - done Thursday 5/5 (worked on 5/4, 5/5)
    • Files - done Friday 5/6 (worked on 5/5, 5/6)
    • Classes - done Sunday 5/8 (worked on 5/7, 5/8)
    • Python: Code Challenges II - done Sunday 5/8

Date
April 23, 2022