Re: [Tutor] How to create a structure from a Log file
Hi All , I think this format would be easy in a row and table format Date Time Message 1/21/2019 10:13:14.237 CET Method Entry. workDir=/tmp frameworkHome=/u01/app/oracle/product/12.2.0.1/dbhome_1 I was also thinking of pandas but not sure how to proceed . Thanks, On Sun, Mar 10, 2019 at 7:47 PM Bob Gailer wrote: > Thank you for showing us a sample of the log file. That is half the > battle. Would you now reformat a couple of the lines so that we can see how > you'd like to see them. > > It also may be the case that the advice given by others will be sufficient > to guide you > -- Asad Hasan +91 9582111698 ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] How to create a structure from a Log file
On Mar 11, 2019 2:53 AM, "Asad" wrote: > > Hi All , > >I think this format would be easy in a row and table format > > Date > Time > Message > 1/21/2019 > 10:13:14.237 CET > Method Entry. workDir=/tmp frameworkHome=/u01/app/oracle/product/ 12.2.0.1/dbhome_1 For me the easiest would be to create an HTML page and display it in the browser. You could start out with the table tag and then write each segment of the log file into the proper column and end with a closing table tag. I hope that's sufficient cuz I'm dictating this into my cell phone and don't particularly want to try to actually dictate HTML or type it on a cell phone keyboard. Excel is also a good idea and there are several python modules dedicated to creating Excel files. A Google search would reveal those. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
[Tutor] Question for tutoring page
Hi, What is the best way to create an artificial intelligence program using python - that could recognize a 3D object and then rank drawings of the object as to which are more accurate. It was suggested to us to use raspberry pi and python and perhaps tweak existing apps. Any help as to how to start this project and the best method would be greatly appreciated. Best, Diana Sent from my iPhone ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor