#Python Pop Quiz
A) 5
B) 4
C) 3
D) 2
E) An exception is raised
#Python Pop Quiz
A) 5
B) 4
C) 3
D) 2
E) An exception is raised
Bitcoin Python Library Targeted by Wallet Draining Malware
https://decrypt.co/313368/bitcoin-python-library-malware
Discussions: https://discu.eu/q/https://decrypt.co/313368/bitcoin-python-library-malware
@ehmatthes @elduvelle True, but typically the module docstring would be used to generate (part of) what appears on e.g. ReadTheDocs though. I'd say it's not really a matter of prioritizing external vs internal docs (or, it shouldn't be), it's a matter of user documentation vs developer documentation.
I wonder if there is a dedicated #Mastodon instance for #Python?
Je me demande s'il existe une instance Mastodon dédiée au langage de programmation Python...
pour débutants et plus :).
OPEN SOURCE
The Problem
There have been many instances where I needed to compare two dataframes and analyze their differences. To address this need, I created a fast Python library called "data_fingerprint" that does exactly that.
Check it out and let me know what you think!
https://github.com/SimpleSimpler/data_fingerprint
Saturday Progress Report April 5, 2025
#Beyond365DaysOfCode Day 97
#100DaysOfCode Day 97
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode | #NextLevelCoding
Daily Reading
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Tweaked plugin configs (30 mins)
Trello: Taskboard updated
freeCodeCamp: Full Stack Dev Curriculum in motion
CS50P: Watched half of Lecture 9 – Et Cetera
Leveling up daily. Progress over perfection.
Friday Progress Report April 4, 2025
#Beyond365DaysOfCode Day 96
#100DaysOfCode Day 96
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode
Daily Reading
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced motions (30 mins)
Trello: Board updated
freeCodeCamp: Progressed through Full Stack Dev Curriculum
Staying consistent, sharpening skills daily. The climb continues!
#TechJourney #BuildInPublic #DailyCodeLog #DeveloperMindset
@pythonbytes This looks interesting! NVIDIA adds native #Python support to CUDA https://thenewstack.io/nvidia-finally-adds-native-python-support-to-cuda/
I know I am on the list of people who may actually be able to do something about this but ... can we please do something about malicious open source packages? I mean, can't AI do something useful for a change and maybe perform some pattern matching?
https://thehackernews.com/2025/04/malicious-python-packages-on-pypi.html
I just made a small tweak to a piece of code.
The change log in it (yes, I maintain change logs inside my own personal/private programs) says the last change is 1 year and 6 days ago.
Python now has a standard package lock file format – though winning full adoption will be a challenge
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_04_05
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562
#LSystem #Processing #Python #py5 #CreativeCoding
Xlwings Lite – Python in Excel Using Pyodide
Discussions: https://discu.eu/q/https://lite.xlwings.org/
Real World Python http://leanpub.com/set/leanpub/realworldpython by Lukas Rieger and Christian Mayer is the featured Track of online courses on the Leanpub homepage! https://leanpub.com #python
3 weeks to PyOhio CFP deadline. Have you submitted your proposal yet? https://fosstodon.org/@pyohio/114247973145200554
#python #pyohio #conferences #conference
Just released a new version of #rtcqs.
Touching #rtcqs again. Added an SMT check (https://codeberg.org/rtcqs/rtcqs/issues/12). I might even fix #10 (https://codeberg.org/rtcqs/rtcqs/issues/10).
Lukas Atkinson asks an important question:
> Is #Python Code Sensitive to CPU Caching? https://lukasatkinson.de/2024/python-cpu-caching/
> In this post, we'll conduct some basic experiments to answer this question, by accessing list element either in sequental order or in a random order.