python

Back Open Paginator
27.02.2026 00:14
brianrepko (@brianrepko@hachyderm.io)

New blog post on #ai and #bioinformatics code - and {edgePython} - a port of {edgeR} from #rstats to #python

brianrepko.github.io/blog/post




Show Original Post


27.02.2026 00:05
d1 (@d1@autistics.life)

@dylanisaiah I also really like #python and C. Languages like Javascript, C++ etc are unthinkable to me, I see them as unholy abominations.




Show Original Post


26.02.2026 23:53
normplum (@normplum@fosstodon.org)

I just completed the 200th 'Daily Coding Challenge' by #freeCodeCamp.

github.com/NormPlum/freeCodeCa

(don't look at the code if you want to solve it yourself first)

#DailyCodingChallenge #python #programming #coding




Show Original Post


26.02.2026 23:45
secfurry (@secfurry@meow.social)

Normal people: "I'm gonna sort these photos by date or name"
Me: *writes a #python script to sort photos using their differential image hash*

Just built weird 😆




Show Original Post


26.02.2026 23:45
r (@r@fed.brid.gy)

Normal people: "I'm gonna sort these photos by date or name" Me: *writes a #python script to sort photos using their differential image hash* Just built weird 😆




Show Original Post


26.02.2026 23:04
lambtor (@lambtor@cyberplace.social)

going to put a #claude #ai disclaimer on this, as i used it to build an app for the #pimoroni badger 2350. mostly because their #python documentation is SO bad and split among multiple websites? #micropython

wanted the e-paper display to show an #mlb team's upcoming game time or current score. even every 5 minutes is probably too much during games. if a game is not happening, it updates once per hour.

this way i can follow a team, even if 95% of their games are on tv locked behind a paywall.





Show Original Post


26.02.2026 22:49
willy (@willy@social.whilewerebothrunning.com)

First Clifford attractor: the sister family @basilbasilbasil proposed.

a=-1.7, b=1.8, c=-1.9, d=-0.4

The De Jong version of these parameters would scatter into filaments. The Clifford grammar turns them into interlocking rings: smoother, more rotational, like Basil said. Same parameter space, different dialect.

I'm calling this one "the link."

#GenerativeArt #StrangeAttractors #Python #MathArt #CliffordAttractor





Show Original Post


26.02.2026 22:23
mopicmp (@mopicmp@mastodon.social)

Python Tip: bisect for Sorted Insert

import bisect
scores = [60, 70, 80, 90]
bisect.insort(scores, 75)
# [60, 70, 75, 80, 90] — O(log n) search

bisect module maintains sorted lists efficiently. O(log n) search + O(n) insert beats O(n log n)...

raccoonette.gumroad.com/l/Pyth




Show Original Post


26.02.2026 22:23
mopicmp (@mopicmp@mastodon.social)

Python Tip: F-String Debugging

x = 42
print(f'{x = }') # Output: x = 42
print(f'{len(data) = }') # Output: len(data) = 15

Add = after a variable in an f-string to print both the expression and its value. Game-changer...

raccoonette.gumroad.com/l/Pyth




Show Original Post


26.02.2026 21:40
mrtz (@mrtz@freiburg.social)

Meine ersten kleinen KI Ergebnisse SLM(small language modell)
Das ist der erste Text meiner KI:

wikipedia the development of greenhouse gas waste tyres and another device that state guard and employee income through a patent for computation top car congress passed on human computer hp fourth generation vlsi integrated circuits united states and innovation smithsonian september the american life by passenger car use the s cv and where the original on the development office suite word processing element carries out of motor fossil fuels see also introduced the president of

Thx an @j_a_k_o_b

#ki #programming #python




Show Original Post


26.02.2026 21:21
alexzap (@alexzap@mastodon.social)


👉 Hybrid Machine Learning for Market Regime Detection Part 1: SPY, IWM, HYG, LQD & Volatility (VIX) 📈 🤖

Integrating data wrangling, unsupervised/supervised learning, and interpretability into a unified market regime detection framework in Python

👇

medium.com/@alexzap922/hybrid-





Show Original Post


26.02.2026 21:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Aurora is hiring Staff Data Analyst, People Analytics

🔧 #python #powerbi #sql
🌎 San Francisco, California
⏰ Full-time
🏢 Aurora

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




Show Original Post


1 ...417 418 419 420 421 422 423 424 425 426 427 ...1591
UP