Tag: python
-
DevOps Learning Roadmap (Revised)
I have revised my roadmap for learning core DevOps technologies. The prioritized list has been updated to include Linux and AWS certifications strategically placed based on how the curriculum is organized. This is an aggressive plan that assumes 4 to 6 hours a day of focused study, 5 days a week. The intent of the…
-
Senior Dev Confirmation
I spoke with one of our senior software developers at work yesterday. I told her I’ve been studying at home to learn a tech stack to prepare myself for applying for DevOps roles, and that one of the things I’m learning is Python. I asked her for feedback and/or suggestions. She’s been coding a long…
-
Loops and Conditional Statements
My process with Python involves reading theoretical explanations of concepts, then immediately typing out and running the code myself. Typing out the code builds good muscle memory and is also just generally good practice. If something doesn’t run as expected, I review my code and look for things like syntax errors, logic errors, and data…
-
Flow Control
Tonight’s Python lesson. It’s still pretty basic, but at least it’s a few steps beyond “Hello, world.” This was based on Chapter 2 of Automate the Boring Stuff with Python.Programmers tend to have a peculiar sense of humor (see code example). 2025-07-17Focus Areas: Python – flow control fundamentals, Boolean logic, conditional statements, and decision-making in…
-
Geek Mode, Activated
I’m in geek mode. I think I will be in geek mode for the foreseeable future. I started a self-directed learning program on 7/11. My main focus so far has been Git with some intro Python as well. Git seems very straight forward to me. I feel I have the basics down, but will explore…
-
Setting My Sights on DevOps
I’ve decided to bite the bullet and teach myself how to code. While I’m not aiming to become a full-time developer, adding a programming language or two to my résumé—and being able to demonstrate those skills—will significantly boost my chances of landing a QA or DevOps position at a software company. I already work with…
