uz
Feedback
PythonHub

PythonHub

Kanalga Telegram’da o‘tish

News & links about Python programming. https://pythonhub.dev/

Ko'proq ko'rsatish
2 530
Obunachilar
-324 soatlar
+37 kunlar
+1030 kunlar
Postlar arxiv
dot dot (aka Deepfake Offensive Toolkit) makes real-time, controllable deepfakes ready for virtual cameras injection. dot is created for performing penetration testing against e.g. identity verification and video conferencing systems, for the use by security analysts, Red Team members, and biometrics researchers. https://github.com/sensity-ai/dot

editabletuple This module provides the editabletuple() function for creating classes with a fixed sequence of fields, similar to a namedtuple, except editable. https://github.com/mark-summerfield/editabletuple

Handling Concurrency Without Locks Concurrency is not very intuitive. You need to train your brain to consider what happens when ... https://hakibenita.com/django-concurrency

Python-Selenium-Action Run Selenium with Python via Github Actions using Headless or Non-Headless browsers! https://github.com/MarketingPipeline/Python-Selenium-Action

Raising exceptions or returning error objects in Python How returning error objects can provide some advantages over raising exceptions in Python, such as for static type checking tools. https://lukeplant.me.uk/blog/posts/raising-exceptions-or-returning-error-objects-in-python/

Pipe A Python library to use infix notation in Python. https://github.com/JulienPalard/Pipe

Getting Started with ESPnet ESPnet is the premier end-to-end, open-source speech processing toolkit. This easy-to-follow guide will help you get started using ESPnet for Speech Recognition. https://www.assemblyai.com/blog/getting-started-with-espnet/

Packaging Python Applications with PyInstaller, with step by step examples for PyQt, Tkinter, PySimpleGUI, wxPython & Kivy https://www.dropbox.com/s/zqajj7skbdl7xbw/packaging-python-applications.pdf

How to create a dashboard in Python with Jupyter Notebook https://mljar.com/blog/dashboard-python-jupyter-notebook/

An Intro to Python Web Frameworks (Video) Learn about some of the many Python web frameworks that are available to you in this video. Web ... https://www.blog.pythonlibrary.org/2022/06/09/an-intro-to-python-web-frameworks-video/

Serving machine learning models with FastAPI: It’s not all about speed Deploying models is a tricky topic. In this posts, we describe 4 key reasons why we've chosen FastAPI to deploy out Machine Learning models. https://blog.amplemarket.com/serving-machine-learning-models-with-fastapi/

Python 3.10.5 is available The latest bugfix drop for Python 3.10 is here: Python 3.10.5. This release packs more than 230 bugfixes and docs changes. https://pythoninsider.blogspot.com/2022/06/python-3105-is-available_6.html

I Forked “Asyncpg” — And It Parses Database Records to Numpy 20x Faster Presenting the fork of asyncpg — asynchronous PostgreSQL client for Python — based on NumPy structured arrays. https://t.co/rViV6pSeDQ

Dates And Times And Types Get a TypeError when using a datetime when you wanted a date. https://glyph.twistedmatrix.com/2022/06/dates-and-times-and-types.html

Run Your Python App Anywhere With Dynamic Settings Parameterize your application with a config file and read using ConfigPars
Run Your Python App Anywhere With Dynamic Settings Parameterize your application with a config file and read using ConfigParserContinue reading on ... https://towardsdatascience.com/run-your-python-app-anywhere-with-dynamic-settings-aafd27e04b8e

Compiling Black with mypyc, Pt. 1 - Initial Steps I spent a COVID summer (and then some) integrating mypyc into Black to double performance. How was it? https://ichard26.github.io/blog/2022/05/31/compiling-black-with-mypyc-part-1/

Django: How to send email without Celery Lightweight emails without Celery. And without a request-response cycle. https://nemecek.be/blog/158/django-how-to-send-email-without-celery

BrainIDE Brainfk IDE using python, bundled with it's own compiler. https://github.com/LovetheFrogs/BrainIDE

Crash course in Web3 Application Development with Python Learn how to send your first transaction on the Ethereum blockchain using Python and the Web3 package https://blog.doppler.com/crash-course-in-web3-application-development-with-python