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
imagen-pytorch Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch. https://github.com/lucidrains/imagen-pytorch

Python library tracks energy consumption and calculates your carbon emissions https://github.com/fvaleye/tracarbon

Deploying 5G Around Trees In this post, I'll walk through how we enriched and integrated ETH's global canopy dataset into our decision-making process for rolling out 5G across California. https://tech.marksblogg.com/tree-heights-open5g.html

Set Up a Raspberry Pi Server - Host your Python Programs Onsite In this tutorial we’ll walk through how you can set up your Raspberry Pi as your own home server. We’ll go through what you need to get started, and how to set up the computer and operating system. We’ll go through this process “headless” so you won’t need a spare keyboard / monitor to set up the Raspberry Pi. We’ll be able to SSH directly into it from your main computer. https://www.youtube.com/watch?v=zwohWYb9zjs

pip-compile-cross-platform Pin your Python dependencies as you would with pip-compile, except in a cross-platform way. https://gitlab.com/mitchhentges/pip-compile-cross-platform

How To Write Unit Tests For Existing Python Code // Part 1 of 2 This video shows you a practical example of adding unit tests to existing code. This first part focuses on adding tests while not changing the original code. The second part will show how refactoring the code simplifies test writing while also improving the design. https://www.youtube.com/watch?v=ULxMQ57engo

As a Python developer, What are the most boring tasks that you made automation script to handle it? https://www.reddit.com/r/Python/comments/v1arf2/as_a_python_developer_what_are_the_most_boring/

What's a Python feature that is very powerful but not many people use or know about it? https://www.reddit.com/r/Python/comments/v1rde4/whats_a_python_feature_that_is_very_powerful_but/

TDD Practice: Time API with Django Let's learn some TDD tricks by building a small API with Django. Treat this like a Kata. Follow the steps below exactly the first time through, then practice by completing the task a second time by yourself. https://brntn.me/blog/django-tdd-practice-time-api/

Multitenancy with FastAPI, SQLAlchemy and PostgreSQL Find out how to split your tenant data using PostgreSQL, extend your FastAPI backend to handle multitenancy and perform migrations with Alembic. https://mergeboard.com/blog/6-multitenancy-fastapi-sqlalchemy-postgresql/

Tetra A full stack component framework for Django using Alpine.js https://www.tetraframework.com/

gradio-app / gradio Create UIs for your machine learning model in Python in 3 minutes https://github.com/gradio-app/gradio

borisdayma / dalle-mini DALL·E Mini - Generate images from a text prompt https://github.com/borisdayma/dalle-mini

CogDB Micro Graph Database for Python Applications. https://cogdb.io/

Objectiv Objectiv is open-source product analytics infrastructure with a generic event taxonomy. https://github.com/objectiv/objectiv-analytics

The Python GIL: Past, Present, and Future Learn about the history of Python's GIL and what the future holds for it. https://www.backblaze.com/blog/the-python-gil-past-present-and-future/

NiChord NiChord is a Python package for visualizing functional connectivity data. https://github.com/paulcbogdan/NiChord

Memory Management in Python - Part 1: What Are Pointers? A tour of some of CPython’s dark memory magic and unintuitive behaviours! https://anvil.works/articles/pointers-in-my-python-1