python

Back Open Paginator
08.02.2026 19:28
TechKeysX (@TechKeysX@mastodon.social)

What is for Loop with Lists in Python explained - S1 EP03 P5 -





Show Original Post


08.02.2026 19:16
eddelbuettel (@eddelbuettel@mastodon.social)

chronometre: A new package (pair) demo for R and Python
Efficient yet simple object exchange between R and Python
dirk.eddelbuettel.com/blog/202





Show Original Post


08.02.2026 19:07
bbatsov (@bbatsov@hachyderm.io)

Naming is hard, but I think the #Python community lately has proven that once again with names like:

- uv
- ruff
- ty

I really wonder how those names were selected. For some reason I kind of like uv, but I'm definitely not fond of the others. For me a good project name is:

- memorable
- meaningful
- easy to google
- fun




Show Original Post


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

For #PyTexasConference2026, we’re excited for this software quality champion to share their #python insights.

Who do you think it might be?
pytexas.org/2026/





Show Original Post


08.02.2026 17:55
inautilo (@inautilo@mastodon.social)


Bug Chase · Can you spot more bugs than AI in 60 seconds? ilo.im/16acmx

_____




Show Original Post


08.02.2026 17:50
zeab (@zeab@fosstodon.org)

Reasoning for #agents making #elixirlang a super power. 😎

Sure there's more #JavaScript and #Python code out. But the level of quality and side effects... They even hard for humans to conceptualize. 😅

This is where elixir can really shine. Functionally concise. 😎

dashbit.co/blog/why-elixir-bes




Show Original Post


08.02.2026 17:30
deadtom (@deadtom@dice.camp)

After taking a break and coming back to it, it took all of about 15 minutes to get my chatbot colorblind friendly. Naturally, I was making it way more difficult than it needed to be.

Next on the to-do list is Givebutter integration. I'll be digging into that later today.

Good morning, Fediverse.

#GoodMorning #Python




Show Original Post


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

Break a #Python string into a list of strings with str.split:

s = 'ab cd ef'

s.split() # ['ab', 'cd', 'ef']

Limit splits with maxsplit:

s.split(maxsplit=1) # ['ab', 'cd ef']

Or split from the right, with a limit:

s.rsplit(maxsplit=1) # ['ab cd', 'ef']





Show Original Post


08.02.2026 17:17
onexorzero (@onexorzero@techhub.social)

I have been working in this memo api-wrapper in python for a few months now, is not complete yet
codeberg.org/nashibit/pymos
#python #codeberg




Show Original Post


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

Roblox is hiring Principal Machine Learning Engineer, Account Authentication

🔧 #csharp #python #rust #machinelearning #principalengineer
🌎 San Mateo, California
⏰ Full-time
🏢 Roblox

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




Show Original Post


08.02.2026 16:33
d_prieto (@d_prieto@peoplemaking.games)

Hola, para un proyecto que estoy haciendo estoy buscando una api o algo (sin ias, claro) que si le digo "ciudad, país" (en castellano) me responda coordenadas. En plan "Lucknow, India" o "Leipzig, Alemania". ¿Se os ocurre algo? Y si es algo en #python mejor. #FediTipsES




Show Original Post


08.02.2026 16:30
e2m9227 (@e2m9227@mastodon.social)

Bonito día para programar en #python, aunque lo menosprecien.




Show Original Post


1 ...518 519 520 521 522 523 524 525 526 527 528 ...1588
UP