PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
“Digital Twin” with Python: A hands-on example

IBM defines a digital twin as follows “A digital twin is a virtual model designed to accurately reflect a physical object”. This is a step-by-step guide to building a digital twin example of an electronic switch (transistor) with Python.

https://t.co/CoAtp4iz2t
GuPPy, a Python toolbox for the analysis of fiber photometry data

GuPPy is designed to operate across computing platforms and can accept data from a variety of FP data acquisition systems. The program presents users with a set of graphic user interfaces (GUIs) to load data and provide input parameters. Graphs are produced that can be easily exported for integration into scientific figures.

https://www.nature.com/articles/s41598-021-03626-9
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