Misharov Pro
Home
About
Blogroll
Archive
Tags
Home
Tags
python
Debugging system python scripts
August 30, 2022
· 2 min read
I faced with broken add-apt-repository on my KDE Neon after upgrading to Ubuntu 22.04
install_requires vs requirements.txt
January 30, 2021
· 2 min read
When I started working at Red Hat my first job was contribution to integration tests of one web application. The tests are written Python and the repository has both setup.py and requirements.txt. But why?
The best Python debugger
May 24, 2020
· 2 min read
Debugging is an essential part of programming. I guess you can agree with me that it takes significant amount of time. Using an appropriate tool can save your time and efforts.
Python retry!
May 12, 2020
· 4 min read
In programming it's quite often you need to wait for an action to complete or some service availability. There are many ways and tools which able to do that. I would like to tell about two python libraries I've worked with.