Kurze Frage an euch: Wenn man programmieren lernen möchte und mit Scratch schon erste Erfahrungen gesammelt hat, welche Sprache würdet ihr empfehlen? #Python, #Javascript oder eine ganz andere?
#programmieren #fedihelp #fedihelp_de
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: https://www.pytexas.org/2026
#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: https://github.com/sarmbruster/speedport-contacts-exporter
🎤 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 👉 https://2026.pycascades.com/
#Python #PyCascades #PythonConference

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'])

Python Draws Perfect Ellipse Shape
Mathematical loops create stunning patterns mathematical calculations combined with loops generate visual patterns Try it tonight
#python #pythontricks #codingtips #programmingtutorial #ellipse #mathshapes #ovalart #pythongeometry #viralpython #pythonshorts #ellipsepattern
https://www.youtube.com/watch?v=RC5er741tGk
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
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 […]🐍 How can you use #Python with Software Defined Radios (#SDR)? In this presentation, Patrick shows us his neat project of applying Python to recording radio signals. https://www.youtube.com/watch?v=MonR5zZL-Es
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: https://memory-graph.com/#codeurl=https://raw.githubusercontent.com/bterwijn/memory_graph_videos/refs/heads/main/exercises/exercise16.py&play
- Explanation: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#python-data-model
#Python #programming #memory_graph

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 […]What are Identity Operators in Python explained - S1 EP03 P1 #Python #LearnPython #PythonProgramming #VariablesInPython #PythonTutorial #PythonBasics #TechEducation #CodingBasics #CodeNewbie #S1EP01 #PythonSeries #LearnOnTikTok #TechTok #CodingTok #EducationTikTok #Programming101 #python #CodingForBeginners #ProgrammingSeries #CodeTutorial