python

Back Open Paginator
02.01.2026 18:09
TechKeysX (@TechKeysX@mastodon.social)

V - S1 EP14 Lab 7 - Machine Learning in Python - Introduction to Inheritance - in Python





Show Original Post


02.01.2026 18:00
bloody_albatross (@bloody_albatross@chaos.social)

How is it that in 2026 it is still not possible to paste and execute a multi line code snipped in #IDLE!? #Python #WTF




Show Original Post


02.01.2026 18:00
gnulinux (@gnulinux@social.anoxinon.de)

Wenn die Computermaus erlischt

Logitech G203 Lightsync Beleuchtung wird durch ein Python Skript verändert. Skript und Nutzung wird vorgestellt.

#Python #Maus #CLI_Tools #FOSS #Linux

gnulinux.ch/wenn-die-computerm




Show Original Post


02.01.2026 17:31
techbot (@techbot@social.raytec.co)

VVS Discord Stealer Using Pyarmor for Obfuscation and Detection Evasion

VVS stealer is a Python-based malware targeting Discord users to exfiltrate sensitive information like credentials and tokens. It employs Pyarmor for obfuscation and detection evasion. The stealer's capabilities include stealing Discord data, intercepting active sessions, extracting browser data, and achieving persistence. Its code is heavily obfuscated using Pyarmor's BCC mode and AES-128-CTR encryption. The analysis reveals the stealer's ability to decrypt encrypted Discord tokens, query Discord APIs for user information, inject malicious JavaScript into the Discord application, and extract data from various web browsers. The malware also implements startup persistence and displays a fake error message to deceive victims.

Pulse ID: 6957cada0b3b5b7d427864c1
Pulse Link: otx.alienvault.com/pulse/6957c
Pulse Author: AlienVault
Created: 2026-01-02 13:40:42

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

#Browser #CyberSecurity #Discord #Encryption #InfoSec #Java #JavaScript #Malware #OTX #OpenThreatExchange #Python #RAT #RCE #bot #AlienVault




Show Original Post


02.01.2026 17:30
Reuven (@Reuven@fosstodon.org)

Consider this #Python:

>>> x = 100000
>>> y = 100000
>>> x is y
False

Surprised? That's because "is" is the wrong comparison:

• == asks: are these the same value?
• is asks: are these the same object?

You almost never care about question #2. And so, should rarely use "is".




Show Original Post


02.01.2026 17:22
AndriiKuznietsov75 (@AndriiKuznietsov75@social.kyiv.dcomm.net.ua)

🤖🐍➡️☕ Німецький Java-розробник Маркус Ейзеле опублікував великий пост, в якому обґрунтовує необхідність перенесення систем ШІ з #Python на #Java. За його словами, на мові програмування Java легше масштабувати продакшн, оскільки це перевірена часом і стабільна платформа.

Ну то таке...

Зовсім недавно в Microsoft було анонсовано переведення коду з C на Rust і потім довелося включати задню.

І тут сумніваюся, що хтось на це піде.

the-main-thread.com/p/java-ai-




Show Original Post


02.01.2026 17:21
NatuRandom (@NatuRandom@mastodon.social)

Psilocybe baeocystis
PH Erlon Bailey

Maine, United States

nan
inaturalist.org/observations/5

@Aleartory @PropPosters





Show Original Post


02.01.2026 17:19
riverfount (@riverfount@bolha.us)

Você já analisou a complexidade ciclomática (CC) das suas funções Python? 🐍📈

O guia recém-publicado no meu blog apresenta uma visão técnica com definição formal via grafo de controle de fluxo (McCabe, 1976), fórmula CC = E - N + 2P (arestas, nós, componentes) e impacto de estruturas condicionais/loops em caminhos independentes. Inclui medição prática com radon cc, tabela de limites de risco e refatorações avançadas — extração de helpers puras, guard clauses para early returns, polimorfismo com @dataclass/Enum, e Strategy Pattern via mapeamento de handlers em dicionários.

Ideal para otimizar testabilidade (branch coverage), manutenção em IDEs como PyCharm e integração CI/CD com thresholds em GitHub Actions. Leia e aplique!
🔗 bolha.blog/riverfount/complexi

#Python #ComplexidadeCiclomatica
#CodeQuality
#Refactoring




Show Original Post


02.01.2026 17:05
david_alberto (@david_alberto@social.sciences.re)

New astronomy #Python script, to start the new year:
Moon calendar.

#astronomy #science #education
Powered by the Skyfield ephemeris module.
Juste change the year at the beginning of script.
My script is available for download:
astrolabe-science.fr/calendrie





Show Original Post


02.01.2026 17:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Uniphore is hiring Senior Site Reliability Engineer

🔧 #python #aws #azure #cicd #gcp #kubernetes #terraform #seniorengineer
🌎 Bangalore, India; Chennai, India
⏰ Full-time
🏢 Uniphore

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




Show Original Post


02.01.2026 17:05
zopyx (@zopyx@mastodon.world)

We should be aware that the majority of the #Python infrastructure is located in US and driven by technology of US companies like Fastly. Time to move the complete infrastructure and all dependencies out of fascist countries. Open-source is incompatible with fascist regimes.




Show Original Post


02.01.2026 17:02
PythonPeak (@PythonPeak@mastodon.social)

Unicode Encoding Corrupts 2.3M Customer Names Permanently?!

UNICODE DISASTER! Latin1 to UTF-8 deletes special characters! José becomes Jos! 2.3M names corrupted! Cannot contact customers! €2.7M GDPR fine! Data engineer FIRED!

youtube.com/watch?v=MqtjSdp85uY




Show Original Post


1 ...721 722 723 724 725 726 727 728 729 730 731 ...1581
UP