uk
Feedback
PythonHub

PythonHub

Відкрити в Telegram

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

Показати більше
2 538
Підписники
+424 години
+17 днів
+1030 день
Архів дописів
PySpark Tutorial Learn PySpark, an interface for Apache Spark in Python. PySpark is often used for large-scale data processing and machine learning. https://www.youtube.com/watch?v=_C8kWso4ne4

Building a Chess AI that Learns from Experience WIth only knowledge of the rules of the game.Continue reading on Towards Data
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

What is PyTorch? In this tutorial, you will learn about the PyTorch deep learning library, including: What ... https://www.pyimagesearch.com/2021/07/05/what-is-pytorch/

Creating Joy Plots Using JoyPy Using JoyPy for creating series of Stacked Histograms as Joy PlotsContinue reading on Towards Data ... https://towardsdatascience.com/creating-joy-plots-using-joypy-67327a15eb50?source=rss----7f60cf5620c9--python

Pickora A small compiler that can convert Python scripts to pickle bytecode. https://github.com/splitline/Pickora

Friendlier tracebacks in REPLs (including Jupyter) https://aroberge.blogspot.com/2021/07/friendlier-tracebacks-in-repls.html

Bite-sized refactoring This post shows you why refactoring is important and show you how to do it in little steps, so that it doesn't become too overwhelming. https://mathspp.com/blog/pydonts/bite-sized-refactoring

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/

How to Name Django Migrations (and Why It's Important) https://nextlinklabs.com/insights/naming-django-migrations-improving-projects

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/

5 Python Projects That You Can Complete Over The Weekend List of projects for your portfolioContinue reading on Towards Data
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

pyleniumio Bring the best of Selenium and Cypress into a single Python package. https://github.com/ElSnoMan/pyleniumio

What’s New In Python 3.11 This article explains the new features in Python 3.11, compared to 3.10. https://docs.python.org/3.11/whatsnew/3.11.html

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

Breaking captchas with deep learning, Keras, and TensorFlow In the past, we’ve worked with datasets that have been pre-compiled and labeled for us — but what ... https://www.pyimagesearch.com/2021/07/14/breaking-captchas-with-deep-learning-keras-and-tensorflow/

Show HN: A New Python Linter https://github.com/guilatrova/tryceratops

Functional “Control Flow” — Writing Programs without Loops Functional “Control Flow” — Writing Programs without LoopsAn overview of functional programming ... https://towardsdatascience.com/functional-control-flow-writing-programs-without-loops-ce07e6137bba?source=rss----7f60cf5620c9--python

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/