Tag: Python
-
Python Beginner Diary Day 014: String methods
-
Python Beginner Diary Day 013: Conditional Expressions (aka Ternary Operators)
Silent session today.
-
Python beginner Diary Day 012: Logical Conditions
Today I learned about logical conditions in Python. There are three logical conditions:
-
Python beginner Diary Day 011: Temperature Conversion
Today’s lesson was about creating a temperature converter in Python using if-statements again. I use PyCharm. I follow Bro Code’s instructions from his Python course:
-
Python beginner Diary Day 010: Weight Conversion
I followed a chapter of Bro Code’s full Python course about creating a weight converter with Python. It converts kilograms into pounds or vice versa. For me, it was interesting to see how this is done using if-statements and made use of some f-strings. One of my personal favorite things was that I figured out…
-
Python Beginner Diary Day008: if statements
-
Python Beginner Diary Day008: = vs == (assign vs compare)
This is such a basic thing, but I always got it wrong. So I created a reminder video for myself. Here, it’s very important to remember that the equals sign and Python is not the equals sign; it’s the assignment operator, because it assigns a value to a variable. The single equals sign (=) in…
-
Python Beginner Diary Day007: User Input
Today I learned about inputs in Python and how to do some simple things where that allow a user or that prompt a user to input some values and then we generate an output in Python. This is based on Bro code’s Python full course for free the 2024 version about 30 minutes into the…
-
Python Beginner Diary Day006: Switching to Bro Code Python Course
I started out with programming with Mosch’s Python beginner’s course. I went about 1.5 hours into it, but I lost it. I think this is the kind of course that you have to take in one setting so that the concepts stay fresh in your mind. But I didn’t do that; I spread it out…
-
Learning Python Day 2: Conditional Statements
Notes for myself: