python

Back Open Paginator
18.08.2025 19:20
clonbg (@clonbg@masto.es)

Aprender Django myblog.clonbg.es/aprender-djan #Programación #Python clonbg.es





Show Original Post


18.08.2025 19:02
diazona (@diazona@techhub.social)

@fl0und3r Very true 🙂

I actually think another one of the underappreciated strengths of #Python is its "nonstandard library" - PyPI - but of course that's not something total beginners need to worry about just yet!




Show Original Post


18.08.2025 19:01
danielquinn (@danielquinn@mastodon.social)

Are there any nerds out there who have done work with ? There are a bunch of libraries in PyPI, but they all appear to be abandonware. Was the protocol abandoned entirely or am I just not looking in the right place?




Show Original Post


18.08.2025 19:00
pyconza (@pyconza@fosstodon.org)

PyCon Africa tickets on sale now!

Join us in-person or remotely!
za.pycon.org/tickets

#Python #Africa #PyCon





Show Original Post


18.08.2025 19:00
pyconafrica (@pyconafrica@mastodon.social)

PyCon Africa tickets on sale now!

Join us in-person or remotely!
za.pycon.org/tickets





Show Original Post


18.08.2025 18:32
habr (@habr@zhub.link)

Functools, Itertools, Collections и с чем это всё едят

В этой статье я коротко показываю, как три стандартные библиотеки Python — itertools, collections и functools — упрощают повседневные задачи. В itertools разбираю полезные итераторы и паттерны работы с последовательностями: от count/cycle/repeat до groupby, permutations/product и zip_longest — всё с минимальными примерами. В collections показываю готовые контейнеры для практики: Counter, deque, defaultdict, OrderedDict и namedtuple — где они уместны и чем удобнее обычных структур. В functools делюсь инструментами “функционального” стиля и декорирования: lru_cache, cmp_to_key, total_ordering, partial, reduce, update_wrapper и wraps — зачем они нужны и как их быстро применить. Пишу простым языком, примеры учебные и наглядные — ориентир на начинающих питонистов, чтобы быстрее прокачать базовые приёмы.

habr.com/ru/articles/938242/

#python #python3 #pythonбиблиотека #junior




Show Original Post


18.08.2025 18:31
techbot (@techbot@social.raytec.co)

Supply Chain Risk in Python: Termcolor and Colorama Explained

A suspicious Python package named termncolor was discovered, which imports a malicious dependency called colorinal. This multi-stage malware operation leverages DLL sideloading to decrypt payloads, establish persistence, and conduct command-and-control communication, ultimately leading to remote code execution. The attack begins with the execution of terminate.dll, which decrypts and deploys two files: vcpktsvr.exe and libcef.dll. The malware achieves persistence through a registry entry and gathers system information. It communicates with a C2 server using Zulip traffic patterns for disguise. The threat actor's profile and activities on the Zulip platform were analyzed, revealing patterns in their tactics and behavior.

Pulse ID: 689fe4b4890a6b508d564827
Pulse Link: otx.alienvault.com/pulse/689fe
Pulse Author: AlienVault
Created: 2025-08-16 01:53:56

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

#Colorama #CyberSecurity #ICS #InfoSec #Malware #OTX #OpenThreatExchange #Python #RAT #RemoteCodeExecution #SideLoading #SupplyChain #bot #AlienVault




Show Original Post


18.08.2025 18:16
judy2k (@judy2k@chaos.social)

We've got an amazing speaker lined up at #Python #Edinburgh, on 9th September.
@ambv is going to be talking about WebGL and PyScript!

www.meetup.com/python-edinb...

#pythondev #programming




Show Original Post


18.08.2025 17:39
fl0und3r (@fl0und3r@defcon.social)

Dear #python noobs,
Python has a fantastic standard library, please use it. I know you just got out of a bootcamp where you memorized how to write quicksort, but for the love of Guido skim through the standard library so you don't try to reproduce URL parsing (see `urllib.parse`), or date-math (see `datetime`, `datetime.timedelta` is your friend). I guarantee you have better things to do than to reproduce the standard library poorly.

I'm tired of debugging your code




Show Original Post


18.08.2025 17:34
AnonBD (@AnonBD@techhub.social)

Im thinking about creating a little new #crypto #currency for fun its written in #python the core of it is done but i still need to do more work its gonna be like #duinocoin where you can mine with low powered avr boards like arduinos etc If you wanna help/ check out progress reply here!
#tech #digital #hardware #computing





Show Original Post


18.08.2025 17:24
talkpython (@talkpython@fosstodon.org)

We'll be celebrating #django 's 20th birthday with its creators in a few hours. Want to join the episode live? #python cc @mkennedy

youtube.com/watch?v=qlYCUI5T_Bk




Show Original Post


18.08.2025 17:20
r (@r@fed.brid.gy)

The idea behind Spec coding is that if you can write user stories with functional and non-functional requirements you should be able to prompt an LLM to create an app for you. #ai #llm #gemini #python

AI Spec coded Python Flask App...




Show Original Post


1 ...1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 ...1547
UP