Programming

Hide the console in Python Selenium

Published at Dec. 1, 2020 ·  1 min read

Running Python Selenium causes the ChromeDriver console window to appear. In this article, I will …

[Python] Replace text in Excel cells

Published at Nov. 1, 2019 ·  2 min read

Replace strings in Excel cells with Python. It can be used to output a new file by replacing a part …