I made a python script that fetches the ISS coordinates (every 60 seconds for now) and if the coordinates match +- 5 degrees with my coordinates, then it prints "ISS is above."

The print part didn't function due to a bug I'm trying to solve. Everything else ran as expected. I went to the window and there it was. The ISS passing above in the sky.

#learningpython #python #iss

I'm new to this. Still learning my steps in Python, Git and so on. But here you go.

PyCorhex - A small program that extracts hex color values from an image.

This is the CLI version. I'm currently trying to develop the GUI version.

https://codeberg.org/neocolapsar/PyCorhex_CLI

#python #programming #learningpython

PyCorhex_CLI

PyCorhex_CLI

Codeberg.org

I wrote a program in python that sends a quote of the day to my email if the day of the week is Monday.

I think I'm making progress in my python studies because I didn't struggle to write the program. And I wrote it relatively fast.

#python #learningpython

Good evening, @cybervegan ,as talked yesterday, here's the github, the latest exercise is up. Little pokerlike game in which who gets the best combo wins. Got it to random.sample 3 deals for the players, you can see card name and numeric value. I'm tinkering around to get the .values added but I cannot figure out how to.
https://github.com/JoseMachete/learning_python
Next step would be to compare the dealings to get a winner. The idea's roadmap for that is easy but to write the code for it...
#learningpython #python
GitHub - JoseMachete/learning_python: small corner to upload some python exercises

small corner to upload some python exercises. Contribute to JoseMachete/learning_python development by creating an account on GitHub.

GitHub
#learningpython is being quite fun! I was honestly considering to close the circle and go back to #turbopascal ,though. The community and the easiness of #python is intoxicating, to say the least.
Mastering Advanced Python: Unlocking New Possibilities

Unlock the power of Python with 'Mastering Advanced Python from Scratch to Advanced'. From fundamental concepts to high-level techniques, become a Python expert.

DenizHalil - Professional Cybersecurity Consulting and Penetration Testing

Well, I came across this course and I got to tell you: for the price I've payed and the quality it is, I almost feel like I'm robbing someone 😟

Got make something out of my career, it's never too late to start learning something, right?

https://www.udemy.com/share/1013ko3@S9k-lbzjC4PsRR-cSthrOO-fXZ2h8iUKq4Qcd0kBLBD9gAIc60_f7BgqWmdnEvJZqA==/

#learningPython #programming #Python @udemy

After half a day of installing #conda and learning about environments, I got a script up to download #Google images of golden doodles and fried chicken for a silly project 🤩 #smallwins #learningpython

TIL about .extend() and when I should use that instead of .append()

All praise the Debugger and being able to step through changes in variables.

I would have continued to append lists to lists and not been able to work out what I was doing wrong.

#LearningPython #python