DEV Community

Cover image for โœ… I Just Earned My Python Certificate from SoloLearn!
San Kang
San Kang

Posted on

โœ… I Just Earned My Python Certificate from SoloLearn!

๐ŸŽ‰ A Big Milestone on My Coding Journey

Hi everyone!

Iโ€™m thrilled to share that Iโ€™ve officially completed the Introduction to Python course on SoloLearn. This is my very first programming certificate โ€” and the beginning of something bigger.

certificate


๐Ÿ“š What I Learned

The course covered foundational topics such as:

  • Variables & Data Types
  • Control Flow (if, while, for)
  • Functions
  • Lists, Dictionaries, and Sets
  • Basic Input/Output

I also worked on small exercises and mini-projects to reinforce each topic.


๐Ÿ› ๏ธ What I Built

To apply what I learned, I created a few small Python projects:

  1. Terminal Login System

    A simple login system that checks username and password, with limited login attempts.

  2. To-Do List App (Terminal-based)

    A basic CLI app to manage tasks using dictionaries and lists.

I'll be uploading all of these projects to my GitHub repo:

github.com/sankworks


๐Ÿ”œ What's Next?

This is just the beginning! Iโ€™m now diving into:

  • Home automation with Home Assistant
  • More courses like HTML, SQL, and Machine Learning Basics
  • Building projects that connect coding and real life (like smart home dashboards)

You can follow along by checking my GitHub or reading more posts here.

Letโ€™s keep building, learning, and having fun!


If you're starting out too, feel free to connect and share your journey in the comments!

โ€“ San from sankworks

Top comments (0)