python

Back Open Paginator
31.01.2026 18:03
Ash_Crow (@Ash_Crow@mastodon.social)

Next in the devroom at :

"Building a sovereign digital workplace with the help of Python, an example of the french administration" by Manuel Raynaud.

fosdem.org/2026/schedule/event




Show Original Post


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

#Python #Pandas gotcha: You can't join a single column!
df1['x'].join(df2) # Error!

Why? join() is a data frame method. A single column is a Series.

Solution: Use [[ ]] to get a one-column data frame:
df1[['x']].join(df2) # Works!





Show Original Post


31.01.2026 17:29
Ash_Crow (@Ash_Crow@mastodon.social)

Next talk in the devroom at : Is it time for a Django Admin rewrite? If so, how? by Emma Delescolle

fosdem.org/2026/schedule/event

levit.be/slides/django-admin-d




Show Original Post


31.01.2026 17:22
ramikrispin (@ramikrispin@mstdn.social)

My weekly newsletter is out 👇🏼

Open source: the QueryChat
New tutorials
Book: Mathematics of Machine Learning

ramikrispin.substack.com/p/the

#python #rstats #ai




Show Original Post


31.01.2026 17:18
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

AIRCTL - Ứng dụng quản lý WiFi hiện đại dành cho Linux (GTK4 + Python)! Được xây dựng để thay thế các công cụ lỗi thời, cồng kềnh, AIRCTL hỗ trợ quét mạng, kết nối an toàn/mở, xem thông tin chi tiết (IP, gateway, DNS, tín hiệu...), ngắt/mắc mạng, bật/tắt WiFi. Tối giản, phù hợp Arch.

#Linux #WiFiManager #PhầnMềmMở #GTK4 #Python #AIRCTL

reddit.com/r/SideProject/comme




Show Original Post


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

CLEAR is hiring Data Scientist II

🔧 #python #aws #sql
🌎 New York, New York
⏰ Full-time
🏢 CLEAR

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




Show Original Post


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

Brain Network Vertical

120 neurons with hundreds of connections! Python builds this massive neural network filling the screen! 🧠⚡

youtube.com/watch?v=paFxn0g-eb8




Show Original Post


31.01.2026 16:31
jimlawless (@jimlawless@fosstodon.org)

Here are some #Python scripts to build sitemap_index and sitemap files using lists of URL's as sources.

github.com/jimlawless/sitemap-




Show Original Post


31.01.2026 15:58
kzoneind (@kzoneind@mstdn.social)

#QuizOfTheDay: #Python is a very popular #Programming #Language - specially among data science, and AI/ML community.

Where was Python developed?

A. Bell Labs
B. Google
C. CWI (Centrum Wiskunde & Informatica)
D. Microsoft

knowledgezone.co.in/resources/





Show Original Post


31.01.2026 15:47
SteveDuncan (@SteveDuncan@mastodon.social)

Ooops I posted too soon. Despite searching the project files, it is actually a known issue in the project. Now I've got to install Python 3.14. Ugh.




Show Original Post


31.01.2026 15:45
SteveDuncan (@SteveDuncan@mastodon.social)

Well, this is odd:

I'm getting a python error "ValueError: duplicate parameter name: 'timestamp_gmt'"

The funny part is that 'timestamp_gmt' doesn't appear anywhere in the project files, at least not as far as I can find.

In fact, assuming I can trust "Searching This Mac" there isn't a file containing that string anywhere.

Anyone have any ideas?




Show Original Post


31.01.2026 15:22
piofthings (@piofthings@mastodon.social)

For all the things it can't do, Pycharm sure likes taking up 25% of CPU for just staying up... everytime I try liking Pycharm I get reminded of this rubbish... Between VSCode's telemetry and Pycharm's rubbish performance, there isn't much going on for a IDE... or am I missing something obvious.




Show Original Post


1 ...557 558 559 560 561 562 563 564 565 566 567 ...1587
UP