Персиваль_Г_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!
Jaworski_M_,_Ziadé_T_Expert_Python_Programming,_4th_Edition_2021.pdf
7.9 MB
Место откуда стоит начать любому, желающему освоить Фласк
#english #flask
https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
#english #flask
https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
Miguelgrinberg
The Flask Mega-Tutorial, Part I: Hello, World!
You are reading the 2024 edition of the Flask Mega-Tutorial. The complete course is also available to order in e-book and paperback formats from Amazon. Thank you for your support!If you are looking…
