python

Back Open Paginator
11.11.2025 18:41
hoffmann (@hoffmann@chaos.social)

Working on a small #python script to generate static preview images for gpx routes. Using my latest adventure at Lake Garda to test it. Already works quite well 💪





Show Original Post


11.11.2025 18:01
rasterweb (@rasterweb@mastodon.social)

Of course! I should use copy2 instead of copy. 😩

docs.python.org/3/library/shut




Show Original Post


11.11.2025 17:57
dennix (@dennix@twoot.site)

Cool, #acast blocks my #python-library from fetching podcasts. #enshitification
Idk, isn't this what they're supposed to do, let ppl download stuff? 🤬




Show Original Post


11.11.2025 17:41
davemq (@davemq@fosstodon.org)

#Python 2 on #Fedora 42 using #toolbox: davemq.github.io/2025/11/11/py




Show Original Post


11.11.2025 17:32
brooklynsoc (@brooklynsoc@sciences.social)

I've been working for the last couple of years on a new degree program at the college where I work, BA in Data Analytics. It required becoming familiar with the state Department of Education bureaucracy. But it finally paid off as the state just approved the new degree so we can begin enrolling students. I'll be serving as the program director. #PublicHigherEd #Sociology #DataAnalytics #Python




Show Original Post


11.11.2025 17:09
oblate (@oblate@mastodon.social)

Hmmm, the thing I like about is that you can do the whole "data is code" thing.

You can get close in with the shlex module.

will probably get you that, too.




Show Original Post


11.11.2025 17:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

MongoDB is hiring Staff Engineer

🔧 #cplusplus #python #rust #aws #azure #gcp #kubernetes #mongodb
🌎 Palo Alto, California
⏰ Full-time
🏢 MongoDB

Job details jobsfordevelopers.com/jobs/sta
#jobalert #jobsearch #hiring




Show Original Post


11.11.2025 17:02
TechKeysX (@TechKeysX@mastodon.social)

S1 EP7 T7 - Machine Learning in Python Uninstall a Package Safely in Python VSCode Notebook





Show Original Post


11.11.2025 16:47
brass75 (@brass75@twit.social)

Does anyone that uses `click` know if there's a way to add color to the help for a given command?

#Python




Show Original Post


11.11.2025 16:46
Posit (@Posit@fosstodon.org)

Announcing the Winners of the 2025 Posit Table Contest! 🏆

The data science community delivered incredible work using table tools like gt, Reactable, and Quarto. Submissions highlighted how R & Python practitioners are turning complex data into beautiful, effective communication.

Huge congrats to the Grand Prize winner and all special category honorees!

Check out the innovation: posit.co/blog/2025-table-conte

#DataScience #RStats #Python #DataViz




Show Original Post


11.11.2025 16:25
nedbat (@nedbat@hachyderm.io)

Opinions sought for #Python coverage reporting! Are separate statement and branch coverage totals useful? Is the "excluded" column useful? github.com/coveragepy/coverage Discussion on the issue will be helpful.

We could add two columns, we could also remove one. How do you navigate the stats to make use of them?





Show Original Post


11.11.2025 15:31
stylus (@stylus@social.afront.org)

For a long time, a hassle of MicroPython's usual object representation on 32 bit micros has been the loss of 2 bits of floating point precision (mantissa)

I've just put in a PR to fix this, based very loosely on a paper on self-tagging floats (arxiv.org/abs/2411.16544). with the new object representation, called "REPR_E", the full precision of floats becomes available, but floats with large or small exponents are boxed (require memory allocations), while "usual" floats are unboxed.

Besides the complexity and unpredictability of memory use, another trade-off is that the "small int" becomes 30 bits instead of 31.

Let's see how it survives contact with reality. github.com/micropython/micropy

#microPython #python #embedded




Show Original Post


1 ...1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 ...1566
UP