Проверяем скорость интернета
Каждый хоть раз проверял скорость своего интернета на Speedtest. А у них, оказывается, есть не только сайт и приложения, но и пакет на Python для этого дела.
У объекта класса Speedtest методы download() и upload() выдают соответственно скорость скачивания и загрузки данных.
Методы отдают результат в байтах, поэтому для наглядности в примере я перевел все данные в мегабайты при выводе.
#python#speedtest
#Python
🐍
Learn to Code with Python
The complete Python bootcamp for 2023. Learn Python 3 from beginner to expert. Build complete Python applications.
🗣️: Boris Paskhaver
⭐4.7 - 4934 votes
🔗Link
-----
Main channel: @repo_science
Coupons: @freecoupons_reposcience
-----
#Python
🐍
The Python Mega Course: Build 10 Real World Applications
Become a Python programmer by learning how to build any Python program from scratch, GUIs, web apps, APIs, and more.
🌟 4.6 - 57462 votes
💰 $84.99
🗣️: Ardit Sulce
🔗Link
-----
Main channel:@repo_science
Coupons:@freecoupons_reposcience
-----
#Python
🐍
Intermediate Python: Solidify your Python Understanding And Build Apps
Let us build our understanding even better working with Python hands-on
🔗Link
-----
Canal principal:@repo_science
Cupones:@freecoupons_reposcience
-----
#Python
🐍
Como todos conocen #Python es un lenguaje de alto nivel de programación e interpretado cuya filosofía hace hincapié en la legibilidad de su código y se utiliza para desarrollar aplicaciones de todo tipo.
A sugerencia de ustedes hemos creado un grupo donde recopilaremos todo el material disponible agrupado por temas, al que pueden unirse aquí:
👇
🔗Link
-----
Canal principal: @repo_science
Cupones: @freecoupons_reposcience
-----
📰 JDownloader site hacked to replace installers with Python RAT malware
The website for the popular JDownloader download manager was compromised earlier this week to distribute malicious Windows and Linux installers, with the Windows payload found deploying a Python-based remote access trojan.
🔗 Source: https://www.bleepingcomputer.com/news/security/jdownloader-site-hacked-to-replace-installers-with-python-rat-malware/
#linux#python
📰 PyPI Packages Deliver ZiChatBot Malware via Zulip APIs on Windows and Linux
Cybersecurity researchers have discovered three packages on the Python Package Index (PyPI) repository that are designed to stealthily deliver a previously unknown malware family called ZiChatBot on Windows and Linux systems."While these wheel packages do implement the features described on their PyPI web pages, their true purpose is to covertly deliver malicious files," Kaspersky.
🔗 Source: https://thehackernews.com/2026/05/pypi-packages-deliver-zichatbot-malware.html
#linux#python
📰 LiteLLM loses game of Trivy pursuit, gets compromised
Python interface for LLMs infected with malware via polluted CI/CD pipeline Two versions of LiteLLM, an open source interface for accessing multiple large language models, have been removed from the Python Package Index (PyPI) following a supply chain attack that injected them with malicious credential-stealing code.…
🔗 Source: https://go.theregister.com/feed/www.theregister.com/2026/03/24/trivy_compromise_litellm/
#python#opensource