DEV Community

Cover image for Learning a Coding Language Together (Weekly Beginner Challenge)
Kyle Diamond
Kyle Diamond

Posted on • Edited on

Learning a Coding Language Together (Weekly Beginner Challenge)

Hey everyone, my name’s Kyle, also known as Mr. Diamond.

I’m just starting with coding, and I thought it’d be cool to learn alongside other people instead of doing it alone. So I’m starting this little weekly thing.

For this week, I’m going to keep coming back to this post every day and talk about what I worked on, what I learned, and what I’m still confused about. If you’re learning too, feel free to jump in and do the same. Doesn’t matter if you’re brand new or just brushing up on basics.

After the week is over, I’ll make a new post, and we’ll do it again for the next week, building up step by step. No pressure,

I’m starting with Python, but honestly, this is more about learning together than the language itself.

If you’re on a coding journey and want a place to check in, share progress, or stay motivated, you’re welcome to join.

Mr. Diamond

Top comments (3)

Collapse
 
mr_diamond profile image
Kyle Diamond

Day 5:
Today I learned more about math concepts used in programming and started looking into the basics of machine learning. Still very beginner level, but it’s interesting seeing how math connects to code.

Collapse
 
mr_diamond profile image
Kyle Diamond • Edited

Day 2:
Today I made a simple calculator and used input to ask for your age and height. Still learning. If you’re a beginner too, what language are you starting with?

Collapse
 
mr_diamond profile image
Kyle Diamond

Day 1:
Learned some Python basics today, mainly variables and printing. Still confused in a few spots, but making progress, like lens and loops.