What happened so far?
Good news! I've done the major part of the old style.scss. Now I'll proceed with the rest of the form.
Was away for exams and other familial duties for a while.
...
Day 02: A deep dive in #swift declarations let and var and getting to know NSMutableArray and NSArray to mutate values or strings even when they are declared with let....
Day 3: Today I am traveling a full day, so getting in some #swift documentation and making notes. Also some learning in the Encode app. About if and switch statements to make conditionals, and use for...
Today I ran my very first line of Python code.It feels great to see that output on screen—it’s the first step on a journey toward building more complex scripts, automations, and eventually AI mode...
Here's what I learned today:
Variables and f-strings for clean formatting
Basic math functions like pow(), round(), floor(), and ceil()
String methods like .upper(), .lower(), .title(), .replace(), ....
100 Days of Code: My Journey, Projects, and What I Learned
100 days. One commitment. A changed developer.I decided to take on the #100DaysOfCode challenge not just as a trend, but as a person...
Building a Pig Latin Translator in Python
Introduction
Today, I decided to apply my Python knowledge to tackle the first project in Impractical Python Projects: building a Pig Latin ...
100-days-of-code
Day 3Here’s what I covered today:
if, elif, and else statements
Dictionaries
While loops
For loops (took me a bit, but I got it!)
2D lists & nested loops
Projects ...
Day 5: Deep dive in functions. Define and call functions, label their arguments, and use their return values. Like the documentation says. Tough day....