Kyle Leonard
Black Nerd's Journey

Black Nerd's Journey

Follow
Series

100 Days Of Code - Python

My journey of learning Python by going through a 100 Days of Code course. The main focus is for me to reflect on what I learned and have written summaries to come back to for future reference.

Articles in this series

The (Second) Start of My Journey to Become a FullStack Dev

Aug 8, 20224 min read

If at first you don't succeed, try, try again. · Welcome, Everyone! I want to give a quick intro about myself, the purpose of this blog, and how I plan...

The (Second) Start of My Journey to Become a FullStack Dev
Day 1: Python Object and Data Structure Basics
Day 2: Python Object and Data Structure Basics (Part 2)
Day 3: Conditional Statements, Logical Operators, Code Block and Scope
Day 4: Randomization and Python Lists
Day 5: Python Loops