Курс по основам питона от самого Дэвида Бизли
#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…
Кратко и по делу о логировании в питоне
#english #basics #logs
https://blog.urbanpiper.com/understanding-python-logging-library/
#english #basics #logs
https://blog.urbanpiper.com/understanding-python-logging-library/
Хорошее объяснение важности аннотаций типов со свежего американского PyCon
#video #english #annotations
https://www.youtube.com/watch?v=Lj_9TyT3V98
#video #english #annotations
https://www.youtube.com/watch?v=Lj_9TyT3V98
YouTube
TALK / Maggie Moss / Gradual Typing in Practice
Type coverage in Python improves readability, finds bugs and supports tooling to improve security and improve developer efficiency. However, driving for type adoption on a rapidly changing codebase under active development can pose several challenges. This…
короткое, но полезное видео со свежего американского пикона про дескрипторы и как питон получает self в методах объекта.
#video #english #OOP
https://www.youtube.com/watch?v=ANLjBsWHshc
#video #english #OOP
https://www.youtube.com/watch?v=ANLjBsWHshc
YouTube
TALK / Sebastiaan Zeeff / The magic of "self": How Python inserts "self" into methods.
A phrase that I hear a lot is "Python is easy to learn, but hard to master". In a way that's true: Python is easy to learn because its high level of abstraction allows you to focus on the business logic of what you're trying to do instead of the lower-level…
