python

Back Open Paginator
01.04.2026 17:30
Reuven (@Reuven@fosstodon.org)

Want to check whether a #Python #Pandas series contains another string? Use .str.contains:

df['x'].str.contains('a')

This returns a boolean series, whose index matches that of df.

Keep only those rows containing 'a':

df.loc[ pd.col('x').str.contains('a') ] # Pandas 3 syntax





Show Original Post


01.04.2026 17:26
Riduidel (@Riduidel@framapiaf.org)

C'est une direction très loin de ce que je fait avec Ansible, mais ça semble très séduisant. matt.si/2026-04/dotfiles/ #installation #linux #machine #automatisation #script #python




Show Original Post


01.04.2026 17:26
ubuntu_touch (@ubuntu_touch@mstdn.social)

Simular cómo ve un daltónico los colores

#python Animacion Herramienta Colores #Color
#Conciencia #Anzoategui #Lecheria





Show Original Post


01.04.2026 17:11
RodStephens (@RodStephens@hachyderm.io)

Scale lines drawn on a scaled image in Python

rodstephensbooks.com/scale_dra

#Python #Graphics #ImageProcessing #UserInterface





Show Original Post


01.04.2026 17:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

Login IP Bruteforce Window

Stop IP-based attacks with sliding windows.

youtube.com/watch?v=fZ8sx2zoF5c




Show Original Post


01.04.2026 17:00
PythonPeak (@PythonPeak@mastodon.social)

Dragon Curve Vertical Multi

6 dragon curve fractals filling the vertical canvas! Python draws this legendary fractal pattern in rainbow colors! 🐉🌈

#python #pythontricks #turtlegraphics #dragoncurve #fractalpattern #recursiveart #legendaryfractal #verticallayout #pythonrecursion #mathematicalart #multiplefractals #fractalgeometry

youtube.com/watch?v=eoHhsUfr-Tw




Show Original Post


01.04.2026 16:33
feed (@feed@igeek.gamer-geek-news.com)

🐧 MeloTTS – high-quality multi-lingual text-to-speech library

MeloTTS is a multilingual text-to-speech library written in Python for generating natural-sounding speech locally. The post MeloTTS – high-quality multi-lingual text-to-speech library appeared firs...

📰 Source: LinuxLinks
🔗 Link: https://www.linuxlinks.com/melotts-high-quality-multi-lingual-text-to-speech-library/

#Python




Show Original Post


01.04.2026 16:19
villares (@villares@pynews.com.br)

The sketch-a-day archives and tip jar are at: abav.lugaralgum.com/sketch-a-d Code for this: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding





Show Original Post


01.04.2026 15:44
mcepl (@mcepl@en.osm.town)

@itamarst At least release announcements on mypy-lang.blogspot.com/ used to be useful for packaging, now I have to run it through AI to make it at least a bit comprehensible.

#MyPy #Python




Show Original Post


01.04.2026 14:55
acquaintsofttech (@acquaintsofttech@mastodon.social)

Why top industries still choose Python in 2026 👇

From Healthcare to FinTech, SaaS to Logistics, Python powers secure, scalable, data-driven systems across complex environments.

• Healthcare → Compliance & analytics
• FinTech → Secure transactions & fraud detection
• SaaS → Scalable architectures
• EdTech → Real-time learning platforms
• Logistics → Data pipelines & integrations

The right tech choice = long-term advantage.





Show Original Post


01.04.2026 14:51
acquaintsofttech (@acquaintsofttech@mastodon.social)

Choosing the wrong Python framework can cost you months ⏳

Django vs FastAPI vs Flask, the right choice depends on your product goals, scale, and performance needs.

• Django → Full-scale, structured apps
• FastAPI → High-performance APIs
• Flask → Lightweight & flexible builds

Wrong choice = rework, delays, scaling issues.

Build it right from day one.

📩 sales@acquaintsoft.com
🌐 acquaintsoft.com





Show Original Post


01.04.2026 14:49
mcepl (@mcepl@en.osm.town)

I just … just … who in the world reads these #Mypy Release Notes mypy.readthedocs.io/en/stable/ ? It has 775 lines! Without any deep study it is on average 10 minutes of just reading. Apparently this monster is so big that even Mypy developers are not able to distil it into something readable (mypy-lang.blogspot.com/2026/03 has again just dump of this novel).

#Python




Show Original Post


1 ...237 238 239 240 241 242 243 244 245 246 247 ...1615
UP