Распространенные антипаттерны Python, на которые стоит обратить внимание.
https://tvkoushik.medium.com/common-python-anti-patterns-to-watch-out-for-9271d13a3f8e
https://tvkoushik.medium.com/common-python-anti-patterns-to-watch-out-for-9271d13a3f8e
Medium
Common Python Anti-Patterns to watch out for
Anti-patterns which will make you more mindful while writing code.
👍13👎2😢1
🔥Не пропусти новости и качественные тексты из мира IT!
Подпишись на канал @Selectel, там каждую неделю:
▪️Говорим о новом железе и гаджетах.
▪️Делимся знаниями о дата-центрах.
▪️Рассказываем про языки программирования .
▪️Анонсируем вебинары про технологии и горячие тренды.
Переходи, чтобы получать контент одним из первых!
Подпишись на канал @Selectel, там каждую неделю:
▪️Говорим о новом железе и гаджетах.
▪️Делимся знаниями о дата-центрах.
▪️Рассказываем про языки программирования .
▪️Анонсируем вебинары про технологии и горячие тренды.
Переходи, чтобы получать контент одним из первых!
👍2
Обсуждение с Reddit: Какие рутинные задачи вы автоматизируете с помощью программ на Python?
https://proglib.io/w/d74bda89
https://proglib.io/w/d74bda89
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
👍2🔥1
🔥5👍4
Включение Julia в программы на Python.
https://www.peterbaumgartner.com/blog/incorporating-julia-into-python-programs/
https://www.peterbaumgartner.com/blog/incorporating-julia-into-python-programs/
Peterbaumgartner
Incorporating Julia Into Python Programs
Context: I’ve recently been experimenting with porting portions of a simulation codebase from python to Julia. Setting up a productive development environment, using the packages (PyJulia & PyCall) that allow for communicating between python and Julia, and…
👍4
Тестирование Python с помощью doctest.
https://www.blog.pythonlibrary.org/2014/03/17/python-testing-with-doctest/
https://www.blog.pythonlibrary.org/2014/03/17/python-testing-with-doctest/
Mouse Vs Python
Python Testing with doctest - Mouse Vs Python
Python includes a couple of modules for testing in its standard library: doctest and unittest. We will be looking at doctest in this article. The doctest
👍6🥰1