What is for Loop with Lists in Python explained - S1 EP03 P5 - #python #PythonProgramming #LearnPython #PythonBasics #Programming101 #pythonlife #ListItem #CodeTutorial #TechEducation #DeveloperLife #DailyCoding #Shorts #Reel #tiktoklearningcampaign #CodingForBeginners #PythonForBeginner #Programming #CodingTip #PythonOperators #codedaily
chronometre: A new package (pair) demo for R and Python
Efficient yet simple object exchange between R and Python
https://dirk.eddelbuettel.com/blog/2026/02/08#chronometre_initial_pair
#rstats #rcpp #python #datascience

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
For #PyTexasConference2026, we’re excited for this software quality champion to share their #python insights.
Who do you think it might be?
https://www.pytexas.org/2026/
#Development #Launches
Bug Chase · Can you spot more bugs than AI in 60 seconds? https://ilo.im/16acmx
_____
#Games #Programming #Coding #Debugging #AI #JavaScript #Python #WebDev #Fun
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. 😎
https://dashbit.co/blog/why-elixir-best-language-for-ai
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.
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']

I have been working in this memo api-wrapper in python for a few months now, is not complete yet
https://codeberg.org/nashibit/pymos
#python #codeberg
Roblox is hiring Principal Machine Learning Engineer, Account Authentication
🔧 #csharp #python #rust #machinelearning #principalengineer
🌎 San Mateo, California
⏰ Full-time
🏢 Roblox
Job details https://jobsfordevelopers.com/jobs/principal-machine-learning-engineer-account-authentication-at-roblox-com-jul-22-2025-54e9eb?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
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
Bonito día para programar en #python, aunque lo menosprecien.