Библиотека виджетов для построения диаграмм для Python https://pythonawesome.com/the-diagramming-widget-library-for-python/
Python Awesome
The diagramming widget library for Python
Gaphas is a library that provides the user interface component (widget) for drawing diagrams.
Библиотека Python с открытым исходным кодом для анализа сетевых пространственных данных. https://pythonawesome.com/an-open-source-python-library-for-the-analysis-of-network-based-spatial-data/
Графический пользовательский интерфейс, созданный с использованием Dear PyGui Python GUI Framework.
https://pythonawesome.com/a-graphical-user-interface-built-using-dear-pygui-python-gui-framework/
https://pythonawesome.com/a-graphical-user-interface-built-using-dear-pygui-python-gui-framework/
Поисковый робот, который извлекает все из URL https://pythonawesome.com/a-web-crawler-that-extract-everything-of-an-url/
Как я создал приложение "Время ожидания в супермаркетах COVID -19", которое использовалось во всем мире https://hackernoon.com/how-i-created-the-covid-19-supermarket-waiting-times-app-that-was-used-worldwide-2h4z35rm
Как уменьшить использование памяти в Python (Pandas)? https://www.analyticsvidhya.com/blog/2021/04/how-to-reduce-memory-usage-in-python-pandas/
Analytics Vidhya
How to reduce memory usage in Python (Pandas)?
Limiting the memory usage becomes important in this case. Reducing memory usage also speeds up computation and helps save time.
This media is not supported in your browser
VIEW IN TELEGRAM
Распознавание лиц плюс идентификация просто и быстро с Python https://pythonawesome.com/face-recognition-plus-identification-simply-and-fast-with-python/
Разработка мобильных приложений на Python. https://generalistprogrammer.com/python/python-app-development-for-beginners-kivy-mobile-app-tutorial/
GP
Python app development for beginners - kivy mobile app tutorial
Python app development tutorial for beginners using kivy.Python mobile app development using elements,events,databases Learn how to build python apps.
Создавайте собственные инструменты OSINT и API с помощью python https://pythonawesome.com/build-custom-osint-tools-and-apis-with-python/
Простой сокращатель URL-адресов, созданный с помощью Flask https://pythonawesome.com/a-simple-url-shortener-built-with-flask/
Python Awesome
A simple URL shortener built with Flask
A simple URL shortener built with Flask and MongoDB.
Шпаргалка по синтаксису Javascript и Python https://kevinbotero.medium.com/javascript-vs-python-syntax-cheatsheet-9bc7c59599c6
Medium
Javascript vs Python Syntax Cheatsheet
I was looking for a quick way to learn Python after I’ve learned Ruby and Javascript. I needed a quick cheat sheet with some syntax…
6 лучших проектов с открытым исходным кодом для распознавания лиц в реальном времени https://hackernoon.com/6-best-open-source-projects-for-real-time-face-recognition-vr1w34x5
Hackernoon
6 Best Open-Source Projects for Real-Time Face Recognition | HackerNoon
Real-time face recognition systems remain a very popular topic in computer vision, and a large number of companies have developed their own solutions to try and tap into the growing market.
Легкая библиотека Python для загрузки видео с YouTube https://pythonawesome.com/a-lightweight-python-library-for-downloading-youtube-videos/ Реализация сжатых N-мерных массивов с фрагментами для Python https://pythonawesome.com/an-implementation-of-chunked-compressed-n-dimensional-arrays-for-python/ Пакет Python для галактической и гравитационной динамики https://pythonawesome.com/a-python-package-for-galactic-and-gravitational-dynamics/
Python Awesome
A lightweight Python library for downloading YouTube Videos
A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
👍1
Библиотека Сиборна: ваш могущественный союзник https://www.analyticsvidhya.com/blog/2021/04/seaborn-library-your-powerful-ally/
Analytics Vidhya
Seaborn Library |Seaborn Library: Your Powerful Ally
Seaborn is a python library for data visualization. It is a high-level interface based on matplotlib (popular data visualization library)
Скачивание видео с YouTube с помощью Python - вашего собственного загрузчика с YouTube https://blog.codekaro.info/download-youtube-videos-using-python-your-own-youtube-downloader
Иногда читать Python становится сложно. Итак, вот 4 функции, которые вы можете использовать в своем коде, чтобы упростить чтение кода. https://devwriteups.com/4-python-functions-that-make-reading-easier
DevWriteups.com
4 Python functions that make reading easier
Sometimes reading Python becomes tough. So here are 4 functions you can use your code to make the code reading easier.
Виртуальная среда в Python - Карманное руководство https://pythoncircle.com/post/404/virtual-environment-in-python-a-pocket-guide/
Python Circle
Virtual Environment in Python - A Pocket Guide
A complete guide to start with virtual environments in python. How to install virtual environments. How to create a new virtual environment. Benefits of using virtual environment. docker vs virtual environment