python-bp
python-bp copied to clipboard
Полезные ссылки
Форумы по Python: https://python-forum.io/ https://www.dreamincode.net/forums/forum/29-python/
Кроссворды по регулярным выражениям: https://regexcrossword.com/
Lua внутри python кода https://brmmm3.github.io/posts/2019/07/28/python_and_lua/ Представление рациональных чисел с помощью дробей https://realpython.com/python-fractions/
О различиях dict
и OrderedDict
:
https://stackoverflow.com/questions/69723468/is-the-key-order-the-same-for-ordereddict-and-dict
Неравенства и сопоставления шаблонов в Python 3.10
https://stackoverflow.com/questions/69710333/is-there-a-way-to-match-inequalities-in-python-%E2%89%A5-3-10
Интервью с разработчиками Python (ядро и библиотеки) https://www.blog.pythonlibrary.org/2021/11/01/pydev-of-the-week-tzu-ping-chung/ https://www.blog.pythonlibrary.org/
Интереснейшая реализация инфиксных операторов в Python через перегрузку правых и левых операторов https://code.activestate.com/recipes/384122-infix-operators/