Маккинни_У_Python_и_анализ_данных_Второе_издание_2020.pdf
6.8 MB
Персиваль_Г_Python_Разработка_на_основе_тестирования_2018.pdf
10 MB
Не официальная, но очень хорошая дока по селениуму в связке с питоном
#english #parsing
https://selenium-python.readthedocs.io
#english #parsing
https://selenium-python.readthedocs.io
Курс по основам питона от самого Дэвида Бизли
#english #tutorial
https://dabeaz-course.github.io/practical-python/
#english #tutorial
https://dabeaz-course.github.io/practical-python/
practical-python
Welcome!
Practical Python Programming (course by @dabeaz)
Рекомендации по улучшению кода от Реймонда
#video #english #optimization
https://speakerdeck.com/pyconslides/transforming-code-into-beautiful-idiomatic-python-by-raymond-hettinger-1
#video #english #optimization
https://speakerdeck.com/pyconslides/transforming-code-into-beautiful-idiomatic-python-by-raymond-hettinger-1
Speaker Deck
Transforming code into Beautiful, Idiomatic Python by Raymond Hettinger
Learn to take better advantage of Python's best features and improve existing code through a series of code transformations, "When you see this, do that…
Хорошее видео от Брендона о том что не все однозначно в нашем мире
#video #english #basics
https://www.youtube.com/watch?v=S0No2zSJmks
#video #english #basics
https://www.youtube.com/watch?v=S0No2zSJmks
YouTube
When Python Practices Go Wrong - Brandon Rhodes - code::dive 2019
*Abstract*
Just because a programming pattern or convention becomes popular doesn’t always mean it’s a good idea! Let’s dig into the consensus the Python community has built around what constitutes “Pythonic” code and look at the cases where the conventional…
Just because a programming pattern or convention becomes popular doesn’t always mean it’s a good idea! Let’s dig into the consensus the Python community has built around what constitutes “Pythonic” code and look at the cases where the conventional…
свежая статья о том как в питоне организовать перегрузку (overloading) методов
#english #basics
https://towardsdatascience.com/the-correct-way-to-overload-functions-in-python-b11b50ca7336
#english #basics
https://towardsdatascience.com/the-correct-way-to-overload-functions-in-python-b11b50ca7336
Medium
The Correct Way to Overload Functions in Python
Were you taught that function overloading isn't possible in Python? Here's how you can do it with generic functions and multiple dispatch!
