PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Let's write a Toy Emulator in Python

In this tutorial we will be creating an emulator in python that can run programs such as printing Fibonacci series or Triangular numbers.

https://threadexception.github.io/posts/let%27s-write-a-toy-emulator-in-python.html
Changing choices to a ForeignKey using Django migrations

One common requirement I’ve seen in projects is that a model will start with a
choices ...

https://spapas.github.io/2021/07/15/django-choices-to-fk-using-migrations/
Solving The Rocket Equation: Optimal Way To Expel Fuel

In this video I seek to solve the ODE specifying the motion of rocket ships in python. In particular, I seek the best way to expel fuel to make the rocket travel as quickly and efficiently as possible.

https://www.youtube.com/watch?v=zwf3vMVqKXo
5 Python Projects That You Can Complete Over The Weekend

List of projects for your portfolioContinue reading on Towards Data Science ...

https://towardsdatascience.com/5-solved-python-project-for-python-developers-a9d90ea4705?source=rss----7f60cf5620c9--python
Python behind the scenes #11: how the Python import system works

The Python import system doesn't just seem complicated – it is complicated. So even though the documentation is really good, it doesn't give you the full picture of what's going on. The only way to get such a picture is to study what happens behind the scenes when Python executes an import statement. And that's what we're going to do in this post.

https://tenthousandmeters.com/blog/python-behind-the-scenes-11-how-the-python-import-system-works/
NLP - Text Pre-Processing - All in One

1 Introduction 2 Import the Libraries and the Data 3 Text Pre-Processing 3.1 Text Cleaning 3.2 ...

https://michael-fuchs-python.netlify.com/2021/06/23/nlp-text-pre-processing-all-in-one/
Building a Chess AI that Learns from Experience

WIth only knowledge of the rules of the game.Continue reading on Towards Data Science ...

https://towardsdatascience.com/building-a-chess-ai-that-learns-from-experience-5cff953b6784?source=rss----7f60cf5620c9--python