ru
Feedback
PythonHub

PythonHub

Открыть в Telegram
2 531
Подписчики
+124 часа
+47 дней
+530 день
Архив постов
Folders.py Implementation of the Folders esoteric programming language, a language with no code and just folders. https://github.com/SinaKhalili/Folders.py

mpcabete / bombcrypto-bot This is a python bot that automatically logs in, clicks the new button, and sends heroes to work in the bombcrypto game. It is fully open source and free. https://github.com/mpcabete/bombcrypto-bot

View a python function's history over-time with Git & FZF https://bhupesh.gitbook.io/notes/git/view-python-function-git-history-with-fzf

Scripting Minecraft server with Python Minecraft has an API. If you run your server, you can program it from Python. Here are notes from how I set it up. It’s a lot of fun to make things happen in Minecraft with Python. https://darkcoding.net/software/scripting-minecraft-server-with-python/

Create a Neural Network from Scratch in Python 3 Neural networks are a foundational concept to machine learning. In this post we’re going to build a fully connected deep neural net (DNN) from scratch in Python 3. https://pythonalgos.com/2021/12/06/create-a-neural-network-from-scratch-in-python-3/

open-mmlab / mmtracking OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework. https://github.com/open-mmlab/mmtracking

PyTorch Lightning for Dummies - A Tutorial and Overview The ultimate PyTorch Lightning tutorial. Learn how it compares with vanilla PyTorch, and how to build and train models with PyTorch Lightning. https://www.assemblyai.com/blog/pytorch-lightning-for-dummies/

TachibanaYoshino / AnimeGANv2 Open Source. The improved version of AnimeGAN. Landscape photos/videos to anime https://github.com/TachibanaYoshino/AnimeGANv2

A Tour of Python's itertools Library In this tutorial you will take an extensive tour of Python's itertools modules and learn all about how to use iterators in the process. https://www.blog.pythonlibrary.org/2021/12/07/a-tour-of-pythons-itertools-library/

How to write and deploy a monitoring and notification service within minutes. For free. Did you ever wish for a service that repeatedly checks and pings you once it observes a specified event? — Learn how to build and deploy it. https://t.co/METeYvAKWW

Billiard Balls and the Boltzmann Distribution in Python https://www.youtube.com/watch?v=65kl4eE9ovI

API Authentication with Tokens This article shows you a few common patterns for client authentication based on tokens, and how they can be implemented in a Python API back end. https://blog.miguelgrinberg.com/post/api-authentication-with-tokens

Django 4.0 released The Django team is happy to announce the release of Django 4.0. The release notes cover the ... https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/

Introduction to Clustering in Python with PyCaret A step-by-step, beginner-friendly tutorial for unsupervised clustering tasks in Python ... https://towardsdatascience.com/introduction-to-clustering-in-python-with-pycaret-5d869b9714a3

How to Easily Cluster Textual Data in Python With this method, you’ll never have to manually cluster survey answers eve
How to Easily Cluster Textual Data in Python With this method, you’ll never have to manually cluster survey answers ever againContinue ... https://towardsdatascience.com/how-to-easily-cluster-textual-data-in-python-ab27040b07d8

5 Python open-source tools to extract text and tabular data from PDF Files This article is a comprehensive overview of differ
5 Python open-source tools to extract text and tabular data from PDF Files This article is a comprehensive overview of different open-source tools to extract text and tabular ... https://towardsdatascience.com/5-python-open-source-tools-to-extract-text-and-tabular-data-from-pdf-files-9359cdde6b56

Compile Python applications into stand-alone executables https://www.pyinstaller.org/