python

Back Open Paginator
22.02.2026 03:29
leonardof (@leonardof@bertha.social)

@emmatyping I don't really know how to write even basic #Python scripts anymore, but I still miss being able compare strings like that, or concatenating them with "+", when I'm working with #RStats




Show Original Post


22.02.2026 02:49
villares (@villares@pynews.com.br)

The 23 ways of dividing a 3x3 grid into 2, 3 and 4 triangles, excluding rotations.
Find the sketch-a-day archives and tip jar at: abav.lugaralgum.com/sketch-a-d
Code for this sketch at: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding





Show Original Post


22.02.2026 01:33
poxviridae (@poxviridae@piaille.fr)

Ok donc si tu fais du #Python mais que t'es sans emploi apparemment t'existes pas





Show Original Post


22.02.2026 01:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Airbnb is hiring Senior Analyst, Advanced Analytics

🔧 #python #nosql #sql #seniorengineer
🌎 Bangalore, India
⏰ Full-time
🏢 Airbnb

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




Show Original Post


22.02.2026 00:34
djangocon (@djangocon@fosstodon.org)

📣 DjangoCon US 2026 is coming to Chicago and we want YOUR talk! Whether you're a first-time speaker or a seasoned pro, we'd love to hear your ideas about Django, Python, and the web.

CFP closes March 16 at 11am CDT
pretalx.com/djangocon-us-2026/

#DjangoConUS #Django #Python





Show Original Post


22.02.2026 00:15
sefy76 (@sefy76@mastodon.social)

Just released Scientific Toolkit v2.0 — an open‑source, cross‑disciplinary environment for geochemistry, archaeology, GIS, and lab/field analysis.
Designed to make advanced scientific workflows accessible, modular, and fully reproducible.

🔗 GitHub: github.com/Sefy76-Curiosity/Ba (github.com in Bing)
📄 DOI: doi.org/10.5281/zenodo.18727756 (doi.org in Bing)




Show Original Post


21.02.2026 23:02
techbot (@techbot@social.raytec.co)

CharlieKirk Credential Theft Malware Targeting Windows

CharlieKirk Grabber is a Python-based Windows infostealer that rapidly steals browser credentials

Pulse ID: 699a25c4c3fd0bde93c72263
Pulse Link: otx.alienvault.com/pulse/699a2
Pulse Author: cryptocti
Created: 2026-02-21 21:38:12

Be advised, this data is unverified and should be considered preliminary. Always do further verification.

#Browser #CyberSecurity #InfoSec #InfoStealer #Malware #OTX #OpenThreatExchange #Python #Windows #bot #cryptocti




Show Original Post


21.02.2026 21:06
tarraccas (@tarraccas@mastodon.social)

@Pomegranatepirate Incidentally, I am considering using some of this so-called to help literally screen read Facebook posts into feeds. So far, I've just tried to get Google Gemini (company account) to do it but it's useless. Just goes on about how Facebook prevents scraping (yeah, no shit) and offers to give me scripts so that I can do it myself (no, I want you, robot, to do it for me). Anyway, it's not super important I guess.




Show Original Post


21.02.2026 20:56
alexzap (@alexzap@mastodon.social)




👉 Azapy: A Feature-Rich Python Toolkit for Multi-Risk Portfolio Optimization & Flexible Asset Management 🤖 📈 🐍

Explore 10 Risk Measures × 6 Strategies = 60 Ways to Optimize Your Regime-Robust Portfolios in Pythonic Asset Management 💰

👇

medium.com/insiderfinance/azap





Show Original Post


21.02.2026 20:21
treyhunner (@treyhunner@mastodon.social)

Python Tip #52 (of 365):

Use deep tuple unpacking (when it's helpful).

Instead of this:
for n, value in iterable:
item, color = value
...

Do this:
for n, (item, color) in iterable:
...

Tip 49 (list-like unpacking) included a deep unpacking example:
[(item, max_count)] = Counter(items).most_common(1)

That unpacks a 2-item tuple with a 1-item list into 2 variables.

Compare that to this:
[pair] = Counter(items).most_common(1)
item, max_count = pair

#Python #DailyPythonTip




Show Original Post


21.02.2026 20:08
pablo_fernandez (@pablo_fernandez@mastodon.social)

Using tqdm everywhere in Python, when doing machine learning, make my quick and dirty experiments feel SO professional.




Show Original Post


21.02.2026 20:07
feed (@feed@feedsin.space)

PEP 813: The Pretty Print Protocol

This PEP describes the “pretty print protocol”, a collection of changes proposed to make pretty printing more customizable and convenient.

python




Show Original Post


1 ...444 445 446 447 448 449 450 451 452 453 454 ...1590
UP