Aprender Django https://myblog.clonbg.es/aprender-django/ #Programación #Python https://clonbg.es

@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!
Are there any #Python nerds out there who have done work with #Scuttlebutt? 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?
PyCon Africa tickets on sale now!
Join us in-person or remotely!
https://za.pycon.org/tickets

PyCon Africa tickets on sale now!
Join us in-person or remotely!
https://za.pycon.org/tickets

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 — зачем они нужны и как их быстро применить. Пишу простым языком, примеры учебные и наглядные — ориентир на начинающих питонистов, чтобы быстрее прокачать базовые приёмы.
https://habr.com/ru/articles/938242/
#python #python3 #pythonбиблиотека #junior
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: https://otx.alienvault.com/pulse/689fe4b4890a6b508d564827
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
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...
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
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

We'll be celebrating #django 's 20th birthday with its creators in a few hours. Want to join the episode live? #python cc @mkennedy
https://www.youtube.com/watch?v=qlYCUI5T_Bk
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...