ru
Feedback
PythonHub

PythonHub

Открыть в Telegram
2 529
Подписчики
-124 часа
+27 дней
+530 день
Архив постов
MatrixTM / MHDDoS Best DDoS Attack Script Python3, Cyber Attack With 51 Methods https://github.com/MatrixTM/MHDDoS

Does Coding in Pythonic Zen Peak Performance? https://arxiv.org/pdf/2203.14484.pdf

Decorators in Python – How to enhance functions without changing the code? Decorators in python allow you to dynamically change the functionality of another function, without ... https://www.machinelearningplus.com/python/decorators-in-python-how-to-enhance-functions-without-changing-the-code/

Discovering basic blocks In this post, we will learn how to construct a control-flow graph (CFG) from a subset of CPython (3.6+) bytecode. We will also coincidentally be using Python (3.6+) as a programming language, but the concepts should be applicable to other bytecode and using other programming languages. https://bernsteinbear.com/blog/discovering-basic-blocks/

pytorch / torchrec Pytorch domain library for recommendation systems https://github.com/pytorch/torchrec

How to make the most of Pydantic How to Make the Most of PydanticExplore techniques for data contract validation, higher ... https://towardsdatascience.com/how-to-make-the-most-of-pydantic-aa374d5c12d

OpenTelemetry and Python: A Complete Instrumentation Guide Learn how to instrument Python code with OpenTelemetry, both manually and using auto-instrumentation. https://www.timescale.com/blog/opentelemetry-and-python-a-complete-instrumentation-guide/

The counter-intuitive rise of Python in scientific computing (2020) https://cerfacs.fr/coop/fortran-vs-python

Overlooked facts about variables and objects in Python: it's all about pointers In Python, variables and data structures don’t contain objects. This fact is both commonly overlooked and tricky to internalize. You can happily use Python for years without really understanding the concepts below, but this knowledge can certainly help alleviate many common Python gotchas. https://treyhunner.com/2022/03/variables-objects-and-pointers-in-python/

Python and Qt Simplified. Create a Python GUI in Minutes https://build-system.fman.io/

I made an event-driven system to quickly make GUIs with Python and pyimgui https://pypi.org/project/toolgui/

BlocklyML visual programming tool for Machine learning and Python https://github.com/chekoduadarsh/BlocklyML

This Is Why Python Data Classes Are Awesome Data classes in Python are really powerful and not just for representing structured data. In this video I show you what you can do with dataclasses as well as new capabilities that have been added in Python 3.10. https://www.youtube.com/watch?v=CvQ7e6yUtnw

Object Oriented Programming (OOPS) in Python Object oriented programming is an effective way of writing code. You create classes which are ... https://www.machinelearningplus.com/python/object-oriented-programming-oops-in-python/

Efficient Pandas Dataframes in Python In this video Rob Mulla teaches how to make your pandas dataframes more efficient by casting dtypes correctly. This will make your code faster, use less memory and smaller when saving to disk or a database. https://www.youtube.com/watch?v=u4_c2LDi4b8

Running Python in WebAssembly Python can now be compiled to Wasm. In this post, we show how to run cloud-side Python in a WebAssembly runtime. https://www.fermyon.com/blog/python-wagi