ch
Feedback
PythonHub

PythonHub

前往频道在 Telegram

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

显示更多
2 533
订阅者
+424 小时
+67
+1530
帖子存档
DevCase A privacy-focused and secure CMS, Blog and Portfolio made with Python & Django. Designed with developers and IT professionals in mind. https://github.com/rob32/dev-case

Python library for univariate regression, interpolation, and smoothing https://github.com/brendanartley/Regressio

You Should Be Using Python's Walrus Operator - Here's Why https://martinheinz.dev/blog/79

SymPy: Solving Math Equations in Python and Jupyter https://codesolid.com/sympy-solving-math-equations-in-python/

Python Type Hints: How to Gradually Add Types for Third Party Packages Hynek Schlawack recently described graduality as Python’s super power: the ability to prototype in ... https://adamj.eu/tech/2022/08/23/python-type-hints-gradually-add-types-for-third-party-packages/

Understanding async Python for the web What is “async” Python? Why do people care about it so much? And is it really that useful for building web apps? What are all these new frameworks and other tools about? So let’s dive in. https://www.b-list.org/weblog/2022/aug/16/async/

lingua-py The most accurate natural language detection library for Python, suitable for long and short text alike. https://github.com/pemistahl/lingua-py

Building A Financial Dashboard In Python With Dash Learn how to build a simple financial dashboard in Python using Plotly Dash by diving into loading financial data from a CSV file, generating extra columns, and how to build interactive components to control what you see on the dashboard. https://www.youtube.com/watch?v=GlRauKqI08Y

NeRF in the Dark High Dynamic Range View Synthesis from Noisy Raw Images. https://bmild.github.io/rawnerf/

New BucketRateLimiter Python package to rate limit requests to APIs https://pypi.org/project/bucketratelimiter/

humre A human-readable regular expression module for Python. https://github.com/asweigart/humre

Analyzing ScotRail audio announcements with Datasette—from prototype to production https://simonwillison.net/2022/Aug/21/scotrail/

Flask-Backbone Flask Boilerplate and Your Guide to Flask in 2022. https://abstractkitchen.com/blog/flask-backbone/

fastapi-best-practices Opinionated list of best practices and conventions we used at our startup. https://github.com/zhanymkanov/fastapi-best-practices

Memory Management in Python - Part 3: Object Lifetimes and Garbage Collection We ended Part 2 with an exploration of the weird and wonderful things that can happen when you override the eq magic method in Python. Now, in Part 3, we’re going to look at doing the same thing with a different magic method: del. https://anvil.works/articles/pointers-in-my-python-3

Build Your Own Mobile Proxy for Web Scraping In this guide, we show how you can build your own mobile proxy pool step by step. The most common use case for mobile proxies is web scraping. If you have a low success rate and keep getting blocked by websites you want to scrape, this guide is for you. https://scrapingfish.com/blog/byo-mobile-proxy-for-web-scraping

Professional Pandas: The Pandas Assign Method and Chaining This is the first in a series of blog posts that teach how to write professional-quality pandas code. In this post, we discuss the pandas assign function, and how it can be used together with chaining to create clean, readable code. https://ponder.io/professional-pandas-the-pandas-assign-method-and-chaining/

Taming Bad Python Packages: Assessing Python Malware Detectors with a Benchmark Dataset This post explains the creation and use of the benchmark dataset to measure the performance of the current PyPI malware checks. https://blog.chainguard.dev/taming-python-malware-scanners/

Unix Pioneer Brian Kernighan: if you could only use one language, choose Python https://www.reddit.com/r/Python/comments/x05859/unix_pioneer_brian_kernighan_if_you_could_only/

How to Create an AI-Assisted Search Engine with Python and txtAI in Seconds https://www.youtube.com/watch?v=ATyihdzwHjU