Python/ django
59K subscribers
2.08K photos
62 videos
47 files
2.8K links
по всем вопросам @haarrp

@itchannels_telegram - 🔥 все ит-каналы

@ai_machinelearning_big_data -ML

@ArtificialIntelligencedl -AI

@datascienceiot - 📚

@pythonlbooks

РКН: clck.ru/3FmxmM
加入频道
🌏 Country details using Python

Детализация информации о стране с помощью Python.

pip install countryinfo

Github

@pythonl
🖥 FastStream

FastStream is a powerful and easy-to-use Python framework for building asynchronous services.

FastStream - мощный и простой в использовании фреймворк на Python для создания асинхронных сервисов, взаимодействующих с потоками событий, таких как Apache Kafka и RabbitMQ.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Laptop Notifications with Python

Выводим уведомления на ноутбуке с помощью Python.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Simple trick to remove background using Python, you can reduce code lines to 5

Простой скрипт, который убирает фон с помощью Python.

pip install rembg # for library
pip install rembg[cli] # for library + cli


Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Image Color Extraction with Python

Извлечение цвета из изображения с помощью Python.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 HarvardX: CS50's Introduction to Programming with Python (бесплатный курс)

Бесплатный курс для Python программистов от Гарварда по основам программирования на Python, науки о данных, веб-программировании, парсинга и др.

📌 Course

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Hyperbola graph using Python

График гиперболы с использованием Python.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Django Free Courses with Certificate!

Бесплатные курсы Django!

Хотите с легкостью создавать надежные и масштабируемые веб-приложения? Django - мы собрали для вас с
писок бесплатных курсов по всем топикам.

1. Learn Django 3 and Start Creating Websites With Python.
https://freecodecamp.org/news/learn-django-3-and-start-creating-websites-with-python/

2. Django основы.
https://www.youtube.com/playlist?list=PLysMDSbb9HcyLnXB9eLiYmsznjzEXo_6W

3. CRM App Development with Django, Python, and MySQL.
https://freecodecamp.org/news/crm-app-development-with-django-python-and-mysql/

4. How to Deploy a Django App on Render
https://freecodecamp.org/news/deploying-a-django-app-to-render/

5. Use Django REST Framework to Create Web APIs
https://freecodecamp.org/news/use-django-rest-framework-to-create-web-apis/

6. Django Test Suite Introduction – How to Increase Your Confidence as a Python Developer
https://freecodecamp.org/news/increase-developer-confidence-with-a-great-django-test-suite/

7. Django Project Best Practices That'll Keep Your Developers Happy

https://freecodecamp.org/news/django-project-best-practices-for-happy-developers/

8. Django For Everybody - Full Python University Course

https://youtube.com/watch?v=o0XbHvKxw7Y

9. How to Build a Secure Web Application.
https://freecodecamp.org/news/how-to-build-a-secure-django-web-app/

10. Основы создания веб-приложений с Django
https://stepik.org/course/177769/promo

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Download YouTube videos using Python

Загрузка видеороликов с YouTube с помощью Python.

📌 Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
📊 Stock Chart Plot using Python

Построение графиков акций с помощью Python.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
📲 Using your mobile as webcam.

Использование мобильного телефона в качестве веб-камеры.

opencv-python

@pythonl
🖥 Use Scrapy for Web Scraping in Python

В этом курсе вы узнаете все об вебсрейпинге, включая создание своего первого веб-паука с Scrapy.

Video
Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 PyDork: Scraping and listing text and image searches on Google, Bing, DuckDuckGo, Baidu, Yahoo.

PyDork предоставляет возможность легко автоматизировать сбор результатов поиска в таких поисковых системах, как Google, Bing, DuckDuckGo, Baidu и Yahoo.

pip install pydork

from pydork.engine import SearchEngine

# SearchEngine
search_engine = SearchEngine()

search_engine.set('google')
search_result = search_engine.search('python')


@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
🖥 GaussianDreamer: Fast Generation from Text to 3D Gaussian Splatting with Point Cloud Priors

GaussianDreamer: Быстрая генерация 3D объектов из текста.

Github
Project
Paper

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Did you know you can create #Python decorators by writing a class? 🐍🔥

Знаете ли вы, что декораторы #Python можно создавать, написав класс.

Это особенно полезно, когда вы создаете декоратор, принимающий аргументы. Их легче читать.

#junior #python

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Pie charts with exploding in Python

Круговые диаграммы на Python.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Harvard's popular CS50 series has an intro to Python course taught by David J. Malan himself.

В популярной гарвардской серии курсов CS50 есть курс "Введение в Python", который ведет сам Дэвид Джей Малан.

В курсе рассматриваются основы Python, такие как циклы и условия, а также написание и использование API.

Попутно вы создадите приложение с использованием таких фреймворков, как Django и React.

Course
Video

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
FastSD CPU

Faster version of stable diffusion running on CPU.

Более быстрая версия стабильной диффузии, работающая на CPU.

Для генерации одного изображения 512x512 на Core i7-12700 (с OpenVINO)требуется 10 секунд.

Github

@pythonl
🖥 Testing in Python with Pytest

Learn how to use pytest, the powerful testing framework for Python.

Важно убедиться в том, что ваш код читаем и функционирует так, как должен.

Именно здесь на помощь приходит тестирование.

В этом бесплатном курсе рассматриваются тесты на основе классов, фикстуры, мокинг и многое другое, и вы узнаете, как тестировать Python-код с помощью фреймворка Pytest.

🎞 Course

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Numpy Methods that Data Scientists use all the time

Шпаргалка по методы Numpy, которые постоянно используют датасаентисты.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM