Home New Trending Search
About Privacy Terms
#
#LearningPython
Posts tagged #LearningPython on Bluesky
Post image

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

0 0 1 0

Just solved LC "Time Based Key-Value store" problem in python.
#learningpython

0 0 0 0
Post image

Hate me but I like them.^^

#LearningPython #RegEx

3 0 0 0
Post image

It is the famous Habsburg Regex

#LearningPython #Python #Regex

1 0 0 0

Kind of boring when it comes to learning theory stuff instead of direct practical codding

#learningpython #codding

0 0 1 0

List = ["i" , "understand" , "it", "now"]
For i in list:
Print(i)

#codesky
#learningpython

1 0 0 0
Post image

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

0 0 0 0
Post image Post image Post image

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

2 0 0 0
Post image Post image

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

1 0 0 0
Post image Post image Post image Post image

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

6 0 0 0
Post image

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

7 0 1 0
Post image

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

2 0 0 0
Exploring the Top 10 Programming Languages You Should Learn in 2025

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

2 0 0 0
Preview
a man is holding his head with his eyes closed and the year 2022 is on the bottom ALT: a man is holding his head with his eyes closed and the year 2022 is on the bottom

Me trying to figure out where to start a While loop and then getting stuck in that loop

#Python
#learningpython

0 0 0 0

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

0 0 0 0

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

1 0 0 0

#LearningPython #PythonLists #ChatGpt want to learn #Python supplement your book of choice with #ChatGpt. Ask chat for a python list of favorite sports team.

0 0 0 0
Post image

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

0 0 0 0

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...

0 0 0 0
Comprehensive Python Cheatsheet Exhaustive, simple, beautiful and concise. A truly Python...

Comprehensive Python Cheatsheet

https://gto76.github.io/python-cheatsheet/
#LearningPython

0 0 0 0

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

0 0 0 0

Interesting thread if you're learning to code.
#LearningPython

www.reddit.com/r/learnpython/comments/a...

0 0 0 0

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

0 0 0 0
Post image Post image

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.

0 0 0 0
Post image

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

0 0 1 0
Post image

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

0 0 0 0
Post image Post image

Also this was my first slowdown in the course. Figuring out console input and assignment. This being combined gave me pause. #LearningPython

0 0 0 0
Post image

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

0 0 0 0

Wow, I just generated a malloc error when using IPython, I guess some things never change. #learningpython

0 0 0 0