PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Mining Financial Stock News Using SpaCy Matcher

By the end of this article, you will be able to write an information extraction NLP pipeline using spaCy’s Matcher. It will extract dividend information from news headlines and articles.

https://newscatcherapi.com/blog/spacy-matcher-mining-financial-stock-news
Python Virtual Environments tutorial using Virtualenv and Poetry

A mini-guided tutorial showing how to use virtual environment and why it's matters on virtualenv and poetry illustrated examples.

https://serpapi.com/blog/python-virtual-environments-using-virtualenv-and-poetry/
Ask HN: Good Python projects to read for modern Python?

https://news.ycombinator.com/item?id=29698198
How To Easily Do Asynchronous Programming With Asyncio In Python

Learn about asynchronous programming in this tutorial where I explain the basics of async and await in Python and show you how you can run programs in parallel.

https://www.youtube.com/watch?v=2IW-ZEui4h4
Function Pointer Cast Handling in Pyodide

Why previous versions of Pyodide had a low recursion limit and how the upcoming version 0.19 supports a much higher one.

https://blog.pyodide.org/posts/function-pointer-cast-handling/
5 Advanced Tips on Python Functions

Notes from Fluent Python by Luciano Ramalho (Chapter 5–6)Did you learn to code in Java, then moved ...

https://towardsdatascience.com/5-advanced-tips-on-python-functions-1a0918017965
10 Of My Favorite Python Decorators

An overview of even more of the best decorators in the Python programming language.Continue reading ...

https://towardsdatascience.com/10-of-my-favorite-python-decorators-9f05c72d9e33
Django Developers Survey 2021 Results

We are excited to share the results of the annual Django Developers Survey which was conducted this ...

https://www.djangoproject.com/weblog/2022/jan/03/django-developers-survey-2021-results/
It's time to stop using Python 3.6

Upgrading to new software versions is work, and work that doesn’t benefit your software’s ...

https://pythonspeed.com/articles/stop-using-python-3.6/
Analyzing Seated's restaurants by reversing their API

Seated is an app that offers a certain (sizable) percentage off your bill for certain restaurants in your area. This post shows you how to grab all their restaurants and visualize the stats on them.

https://blog.jonlu.ca/posts/seated
Extracting information from Python source code

What library symbols does a Python source code file use? And what symbols does it provide to its users? A simple tool called invectio can provide this information based on static source code analysis. This small tool can extract information about imports as well as information about what users can import from Python modules.

https://developers.redhat.com/articles/2022/01/05/extracting-information-python-source-code
Game Boy Emulator: Writing the Z80 Disassembler

Let’s continue where we left off in the introduction to Game Boy Emulation with a deep dive into the Game Boy’s opcodes and operands – the language of the Z80 CPU – and how to make sense of it all.

https://www.inspiredpython.com/course/game-boy-emulator/game-boy-emulator-writing-the-z80-disassembler