uk
Feedback
PythonHub

PythonHub

Відкрити в Telegram

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

Показати більше
2 531
Підписники
+124 години
+47 днів
+530 день
Архів дописів
Footsiefat / zspotify A Spotify downloader needing only a python interpreter and ffmpeg. https://github.com/Footsiefat/zspotify

kuroko Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter. https://github.com/kuroko-lang/kuroko

A Better Approach to Text Summarization Step by step guide with full implementation in PythonContinue reading on Towards Data
A Better Approach to Text Summarization Step by step guide with full implementation in PythonContinue reading on Towards Data Science ... https://towardsdatascience.com/a-better-approach-to-text-summarization-d7139b571439

Django, FastAPI, Full Stack Roles & Python Programming https://www.youtube.com/watch?v=PJkO1NPgEk4

How to connect Python to a local SQL Server 1 Introduction 2 Import the Libraries and Preparations 3 Connection to the DB 4 Exploration of the ... https://michael-fuchs-python.netlify.com/2021/03/27/how-to-connect-python-to-a-local-sql-server/

Detecting the most popular tourist attractions in Valencia using unsupervised learning techniques DSCAN algorithm for discovering the most popular photographed locations in Valencia (Spain).Photo ... https://towardsdatascience.com/detecting-the-most-popular-tourist-attractions-in-valencia-using-unsupervised-learning-techniques-de0b12fb1ca

Cython, Rust, and more: choosing a language for Python extensions Sometimes pure Python code isn’t enough, and you need to implement an extension in a compiled ... https://pythonspeed.com/articles/rust-cython-python-extensions/

Customer Segmentation With Clustering Learn how consumer data can be used to optimize sales and marketing strategiesPhoto by SHVETS ... https://towardsdatascience.com/customer-segmentation-with-clustering-933caa4c9ea3

Analyzing Twitter Conversations Getting actionable insights around a topic using the new Twitter API v2 endpointPhoto by Priscilla ... https://towardsdatascience.com/analyzing-twitter-conversations-4ce28080732e

Byte string, Unicode string, Raw string — A Guide to all strings in Python Differences, usages, Python versus NumPy versus Pandas?Photo by Hitesh Choudhary ... https://towardsdatascience.com/byte-string-unicode-string-raw-string-a-guide-to-all-strings-in-python-684c4c4960ba

Optimising a Taskmaster Task with Python https://dm13450.github.io/2021/10/28/Taskmaster.html

Django Tailwind CSS Alpine.js Tutorial A tutorial series that will teach you how to integrate Tailwind CSS, Alpine.js with Django, and how to make them work together. https://www.accordbox.com/blog/django-tailwind-css-alpinejs-tutorial/

6 Usage Patterns for the ThreadPoolExecutor in Python https://superfastpython.com/threadpoolexecutor-usage-patterns/

Janspiry / Image-Super-Resolution-via-Iterative-Refinement Unoffical implementation about Image Super-Resolution via Iterative Refinement by Pytorch https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement

ifzhang / ByteTrack ByteTrack: Multi-Object Tracking by Associating Every Detection Box https://github.com/ifzhang/ByteTrack

Open access book on scientific visualization using Python and matplotlib https://github.com/rougier/scientific-visualization-book

Pass-by-value, reference, and assignment This article explains why Python doesn't use a pass-by-value system, nor a pass-by-reference. https://mathspp.com/blog/pydonts/pass-by-value-reference-and-assignment

How to build, test and publish an open source Python library Learn how to to use cookiecutter, pytest and GitHub Actions to develop a new Python library, add tests, run continuous integration and automatically publish new releases of your package to PyPI. https://simonwillison.net/2021/Nov/4/publish-open-source-python-library/