#learningPython
Hate me but I like them.^^

#LearningPython #RegEx
August 21, 2025 at 5:41 PM
Just completed Day 2 of #100DaysofPython. With the help of Angela
@LondonAppBrewer
I was able to build a "Tip Calculator." See my code below!

#LearningPython
#Python
#pythonlearning
#100DaysOfCode
January 5, 2025 at 1:45 AM
Just completed Day 3 of #100DaysofPython. With the help of Angela Yu over at the The App Brewery.
I was able to build a choose your adventure game! See my code below!

#LearningPython
#Python
#pythonlearning
#100DaysOfCode
January 7, 2025 at 6:08 AM
It is the famous Habsburg Regex

#LearningPython #Python #Regex
August 20, 2025 at 3:16 PM
Just completed Day 4 of #100daysofPython. I made a rock paper scissors game! Check out my code below. Thanks to Angela at The App Brewery!

#100DaysofCode
#learningPython
#python
January 9, 2025 at 7:05 AM
Just completed Day 1 of #100DaysofPython with the help of Angela at #TheAppBrewery and #Udemy! I wrote my first program: A Band Name Generator!

Here's the code I used:

#LearningPython
#Python
#100DaysofCode
January 4, 2025 at 3:06 AM
In Software Engineering permanent ban, and in LearningPython, just ban of the post.
December 16, 2024 at 10:39 AM
List = ["i" , "understand" , "it", "now"]
For i in list:
Print(i)

#codesky
#learningpython
January 27, 2025 at 7:35 PM
#learningpython been busy all evening coding a simple game of randomly picking the higher poker card. Player vs Computer style. Got it working quick, but, when I wanted to display the picked card in an #ascii drawing, it got tricky to pass functions() as options for random.choice. I like it :)
April 2, 2026 at 7:50 PM
Python update:

Going through the MOOC python 2025 course. I sometimes get frustrated with the scoring or "validation" on my code.

What they were looking for was a float for the mean, and in my code it didn't, so the output would be "2.0" instead of "2".

#python #learningpython #venting
January 20, 2025 at 1:57 AM
Applied to @codeinplace.bsky.social and I got in! I now have some busy and fun weeks ahead (going to have to take my laptop with me to BrightonSEO) - I'll try to report on my experience! #learningpython
April 17, 2026 at 8:55 PM
I have gone back to basics with Python and there must be a word for getting math/arithmetic symbols < and > mixed up. If there is a word then I am that word.

#LearningPython
#Python
August 1, 2024 at 8:07 AM
Just solved LC "Time Based Key-Value store" problem in python.
#learningpython
December 19, 2025 at 10:37 PM
Here's an example of "unlearnimg". Here is an obvious case of using pointers, but it's not explicitly called out like it is in C++. My brain is working overtime to figure out how this is working on the backend to make sure I don't get lost. #LearningPython
November 29, 2024 at 5:05 PM
Also this was my first slowdown in the course. Figuring out console input and assignment. This being combined gave me pause. #LearningPython
November 29, 2024 at 5:05 PM
More crazy coding. Well for me it's crazy. You can just make up a variable on the fly and use it in a for loop. See the "word" in the example below. I had to run the code myself to wrap my head around it. #LearningPython
November 29, 2024 at 5:05 PM
I forgot to follow up on this. The answer is: False

Since 1 is the same as True (1==True), the highest index gets returned which corresponds to the value False. #LearningPython
November 29, 2024 at 5:05 PM
I'm learning about dictionaries in Python. From the lesson below what is the expected output of:

print(pairs.get(1))

I'll reveal the answer tomorrow. #LearningPython
November 29, 2024 at 4:10 PM
Progress report on my #LearningPython uh, progress. I'm on a 19 day learning streak. So I haven't taken one day off yet. I've finished 6 modules with only 3 more to go. Still a little fuzzy on lambdas and set operations, but other than that I feel pretty comfortable.
November 29, 2024 at 4:10 PM
Another update from my journey teaching myself Python. I've been stuck on Magic Methods for a while. I get the point but not the practice. Today I've decided to move on and not to get hung up on this section. I'll circle back, but for now I want to move on. #LearningPython
November 29, 2024 at 3:11 PM
Comprehensive Python Cheatsheet
Exhaustive, simple, beautiful and concise. A truly Python...
gto76.github.io
November 29, 2024 at 2:16 PM
This is an amazing list. If you're about to start your journey as a programmer please read this. #LearningPython

https://www.reddit.com/r/learnprogramming/comments/aoyzj4/a_nottodo_list_for_beginner_programmers/?utm_source=reddit-android
November 29, 2024 at 12:25 PM
Keeping myself honest here. I've open the app everyday, but that doesn't mean I have done meaningful work each time. I'm trying to celibrate the fact that I've made it a habit and part of my daily routine. #LearningPython
November 29, 2024 at 12:25 PM