Все о пайтон, новости, подборки на русском и английском.
10 Unknown Security Pitfalls for Python
https://blog.sonarsource.com/10-unknown-security-pitfalls-for-python/
👉 @python_real
Only a Matter of Style: Age Transformation Using a Style-Based Regression Model
https://github.com/yuval-alaluf/SAM
👉 @python_real
The uncompromising Python code formatter
https://github.com/psf/black
👉 @python_real
Django + htmx patterns
https://github.com/spookylukey/django-htmx-patterns
👉 @python_real
A mock object is meant to simulate any API for the purposes of testing
https://www.pythondoeswhat.com/
👉 @python_real
Pandas Dataframe Index in Python
https://www.pythonforbeginners.com/basics/pandas-dataframe-index-in-python
👉 @python_real
Crawl Websites Using Python
https://www.nbshare.io/notebook/821307749/Crawl-Websites-Using-Python/
👉 @python_real
Wall vs CPU time, or the cost of asyncio Tasks
https://threeofwands.com/careful-with-tasks/
👉 @python_real
DeepSpeed
DeepSpeed is an easy-to-use deep learning optimization software suite that enables unprecedented scale and speed for Deep Learning Training and Inference.
https://github.com/microsoft/DeepSpeed
👉 @python_real
Create Numpy Array in Python
https://www.pythonforbeginners.com/basics/create-numpy-array-in-python
👉 @python_real
GFPGAN
Practical Algorithm for Real-world Face Restoration
https://github.com/TencentARC/GFPGAN
👉 @python_real
Python Lists Cheat Sheet
https://www.pythonforbeginners.com/lists/python-lists-cheat-sheet-2
👉 @python_real
✌️ Привет! На связи Podlodka Python Crew.
Крупные сервисы успешно разрабатывают не только на языках со статической типизацией.
🐍 Поэтому 4 декабря запускаем новый сезон с темой «Python для энтерпрайза».
Вы сможете получить новый опыт и начать работать над сложными продуктовыми решениями. А если вы уже в enterprise, то узнаете больше про эффективные принципы работы над корпоративным продуктом.
😎 В этот раз мы пригласили крутых экспертов по Python из компаний-гигантов — например, КРОК, Точки, X5 Tech, Райффайзен банка, Selectel и других. На докладах, воркшопах и круглых столах мы:
🔸 Послушаем, как меняются ценности и подходы у разработчика в enterprise.
🔸 Узнаем, как собирать и поддерживать шаблон репозитория для микросервисов.
🔸 Разберём принципы Domain-Driven Design на примере фреймворка Django.
🔸 Выясним правила работы с observability: как настраивать мониторинг, логирование и трейсинг.
👉 больше подробностей — на сайте: https://podlodka.io/pythoncrew (успей купить билет со скидкой до 28 ноября)
A tour of Python’s memory magic
➡️ https://anvil.works/articles/pointers-in-my-python-1
👉 @python_real
С чего начать изучение C++?
С бесплатного открытого урока «Контейнер std::vector: простой, быстрый, опасный» от OTUS и Андрея Рыжикова – разработчика в НИИ обработки аэрокосмических изображений.
На вебинаре:
- узнаем основные функции std::vector;
- заглянем «под капот» и поймем, чем обеспечивается высокая скорость произвольного доступа и когда мы за нее платим;
- пройдем по граблям, на которые часто наступают при его использовании;
- в результате сможем осознанно использовать std::vector в своих программах.
Занятие пройдёт 23 ноября в 20:00 МСК в рамках курса «C++ Developer».
Для бесплатного участия регистрируйтесь прямо сейчас: https://otus.ru/lessons/cpp-specialization/?utm_source=telegram&utm_medium=cpc&utm_campaign=spec-cplus&utm_term=telegain&utm_content=lesson-23-11-2023#event-3609
Реклама. ООО "ОТУС ОНЛАЙН-ОБРАЗОВАНИЕ". ИНН 9705100963. erid: LjN8KVyrA
Read Specific Columns From CSV File
https://www.pythonforbeginners.com/basics/read-specific-columns-from-csv-file
👉 @python_real
Rename Specific Columns in Dataframe
https://www.pythonforbeginners.com/basics/rename-specific-columns-in-dataframe
👉 @python_real
peewee
Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.
https://github.com/coleifer/peewee
👉 @python_real
🌎Программист, говори с миром на одном языке!
👉Узнайте больше о возможностях С на бесплатном вебинаре онлайн-курса «Программист С» — «Unicode в С»: регистрация
На вебинаре мы:
— подробнее познакомимся с интернациональным стандартом символов Unicode и низкоуровневым устройством его кодировок
— развеем несколько популярных мифов в области кодировок и посмотрим на инструменты языка C для работы с юникодом.
✅Занятие будет полезно всем программистам с опытом.
🔥После вебинара вы сможете продолжить обучение на курсе по спеццене и даже в рассрочку!
Реклама. ООО «Отус онлайн-образование», ОГРН 1177746618576
ZeroIntensity/pointers.py
Bringing the hell of pointers to Python.
python3 -m pip install -U pointers.py
https://github.com/ZeroIntensity/pointers.py
👉 @python_real
Authentik
authentik is an open-source Identity Provider focused on flexibility and versatility.
https://github.com/goauthentik/authentik
👉 @python_real
TTS
Is a library for advanced Text-to-Speech generation. It's built on the latest research
https://github.com/coqui-ai/TTS
👉 @python_real
Что нужно знать новичкам в С++, чтобы выделяться?
Расскажем на бесплатном открытом уроке «Как в С++ сделать указатель умным и зачем» от OTUS и Карины Дорожкиной – ведущего разработчика С++ с 10-летним опытом. На уроке:
- поговорим об опасности сырых указателей и зачем им интеллектуальность;
- обсудим идиому RAII и познакомимся с одним из умных указателей std::unique_ptr;
- затронем смежные темы move-семантики.
Урок пройдёт 7 декабря в 20:00 МСК в рамках курса «Специализация C++ Developer». Для участников - специальные условия.
Регистрируйтесь прямо сейчас: https://otus.ru/lessons/cpp-specialization/?utm_source=telegram&utm_medium=cpc&utm_campaign=spec-cplus&utm_term=python_real&utm_content=lesson-07-12-2023#event-3610
Реклама. ООО "ОТУС ОНЛАЙН-ОБРАЗОВАНИЕ". ИНН 9705100963.
Dragon Curve in Python
Dragon curve fractal made with Python.
https://github.com/francofgp/dragon-curve
👉 @python_real
Unicaps
Unicaps is a unified Python API for CAPTCHA solving services.
https://github.com/sergey-scat/unicaps
👉 @python_real
Share your Python notebook as web application
pip install mljar-mercury
https://github.com/mljar/mercury
👉 @python_real
Debug Flask App in Docker with PyCharm
laleetavaiya/debug-flask-app-in-docker-with-pycharm-1m1qcguubj" rel="nofollow">https://www.codementor.io/@laleetavaiya/debug-flask-app-in-docker-with-pycharm-1m1qcguubj
👉 @python_real
ESPnet: end-to-end speech processing toolkit
https://github.com/espnet/espnet
👉 @python_real
Gooey
Turn (almost) any Python 3 Console Program into a GUI application with one line.
https://github.com/chriskiehl/Gooey
👉 @python_real
Difference Between Pop and Remove in Python
https://www.pythonforbeginners.com/basics/difference-between-pop-and-remove-in-python
👉 @python_real