How to do advance error handling in Python- S1 EP02 P4#Python #LearnPython #PythonProgramming #VariablesInPython #PythonTutorial #PythonBasics #TechEducation #CodingBasics #CodeNewbie #S1EP01 #PythonSeries #LearnOnTikTok #TechTok #CodingTok #EducationTikTok #Programming101 #python #CodingForBeginners #ProgrammingSeries #CodeTutorial
đ¨ 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: http://pytexas.org/discord

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:
https://github.com/catalyst-cooperative/pudl-archiver/
Just wanna take another moment to sing the praises of a #python #floss
project I just keep loving more and more:
Linkding - https://github.com/sissbruecker/linkding
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!
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!
#javascript #python #javascriptvspython #nullishcoalescing #walrusoperator #modernoperators #programmingcomparison #codecomparison #javascripttricks #pythontricks #syntaxcomparison #viralcoding #codingshorts #es2020 #python3.8
https://www.youtube.com/watch?v=9ZiNZGWBdw8
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 []
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.
đ | 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!
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!
https://www.better-simple.com/django/2026/01/14/preparing-for-conference-sprints/
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:
#ComputationalNeuroscience #Python #Neuroscience #AcademicChatter
Hudson River Trading is hiring Algorithm Developer (Quant Researcher) â 2026 PhDs
đ§ #python
đ New York City, New York
â° Full-time
đ˘ Hudson River Trading
Job details https://jobsfordevelopers.com/jobs/algorithm-developer-quant-researcher-2026-phds-at-hudsonrivertrading-com-aug-7-2025-e75edf?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
How to Speed Up Membership Checks 100x
A list lookup can be painfully slow at scale.
#python #set #performance #membership #howto
https://www.youtube.com/watch?v=oVXHg9Kmb2I