Python и Samila. Делаем красиво
#habr #python
#python #обработка_изображений #python_3 #generative_art #пайтон #генеративное_искусство
#habr #python
#python #обработка_изображений #python_3 #generative_art #пайтон #генеративное_искусство
Хабр
Python и Samila. Делаем красиво
Содержание: Введение Установка | Запуск без установки Работа с библиотекой Samila Полезные ссылки Введение Samila - библиотека для создания генеративного искусства, написанная на языке...
Логирование в объектах Python. Путь перфекциониста
#habr #python
#python #программирование #python #logging #decorator
#habr #python
#python #программирование #python #logging #decorator
Хабр
Логирование в объектах Python. Путь перфекциониста
Логировать лучше, чем не логировать. Чем больше разбираешься в чужом и своём коде, тем больше убеждаешься в справедливости этих слов. В Python есть прекрасный модуль logging : настолько удобный и...
Книга «Глубокое обучение с подкреплением: теория и практика на языке Python»
#habr #python
#блог_компании_издательский_дом_питер_ #python #профессиональная_литература #глубокое_обучение
#habr #python
#блог_компании_издательский_дом_питер_ #python #профессиональная_литература #глубокое_обучение
Хабр
Книга «Глубокое обучение с подкреплением: теория и практика на языке Python»
Привет, Хаброжители! Глубокое обучение с подкреплением (глубокое RL) сочетает в себе два подхода к машинному обучению. В ходе такого обучения виртуальные агенты учатся решать последовательные задачи...
Forwarded from Хитрый Питон
Два больших гайда про то, что такое ThreadPoolExecutor и ProcessPoolExecutor и как их использовать:
- https://superfastpython.com/threadpoolexecutor-in-python/
- https://superfastpython.com/processpoolexecutor-in-python/
- https://superfastpython.com/threadpoolexecutor-in-python/
- https://superfastpython.com/processpoolexecutor-in-python/
Super Fast Python
ThreadPoolExecutor in Python: The Complete Guide - Super Fast Python
Python ThreadPoolExecutor, your complete guide to thread pools and the ThreadPoolExecutor class for concurrent programming in Python.
#269 Get Rich and replace your cat
Michael Kennedy (@mkennedy)
#351: Machine Learning Ethics and Laws Panel
Michael Kennedy (@mkennedy)
#351: Machine Learning Ethics and Laws Panel
#talkpythontome #podcast #audio #nothabr
#technology #python #pycharm #python3 #python2 #software #programming #web #web_development #developer #ide #podcast #software_developer #training #course #online #online_course #data_science #nosql #mongodb #cloud_computing
#talkpythontome #podcast #audio #nothabr
#technology #python #pycharm #python3 #python2 #software #programming #web #web_development #developer #ide #podcast #software_developer #training #course #online #online_course #data_science #nosql #mongodb #cloud_computing
The Real Python Podcast – Episode #96: Manipulating and Analyzing Audio in Python
#realpython #nothabr
#realpython #nothabr
Realpython
Episode #96: Manipulating and Analyzing Audio in Python – The Real Python Podcast
Would you like to experiment with analyzing or manipulating audio with Python? This week on the show, we have Braden Riggs from DolbyIO to discuss extracting audio features and Python libraries for reshaping audio. Braden shares techniques from his recent…
[Перевод] Нахождение длительности временных интервалов в Python
#habr #python
#блог_компании_ruvds_com #python #программирование #разработка #ruvds_перевод
#habr #python
#блог_компании_ruvds_com #python #программирование #разработка #ruvds_перевод
Хабр
Нахождение длительности временных интервалов в Python
Python-программисту, при работе со значениями, представляющими дату и время, часто нужно вычислять длительность временных интервалов. Из этого материала вы узнаете о том, как находить разницу между...
recovering from git mistakes w/ ORIG_HEAD (intermediate) anthony explains #392
#youtube #anthonywritescode #nothabr
#youtube #anthonywritescode #nothabr
YouTube
recovering from git mistakes w/ ORIG_HEAD (intermediate) anthony explains #392
today I show another technique for recovering from git mistakes by utilizing `ORIG_HEAD`. I also show a cool technique to use it to redo a commit
- fixing a mistake with reflog: https://youtu.be/R8R9_eT2law
- git rebase: https://youtu.be/hv8dhOEzQcM
- editing…
- fixing a mistake with reflog: https://youtu.be/R8R9_eT2law
- git rebase: https://youtu.be/hv8dhOEzQcM
- editing…
Forwarded from Питонические атаки
В Django совсем недавно приняли веру в единый стиль кода и автоматическое форматирование. Пулл-реквест получился царский — около двух тысяч изменённых файлов. Да, Django теперь использует Black!
Это хороший прецедент. Думаю, теперь все, кто не решался внедрить Black, должны серьезно посмотреть на него ещё раз. Не берусь предсказывать, но ожидаю волну внедрений этого инструмента в разные другие проекты.
https://github.com/django/django/pull/15387
#django
Это хороший прецедент. Думаю, теперь все, кто не решался внедрить Black, должны серьезно посмотреть на него ещё раз. Не берусь предсказывать, но ожидаю волну внедрений этого инструмента в разные другие проекты.
https://github.com/django/django/pull/15387
#django
GitHub
Refs #33476 -- Reformatted code with Black. by carltongibson · Pull Request #15387 · django/django
Mainly targeting coding-style.txt, but then spread to a few of the config files.
Not sure they're exactly how we want them?
Doesn't yet include the GitHub Action, which wouldn't pass u...
Not sure they're exactly how we want them?
Doesn't yet include the GitHub Action, which wouldn't pass u...
Webinar “Beginner Concurrency with asyncio” with Jeremy Schulman
#jetbrains #pycharm #nothabr
#async_await #asyncio #newsletter
#jetbrains #pycharm #nothabr
#async_await #asyncio #newsletter
The JetBrains Blog
Webinar "Beginner Concurrency with asyncio" with Jeremy Schulman | The PyCharm Blog
Interested in learning async Python using a real-world example? Concurrency can be hard. Getting started with asyncio may feel intimidating if you are starting off by reading the language reference do