uz
Feedback
PythonHub

PythonHub

Kanalga Telegram’da o‘tish

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

Ko'proq ko'rsatish
2 528
Obunachilar
+124 soatlar
-27 kunlar
+1330 kunlar
Postlar arxiv
Show HN: QuestDB with Python, Pandas and SQL in a Jupyter notebook – no install https://play.questdb.io/

microdot The impossibly small web framework for Python and MicroPython. https://github.com/miguelgrinberg/microdot

MoonInTheRiver / DiffSinger DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism (SVS & TTS); AAAI 2022; Official code https://github.com/MoonInTheRiver/DiffSinger

Spent Months Writing A Web Dev Course For A Platform, But It Got Canceled Midway. Publishing It Free For The Community. https://www.reddit.com/r/Python/comments/118ynyy/spent_months_writing_a_web_dev_course_for_a/

devdata - Improving developer velocity and experience Developers are the largest expense with software. Improving their productivity doesn't just make sense to the company's bottom line, but it improves morale as they no longer have to wade through a bunch of crap to get started on the job at hand. This data generation technique helps improve your developer experience and testing. https://www.revsys.com/tidbits/devdata-improving-developer-velocity-and-experience/

Fly through Jupyter with keyboard shortcuts Learn the 25 most useful keyboard shortcuts for Jupyter Notebook or Lab (including hidden gems) so that you can speed up your workflow! https://www.dataschool.io/jupyter-notebook-keyboard-shortcuts/

Aquarel Styling matplotlib made easy. https://github.com/lgienapp/aquarel

Attrs, Pydantic, or Python Data Classes: Which One Is The Best? Data classes are a valuable tool in the Python programmer's toolkit. Despite their usefulness (I do like them a lot!), they do have limitations. In this video, I compare dataclasses with two alternative options, attrs and Pydantic, to help you decide which one to use in your code. https://www.youtube.com/watch?v=zN4VCb0LbQI

Python’s multiprocessing performance problem While multiprocessing allows Python to scale to multiple CPUs, it has some performance overhead compared to threading. https://pythonspeed.com/articles/faster-multiprocessing-pickle/

ultrafunkamsterdam / undetected-chromedriver Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM) https://github.com/ultrafunkamsterdam/undetected-chromedriver

Intro to TDD with Python and the FizzBuzz Code Kata https://www.youtube.com/watch?v=k_M696IKiTE

GPT in 60 Lines of NumPy In this post, we'll implement a GPT from scratch in just 60 lines of numpy. We'll then load the trained GPT-2 model weights released by OpenAI into our implementation and generate some text. https://jaykmody.com/blog/gpt-from-scratch/

milli-py Python bindings for Milli, the embeddable Rust-based search engine powering Meilisearch. https://github.com/AlexAltea/milli-py

NoteSH NoteSH fully functional sticky notes App in your Terminal! https://github.com/Cvaniak/NoteSH

ControlNet ControlNet is a neural network structure to control diffusion models by adding extra conditions. https://github.com/lllyasviel/ControlNet

What is Async/Await in Python You can use the async/await pattern in Python to implement asynchronous programming. In this ... https://superfastpython.com/async-await-python/