Python automation interview questions | python logs parsing | string operations | file operations

preview_player
Показать описание
#python #pythonprogramming #pythonforeveryone #pythonforbegginer #pythonautomation

In this video following topics discussed:
python logs parsing
python string operations
real log file example
python file operations
Python automation
string parsing
search for string
split the string
replace in string

Related videos:
Рекомендации по теме
Комментарии
Автор

great video! Minor note is that you don't need to call `log.close()` or `ip.close()` since you are using the `with` blocks.

thndesmondsaid