The #Python turtle module can do some crazy stuff 🐍🐢
Tôi vừa xây dựng bot Python tự động chuyển tweet của Elon Musk thành token trên Solana trong <400ms. Bot lắng nghe firehose, tạo ticker & logo bằng LLM, triển khai smart contract. Đang tìm người stress‑test websocket. #Crypto #Solana #Bot #Python #Blockchain #CôngNghệ #MemeFinance
RE: https://fosstodon.org/@pyconsweden/115944867558064453
How could I even develop things without the REPL and without the interactivity when writing code?
#python #repldrivendevelopment #emacs
RE: https://mastodon.social/@alexgmin/115945187456035124
Jeff has sadly fallen prey to the flu, but that doesn't mean you have to miss the Office Hours tonight!
This is your Captain ShitPost Working Group speaking; We are currently 25 minutes away from take-off. 🚀
The biggest PEP:
❯ wc -w peps/pep-*.rst | sort --reverse | head -10
1854017 total
17128 peps/pep-0000.rst
14184 peps/pep-0817.rst
13436 peps/pep-3156.rst
13099 peps/pep-0773.rst
12978 peps/pep-0484.rst
12910 peps/pep-0622.rst
12606 peps/pep-0642.rst
12400 peps/pep-0810.rst
11994 peps/pep-0703.rst
(PEP 0 is the autogenerated index page)
https://peps.python.org/pep-0817/
Hands-on instance segmentation with Detectron2 🧠
This tutorial covers running Mask R-CNN inference with a pretrained COCO model, visualizing instance masks, and saving results—all in a clear, beginner-friendly workflow.
#ComputerVision #Detectron2 #Python #AI
Content warning:Âme sensible s'abstenir, serpent...

Cảnh báo: Hai gói PyPI độc hại spellcheckpy & spellcheckerpy giả danh pyspellchecker đã cấy một RAT ẩn trong file resources/eu.json.gz. Khi chạy, chúng tải xuống mã độc cho phép chạy lệnh, đọc file, chụp màn hình... Đã được báo cáo và xóa khỏi PyPI. #Python #PyPI #Security #Malware #RAT #BảoMật #AnNinh
https://www.reddit.com/r/programming/comments/1qkwrks/malicious_pypi_packages_spellcheckpy_and/
S1 EP18 Lab 4 - Machine Learning in Python - How to Modify a Set with - Intersection in Python #machinelearningbasics #jupyternotebook #statistics #softwaredeveloper #machinelearning #learnpython #algorithims #learntocode #machinelearningtutorial #pythoncoding #datascience #PythonForDataScience #machinelearningmodels #dataengineering #datascienceforbeginners #jupyterlabs #codingforbeginners #vscode #mlforbeginners #python
In #Python, you could write sensible and transparent code, like this:
if (curNode):
curNode = curNode.next
But if you prefer something that is functionally identical, but harder to read, try this:
curNode and (curNode := curNode.next)
Follow me for more great tips on how to make life hell for the next person working with your code (which could be you).
Curso de Engenharia de Dados gratuito (com certificado)
https://guiadeti.com.br/curso-fundamentos-engenharia-de-dados-gratuito/
#bigdata #carreiratecnologia #cursosegratuitos #dados #datascienceacademy #engenhariadedados #python
https://guiadeti.com.br/curso-fundamentos-engenharia-de-dados-gratuito/?fsp_sid=99
PEP 817: Wheel Variants: Beyond Platform Tags