#Python pprint (pretty printing) with #ANSI colors: https://gist.github.com/EdwardBetts/0814484fdf7bbf808f6f?permalink_comment_id=5950130#gistcomment-5950130

👨💻📚 Labex - понад 1000 інтерактивних лабораторій і туторіалів з #DevOps, #Linux, кібербезпеки, #Python та іншого.
https://labex.io/
Python Tip #21 (of 365):
When you think "I need the reverse of this list", consider the built-in reversed() function before other options.
Python's "for" loops can only loop in one direction, but the reversed() function can help you loop in reverse (for reversible iterables at least).
for item in reversed(iterable):
...
But... why not use slicing?
for item in iterable[::-1]:
...
Well, that only works on sequences (& no other reversible iterables).
🧵(1/3)
I built a new release of my language learning tool #xiaolongdictionary [1].
New in this release: Saved searches. Perform any complex search and save it, to re-run the same search later. If the vocabulary changes in the meantime, the search result also potentially changes.
(For saving resulting vocabulary, I plan to add a "save search result" functionality later.)
[1]: https://codeberg.org/ZelphirKaltstahl/xiaolong-dictionary/releases/tag/v0.4
#programming #python #tkinter #language
pandas 3.0.0 release candidate ready for testing!
https://pandas.pydata.org/community/blog/pandas-3.0-release-candidate.html
Sono sempre stato affascinato dalla programmazione, ma la vita e gli studi mi hanno portato in un'altra direzione. Ora però quello che per uno come me pareva impossibile è diventato fattibile grazie all'#IA: è il #vibecoding. Ecco dunque che il sogno si avvera. Dopo averci lavorato per tre giorni TA-DAA! ecco il mio primo #software: si chiama #rndsnd e nasce da una mia personale esigenza. E' scritto in #Python per linux ed è Open Source. Il link nell'ultimo post del thread.🧵 1/5

Djangonaut Space - Session 6 Accepting Applications
We are thrilled to announce that Djangonaut Space, a mentorship program for contributing to Django, is open for applicants for our next cohort! 🚀
Djangonaut Space is holding a sixth session! This session will start on March 2nd, 2026. We are currently accepting applications until February 2nd, 2026 Anywhere on Earth. More details can be found in the website.
Djangonaut Space is a free, 8-week group mentoring program where individuals will work self-paced in a semi-structured learning environment. It seeks to help members of the community who wish to level up their current Django code contributions and potentially take on leadership roles in Django in the future.
“I'm so grateful to have been a part of the Djangonaut Space program. It's a wonderfully warm, diverse, and welcoming space, and the perfect place to get started with Django contributions. The community is full of bright, talented individuals who are making time to help and guide others, which is truly a joy to experience. Before Djangonaut Space, I felt as though I wasn't the kind of person who could become a Django contributor; now I feel like I found a place where I belong.” - Eliana, Djangonaut Session 1
Enthusiastic about contributing to Django but wondering what we have in store for you? No worries, we have got you covered! 🤝
https://www.djangoproject.com/weblog/2026/jan/21/djangonaut-space-session-6-accepting-applications/
S1 EP17 Lab 9 - Machine Learning in Python - Python Sets Understanding - Looping Through Items #python #pythoncoding #datascience #vscode #machinelearningbasics #softwaredeveloper #learnpython #algorithims #learntocode #jupyterlabs #machinelearningmodels #machinelearning #statistics #jupyternotebook #mlforbeginners #codingforbeginners #datascienceforbeginners #PythonForDataScience #machinelearningtutorial #dataengineering
RE: https://ciberlandia.pt/@lr/115934367000538580
Pessoal, um verdadeiro guru do #Python está pedindo uma ajuda para entender melhor o funcionamento do #fediverso. Quem pode ajudar nisso com um bom texto?
What’s new in Pandas 3.0.0 (January 21, 2026)
https://libretechni.ca/post/747015

Have you been looking for a place to share your knowledge with other interested #python developers? 🐍
Every 1st Tuesday of the month, #PyTexas has a meetup on Discord & we would love to hear what you would like to share! 💛
Learn more here: https://www.pytexas.org/meetup
