If you want to apply a minor tweak to the document, it must not take long to Analyze text log. This type of simple activity does not have to demand extra education or running through manuals to understand it. With the proper document modifying resource, you will not spend more time than is needed for such a swift edit. Use DocHub to simplify your modifying process regardless if you are a skilled user or if it is the first time making use of an online editor service. This tool will require minutes to learn to Analyze text log. The only thing needed to get more productive with editing is actually a DocHub profile.
A simple document editor like DocHub will help you optimize the time you need to spend on document modifying no matter your prior knowledge about this kind of tools. Make an account now and increase your efficiency instantly with DocHub!
Welcome back guys this is Vishu from SavageCamp and this is going to be another video on file reading and writing. So in your python script you will encounter times where you have to read a HTTP log file or a webpage or on an application file and extract some data out of it. So in the last video we learned how to write into files we also covered how to read a file. Now lets do something practical before reading any file I want to go over one method of list that we did not cover in the previous lectures which is the join method. So if I take a variable name is equal to. So if I do this if I print name, this is going to give me this long sentence so lets split name. and we will save it in a variable a so if I do a now, you will see a long list. what happens if I want to convert this list back into string. So what I will do is use the join method so the way to use a list join is you put. Two because strings are always denoted in between quotes. So well put this and lets do a spac