βπ» Log date: 31 May 2025
Over the past few days, I caught up on some modules from my National University of Singapore course (Full Stack Development with AI). I'm excited to dive into full-stack development end-to-end, but I know thereβs still a long journey aheadβthe course wraps up in mid-September this year.
π What I Studied:
The recent module covered the basics of Python programming. Topics included:
- Installing Python and running .py files using Bash
- Naming conventions with snake_case
- Control flow with for and while loops
- Data structures like lists, tuples, dictionaries, and sets
π οΈ What I Coded (Highlights):
Compound Interest and Future Value Calculator
GitHub Repo: Link
Nth Digit Finder (Using While Loop):
GitHub Repo: Link
Triangle Generator (Using For Loop):
GitHub Repo: Link
π‘ Reflection:
The exercises helped me better understand how to break down problems and translate logic into code. Looking forward to applying these concepts in bigger projects as the course progresses!
Top comments (0)