fa
Feedback
PythonHub

PythonHub

رفتن به کانال در Telegram

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

نمایش بیشتر
2 526
مشترکین
اطلاعاتی وجود ندارد24 ساعت
+47 روز
+3330 روز
آرشیو پست ها
FujiwaraChoki / MoneyPrinter Automate Creation of YouTube Shorts using MoviePy. https://github.com/FujiwaraChoki/MoneyPrinter

I made a YouTube downloader with Modern UI | PyQt6 | PyTube | Fluent Design https://www.reddit.com/r/Python/comments/1b66726/i_made_a_youtube_downloader_with_modern_ui_pyqt6/

6 ways to improve the architecture of your Python project (using import-linter) The article discusses six ways to enhance the architecture of Python projects, focusing on maintaining clear dependency relationships between packages and modules to avoid tangled inter-module dependencies. It addresses challenges like high architectural understanding costs for newcomers and reduced development efficiency due to difficulties in locating code within large projects. https://www.piglei.com/articles/en-6-ways-to-improve-the-arch-of-you-py-project/

How fast can we process a CSV file The article explores the speed of processing CSV files, highlighting the use of PyArrow to enhance CSV reading speed significantly. It compares different methods like pandas with C engine, pure Python looping, and pandas with PyArrow engine, showcasing the efficiency of PyArrow in processing CSV files faster and more effectively https://datapythonista.me/blog/how-fast-can-we-process-a-csv-file

Create a quiz app in 6 minutes with HTMX and Django This guide shows you how to build a simple quiz application using Django and HTMX in 6 minutes. HTMX is great for creating dynamic web applications without writing JavaScript. https://www.photondesigner.com/articles/quiz-htmx

I hate typing out every 'self.x = x' line in an __init__ method. Is this alternative acceptable? https://www.reddit.com/r/Python/comments/1b5bc8g/i_hate_typing_out_every_selfx_x_line_in_an_init/

django-admin-shellx A Django Admin Web Shell using Xterm.js and Django Channels. https://github.com/adinhodovic/django-admin-shellx

Combining Rust and Python: The Best of Both Worlds? This video shows you how to seamlessly integrate Rust with Python using Pyo3. This library allows you to write Python modules with Rust. This means that we get the speed and safety of Rust along with Python's easy-to-use features! https://www.youtube.com/watch?v=lyG6AKzu4ew

kserve / kserve Standardized Serverless ML Inference Platform on Kubernetes https://github.com/kserve/kserve

Python environment management using JupyterLab Desktop CLI The article discusses Python environment management using the JupyterLab Desktop CLI, which offers various commands and options to manage Python environments efficiently within the application. It covers setting up the JupyterLab Desktop CLI, creating new Python environments, and utilizing bundled environment installers or downloading packages from the registry to enhance the development... https://blog.jupyter.org/python-environment-management-using-jupyterlab-desktop-cli-e57485c9287c

BlendSQL Unified dialect for orchestrating SQLite logic and LLM reasoning. https://github.com/parkervg/blendsql

lllyasviel / stable-diffusion-webui-forge https://github.com/lllyasviel/stable-diffusion-webui-forge

The GIL can now be disabled in Python's main branch https://github.com/python/cpython/pull/116338

Cadwyn Production-ready community-driven modern Stripe-like API versioning in FastAPI. https://github.com/zmievsa/cadwyn

Deploying Django Apps in Kubernetes Learn you can optimize Django deployments seamlessly in a Kubernetes environment, whether you are a Django developer or a Kubernetes enthusiast. https://blog.jetbrains.com/pycharm/2024/03/deploying-django-apps-in-kubernetes/

Bython: Python with braces. Because Python is awesome, but whitespace is awful https://pypi.org/project/Bython/

mit-han-lab / efficientvit EfficientViT is a new family of vision models for efficient high-resolution vision. https://github.com/mit-han-lab/efficientvit

From Beeps to Toots: Reviving Pagers with Python and Mastodon The article showcases a unique application of Python programming by connecting pagers with Mastodon, blending the reliability of pagers with modern social media interactions. It highlights the versatility of Python in bridging analog devices like pagers with digital platforms, demonstrating the enduring relevance of traditional communication methods in today's digital age. https://finnley.dolphinhome.net/2024/02/25/from-beeps-to-toots-reviving-pagers-with-python-and-mastodon/

pfl Python framework for Private Federated Learning simulations. https://github.com/apple/pfl-research