1.3 - 100 Days of Code

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. ...
0 Read More

100DaysOfCode — Day 2

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....
0 Read More

100DaysOfCode — Day 3

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...
0 Read More

Day 2 of Learning Python!

Day 2 of Learning Python!
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(), ....
0 Read More

Day 3 of Learning Python!

Day 3 of Learning Python!
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 ...
0 Read More

100DaysOfCode — Day 5

Day 5: Deep dive in functions. Define and call functions, label their arguments, and use their return values. Like the documentation says. Tough day....
0 Read More