This actually took a bit of time for me to think through. This was one of the "challenges". I actually don't know how long I stared at it but I deleted what was already there and started from scratch because what was there had me 3 kinds of confused lol
#boot.dev #learningpython
Just solved LC "Time Based Key-Value store" problem in python.
#learningpython
Hate me but I like them.^^
#LearningPython #RegEx
It is the famous Habsburg Regex
#LearningPython #Python #Regex
Kind of boring when it comes to learning theory stuff instead of direct practical codding
#learningpython #codding
List = ["i" , "understand" , "it", "now"]
For i in list:
Print(i)
#codesky
#learningpython
Just another small win. I'm just glad I was able to get it working. I know there are improvements of what I wrote to what their expected answer would be.
The Ask: print in reverse without hitting the 'string index out of range' error.
#python3 #learningpython #MOOCpython
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
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
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
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
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
Exploring the Top 10 Programming Languages You Should Learn in 2025
Exploring the Top 10 Programming Languages You Should Learn in 2025
bytesectorx.blogspot.com/2024/11/Top-...
#TopProgrammingLanguages2025 #LearningPython #JavaScriptWeb #JavaEnterprise #CSharpMicrosoft #GoProgramming #RustDevelopment #SwiftCode #KotlinLanguage #MachineLearningLanguages #Python
Me trying to figure out where to start a While loop and then getting stuck in that loop
#Python
#learningpython
I have always struggled with Maths and Arithmetic., even just the basics(I spectacularly failed them at school) so I have this huge obstacle when trying to learn Python when it asks about "Work out this math problem.." BRAIN FREEZE
#Python
#LearningPython
#Learntocode
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
#LearningPython #PythonLists #ChatGpt want to learn #Python supplement your book of choice with #ChatGpt. Ask chat for a python list of favorite sports team.
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
This is an amazing list. If you're about to start your journey as a programmer please read this. #LearningPython
www.reddit.com/r/learnprogramming/comme...
Comprehensive Python Cheatsheet
https://gto76.github.io/python-cheatsheet/
#LearningPython
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
Interesting thread if you're learning to code.
#LearningPython
www.reddit.com/r/learnpython/comments/a...
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
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.
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
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
Also this was my first slowdown in the course. Figuring out console input and assignment. This being combined gave me pause. #LearningPython
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
Wow, I just generated a malloc error when using IPython, I guess some things never change. #learningpython