python

Back Open Paginator
14.01.2026 18:35
TechKeysX (@TechKeysX@mastodon.social)

How to do advance error handling in Python- S1 EP02 P4#Python





Show Original Post


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

🚨 It's our 20th anniversary 🎉

#PyTexasConference2026 is just around the corner & we can't wait to see our #python community in April! (Early bird ticket sales available through Jan 19th.)

Want to be the FIRST to know who our ✨fantastic✨ pythonista speakers will be?

Join our Discord here: pytexas.org/discord





Show Original Post


14.01.2026 18:09
catalystcoop (@catalystcoop@mastodon.energy)

If you're handy with #Python and would like to help us create and maintain these valuable archives, this is the repo where we do the work:

github.com/catalyst-cooperativ




Show Original Post


14.01.2026 17:41
feoh (@feoh@oldbytes.space)

Just wanna take another moment to sing the praises of a #python #floss
project I just keep loving more and more:

Linkding - github.com/sissbruecker/linkdi

At the end of the day I'm not really interested in archiving content, I just need to be able to FIND it easily. Linkeding is amazing for that.

I also use.it as my 'articles to read' feed by simply tagging articles I want in my queue with the.'toread' tag.

If being able to search for things you've linked from everywhere (browser, mobile) appeals, give it a go!




Show Original Post


14.01.2026 17:32
JavaScriptBuzz (@JavaScriptBuzz@mastodon.social)

Nullish Coalescing vs Walrus Operator: Modern Operator Face-Off

JavaScript ?? operator vs Python := walrus operator. Which language's modern operator is more useful? This comparison is INSANE!

.8

youtube.com/watch?v=9ZiNZGWBdw8




Show Original Post


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

A #Python #Pandas rule of thumb: Wherever you can use a column name (string), you can use multiple column names (a list of strings):

df.set_index('x')
df.set_index(['x', 'y'])

df.groupby('last')
df.groupby(['last', 'first'])

df['x']
df[['x', 'y']] # Notice nested []




Show Original Post


14.01.2026 17:20
uvok (@uvok@woof.tech)

Why can't the Jedi Python language server in VScode-OSS show me import hints, but Python with Pylance in the proprietary Microsoft VScode build can?

I.e. I type Ctrl+Space on a type hint, but nothing happens.

I config'ed "python.languageServer": "Jedi", and installed jedi-language-server, and it is running.

#vscode #python




Show Original Post


14.01.2026 17:12
c (@c@piefed.social)

🐍 | Fresno Python Meetup

2026-01-28T18:00:00 (America/Los_Angeles)

January 28, 2026, 6:30pm – 8:30pm

Root Access Hackerspace, 1476 N Van Ness Ave, Fresno, CA 93728, USA

Fresno Python’s mission is to foster a welcoming and diverse community of Python developers and promote the use of the Python programming language in the Central Valley. People of all skill levels are welcome; if you are interested in Python, we’d love to have you join us!

http://fresnopython.com




Show Original Post


14.01.2026 17:08
CodenameTim (@CodenameTim@mastodon.social)

I've had some thoughts bouncing around for conference sprints. We talked about it at @ConferenceChats a few weeks ago, so I wrote an initial FAQ on how to prepare for them.

It primarily focuses on gaining new contributors from a project leader prospective.

Let me know what you think!

better-simple.com/django/2026/




Show Original Post


14.01.2026 17:06
sanjay_ankur (@sanjay_ankur@fosstodon.org)

I created a #CookieCutter project template for #ComputationalModelling using #NeuroML

(You can use it for non NeuroML models too, or modify it for your own templates)

More information here:

ankursinha.in/2025/09/23/a-coo

#ComputationalNeuroscience #Python #Neuroscience #AcademicChatter




Show Original Post


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

Hudson River Trading is hiring Algorithm Developer (Quant Researcher) – 2026 PhDs

🔧 #python
🌎 New York City, New York
⏰ Full-time
🏢 Hudson River Trading

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




Show Original Post


14.01.2026 17:02
PythonPeak (@PythonPeak@mastodon.social)

How to Speed Up Membership Checks 100x

A list lookup can be painfully slow at scale.

youtube.com/watch?v=oVXHg9Kmb2I




Show Original Post


1 ...652 653 654 655 656 657 658 659 660 661 662 ...1584
UP