Крутое видео от Реймонда о том с чего начинались словари, как и к чему они пришли
#video #english #basics
https://www.youtube.com/watch?v=npw4s1QTmPg
#video #english #basics
https://www.youtube.com/watch?v=npw4s1QTmPg
YouTube
Raymond Hettinger Modern Python Dictionaries A confluence of a dozen great ideas PyCon 2017
"Speaker: Raymond Hettinger
Python's dictionaries are stunningly good. Over the years,
many great ideas have combined together to produce the
modern implementation in Python 3.6.
This fun talk uses pictures and little bits of pure python
code to explain…
Python's dictionaries are stunningly good. Over the years,
many great ideas have combined together to produce the
modern implementation in Python 3.6.
This fun talk uses pictures and little bits of pure python
code to explain…
О основных структурах данных в питоне, которые используются чаще всего
#video #english #basics
https://www.youtube.com/watch?v=lyDLAutA88s
#video #english #basics
https://www.youtube.com/watch?v=lyDLAutA88s
YouTube
David Beazley | Keynote: Built in Super Heroes
PyData Chicago 2016 00:00 Welcome!
00:10 Help us add time stamps or captions to this video! See the description for details.
Want to help add timestamps to our YouTube videos to help with discoverability? Find out more here: https://github.com/numfocus/…
00:10 Help us add time stamps or captions to this video! See the description for details.
Want to help add timestamps to our YouTube videos to help with discoverability? Find out more here: https://github.com/numfocus/…
Forwarded from Python Russian Chat
Введение в асинкио от самого Мигеля Гринберга
#video #english #asincio
https://www.youtube.com/watch?v=iG6fr81xHKA
#video #english #asincio
https://www.youtube.com/watch?v=iG6fr81xHKA
YouTube
Miguel Grinberg Asynchronous Python for the Complete Beginner PyCon 2017
"Speaker: Miguel Grinberg
With the introduction of the asyncio package in Python 3.4, you can hear lots of people talking about asynchronous programming, most in a favorable way, some not so much. In this talk, I will tell you what this async fever is about…
With the introduction of the asyncio package in Python 3.4, you can hear lots of people talking about asynchronous programming, most in a favorable way, some not so much. In this talk, I will tell you what this async fever is about…
Forwarded from Python Russian Chat
видео по асинку от одного из создателей оного
#video #english #asincio
https://www.youtube.com/watch?v=m28fiN9y_r8
#video #english #asincio
https://www.youtube.com/watch?v=m28fiN9y_r8
YouTube
Yury Selivanov - async/await in Python 3.5 and why it is awesome
Yury Selivanov - async/await in Python 3.5 and why it is awesome
[EuroPython 2016]
[21 July 2016]
[Bilbao, Euskadi, Spain]
(https://ep2016.europython.eu//conference/talks/asyncawait-in-python-35-an-why-it-is-awesome)
async/await is here, everybody can use…
[EuroPython 2016]
[21 July 2016]
[Bilbao, Euskadi, Spain]
(https://ep2016.europython.eu//conference/talks/asyncawait-in-python-35-an-why-it-is-awesome)
async/await is here, everybody can use…
Д.Бейдер - Чистый Python - 2018.pdf
6.9 MB
Автор: Дэн Бейдер
Год: 2018
Книга от Дэна Бейдера с трюками на питоне для тех, кто хоть емного знает основы
#book #basics
Год: 2018
Книга от Дэна Бейдера с трюками на питоне для тех, кто хоть емного знает основы
#book #basics
👍1
Slatkin_B_Effective_Python_90_Specific_Ways_to_Write_Better_Python.pdf
4.1 MB
Gorelick_M_,_Ozsvald_I_High_Performance_Python,_2nd_edition_2020.pdf
8.5 MB
testing_with_pytest.pdf
2.9 MB
О тестировании в целом и как его готовить на питоне в частности
#video #testing
https://www.youtube.com/watch?v=2-EBSIRs0H4
#video #testing
https://www.youtube.com/watch?v=2-EBSIRs0H4
YouTube
03. Тестирование – Зеленова Мария
Во время лекции поговорим о том, что такое тестирование ПО, какие бывают тесты и зачем их писать. Расскажем про библиотеки для тестирования Python-кода: unittest, pytest, doctest. Узнаем, чем они отличаются, и посмотрим на простые примеры тестов. Затронем…