Learning All the Things
Category: Fundamentals of Python

18
Oct
Fundamentals of Python – Working with Strings! (Week 4)
Fundamentals of Python, Technology

This week is pretty strongly centered around working with Strings, whether it be using operators, indexing, or iterating over them with loops. Pretty useful stuff! If you need access to Week 1 (Functions & Variables), Week 2 (Functions, Formatting & Assignment Statements), or Week 3 (Function and Variable Types), here they are! Lesson 1: More […]

Read more | 2 comments
9
Oct
Fundamentals of Python: Function and Variable Types (Week 3)
Fundamentals of Python, Technology

This week’s worth of lessons is super intuitive and really sets the tone for the rest of the class. As you’ll see, the speed of new information as well as the course structure meld together in a pretty harmonious way and let the student actually grasp concepts before moving on. While some of these are […]

Read more | Leave comment
25
Sep
Fundamentals of Python: Functions, Formatting & Assignment Statements (Week 2)
Fundamentals of Python, Technology

Here we are at Week 2 of Fundamentals of Python! This week covered Functions, Formatting & Assignment statements, which don’t need much explanation really, so let’s get right into it! If you need access to Week 1, here it is! Lesson 1: Visualizing Assignment Statements The most important note in this lesson is understanding that […]

Read more | Leave comment