python

Back Open Paginator
24.01.2026 18:54
sozialewirkung (@sozialewirkung@mastodon.social)

Kurze Frage an euch: Wenn man programmieren lernen möchte und mit Scratch schon erste Erfahrungen gesammelt hat, welche Sprache würdet ihr empfehlen? , oder eine ganz andere?




Show Original Post


24.01.2026 18:30
pytexas (@pytexas@fosstodon.org)

It's the next "Guess Who" speaker revealed for #PyTexasConference2026! 🎉

( Did you get it right from our hints? 🤔 )

Learn how this data scientist creates elegant #Python CLI tools and how to transform them into professional interactive interfaces...

All when you celebrate 20 years of #PyTexas with us!

Grab your ticket TODAY: pytexas.org/2026





Show Original Post


24.01.2026 18:22
darthvader42 (@darthvader42@sueden.social)

#FamilyITSupport meets #Claude: my parents to have a old crappy Speedport W724V router containing a bunch of contact data on it. There's no built in way of exporting these.
So I asked Claude to create a #python project using #playwright to scrape the routers web frontend. Being happy that I didn't have to walk through the details of their javavscript based navigation.
Finally I got a contacts.xml file to be imported to the new router - a #FritzBox 7530AX.
Code: github.com/sarmbruster/speedpo




Show Original Post


24.01.2026 18:13
pycascades (@pycascades@hachyderm.io)

🎤 Speaker Announcement
We’re excited to welcome Brett Slatkin as a speaker at PyCascades 2026! 💜🐍

Author of Effective Python and Principal Software Engineer at Google, Brett has been writing Python professionally for over 20 years.

🎟️ Tickets 👉 2026.pycascades.com/

#Python #PyCascades #PythonConference





Show Original Post


24.01.2026 17:30
Reuven (@Reuven@fosstodon.org)

Reading a multi-sheet #Excel file into #Python #Pandas?

Ask for a specific sheet by name or index:

df = pd.read_excel('file.xlsx', sheet_name='profits')

Get a dict of data frames with specific sheets:

df_dict = pd.read_excel('file.xlsx', sheet_name=['profit', 'salary'])





Show Original Post


24.01.2026 17:01
PythonPeak (@PythonPeak@mastodon.social)

Python Draws Perfect Ellipse Shape

Mathematical loops create stunning patterns mathematical calculations combined with loops generate visual patterns Try it tonight

youtube.com/watch?v=RC5er741tGk




Show Original Post


24.01.2026 16:42
davidr (@davidr@hachyderm.io)

I was making great progress on a probably-useless #python #vtk #dataviz and had gotten to the critical step: compute the intersections of these #3d polymeshes to show the interesting part.....

...and it keeps segfaulting.

Internet suggests the polymeshes may be imperfect but cleaning them doesn't help. I'm dejected. I wanna work on it but I don't want to spend most of a weekend debugging a single problem




Show Original Post


24.01.2026 15:46
from-bioreactors-to-ai-how-i-built-a-machine-learning-tool-to-predict-drug-manufacturing-failures (@from-bioreactors-to-ai-how-i-built-a-machine-learning-tool-to-predict-drug-manufacturing-failures@kemal.yaylali.uk)

From Bioreactors to AI: How I Built a Machine Learning Tool to Predict Drug Manufacturing Failures

When I tell people I work in bioprocess engineering, I usually get blank stares. When I explain that I help manufacture proteins in giant tanks for therapeutic use, the response is often: "Oh, like brewing beer?" Not quite. But close enough. The $50 Million Problem Nobody Talks About What I don't usually mention is that I've been teaching myself machine learning on nights and weekends. Not because it's trendy, but because I keep seeing the same expensive problem over and over again in drug […]

kemal.yaylali.uk/from-bioreact




Show Original Post


24.01.2026 14:23
mblayman (@mblayman@mastodon.social)

🐍 How can you use with Software Defined Radios ()? In this presentation, Patrick shows us his neat project of applying Python to recording radio signals. youtube.com/watch?v=MonR5zZL-Es




Show Original Post


24.01.2026 14:03
bterwijn (@bterwijn@fosstodon.org)

An exercise to help build the right mental model for Python data. The “Solution” link uses memory_graph to visualize execution and reveals what’s actually happening:
- Solution: memory-graph.com/#codeurl=http
- Explanation: github.com/bterwijn/memory_gra

#Python #programming #memory_graph





Show Original Post


24.01.2026 13:16
2026 (@2026@novatopflex.wordpress.com)

Hype for the Future 85B: Unicode Escapes for Additional Languages

Introduction Upcoming video contents to YouTube shall include information on a number of distinct languages regarding Unicode compatibility, support, and font testing using the Linux terminal `xterm`. Python Unicode Escapes For the Spanish language, the following characters must be escaped using the Unicode escapes: ÁÉÍÑÓÚÜ For the Italian language, the following characters must be escaped using the Unicode escapes: ÀÈÉÌÒÙ For the French language, the following characters […]

novatopflex.wordpress.com/2026




Show Original Post


24.01.2026 13:12
TechKeysX (@TechKeysX@mastodon.social)

What are Identity Operators in Python explained - S1 EP03 P1





Show Original Post


1 ...597 598 599 600 601 602 603 604 605 606 607 ...1585
UP