DEV Community

Edward Chia
Edward Chia

Posted on

Day 19 - 23 of Coding: Basics of Python

✍🏻 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

Image description

GitHub Repo: Link

Nth Digit Finder (Using While Loop):

Image description

GitHub Repo: Link

Triangle Generator (Using For Loop):

Image description

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)