ru
Feedback
PythonHub

PythonHub

Открыть в Telegram
2 531
Подписчики
+124 часа
+47 дней
+530 день
Архив постов
Data Analysis with Python for Excel Users https://www.youtube.com/watch?v=WcDaZ67TVRo

Python Malware Imitates Signed PyPI Traffic in Novel Exfiltration Technique In this post, we will share details about 11 new malware packages that we’ve recently discovered and disclosed to the PyPI maintainers (who promptly removed them). Based on our latest findings, in this post we highlight some of the more advanced techniques used by Python malware developers to avoid detection and remain in the repository in order to infect as many machines as possible. https://jfrog.com/blog/python-malware-imitates-signed-pypi-traffic-in-novel-exfiltration-technique/

Ask HN: How best to prepare for Python interviews starting in 3 months? https://news.ycombinator.com/item?id=29318263

Show HN: Run Python, Ruby, Node.js, C++, Lua in the Browser via x86 to WASM JIT https://repl.leaningtech.com/?python3

PyTorchVideo A deep learning library for video understanding research. https://pytorchvideo.org/

7 key components of observability in Python Learn why observability is important for Python and how to implement it into your software development lifecycle. https://opensource.com/article/21/11/observability-python

CPython's main branch running in the browser with WebAssembly https://twitter.com/ethanhs/status/1464308141105967104

BFree – a battery-free prototyping platform with CircuitPython for Adafruit https://github.com/TUDSSL/BFree

DevOps in academic research Some things I learned supporting infectious disease epidemiologists. https://mattsegal.dev/devops-academic-research.html

Calling Rust from Python using PyO3 This post gives you a short introduction to PyO3 and then discusses several example functions, written in Rust and called from Python. https://saidvandeklundert.net/learn/2021-11-18-calling-rust-from-python-using-pyo3/

BookNLP A natural language processing pipeline for books. https://github.com/booknlp/booknlp

Web Development with Python and Vue.js Components This post describes how we utilize Vue.js to enhance our web applications. https://blog.reverielabs.com/python-vue-components/

What are some examples of good code vs bad code in a professional setting? https://www.reddit.com/r/learnpython/comments/qmxuvc/what_are_some_examples_of_good_code_vs_bad_code/

Beartype: Unbearably fast runtime type checking in Python https://github.com/beartype/beartype

easyauth Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions to minimize database access requirements of Auth. https://github.com/codemation/easyauth

What does the "f" stand for in an f string? Why not some other letter? https://www.reddit.com/r/learnpython/comments/r35ctq/what_does_the_f_stand_for_in_an_f_string_why_not/

Best practices for containerizing Python applications with Docker This post describes 6 best practices when containerizing Python applications with Docker. https://snyk.io/blog/best-practices-containerizing-python-docker/

ThreadPoolExecutor vs. ProcessPoolExecutor in Python You can use ThreadPoolExecutor for IO-bound tasks and ProcessPoolExecutor for CPU-bound tasks. In this tutorial, you will discover the difference between the ThreadPoolExecutor and ProcessPoolExecutor and when to use each in your Python projects. https://superfastpython.com/threadpoolexecutor-vs-processpoolexecutor/

Functional Programming in Python In this presentation and live demo, we explore the benefits of functional programming, and how Python makes it easy. https://www.youtube.com/watch?v=aQ3aKxdUXys