top of page
Search

Python Scripts

  • Yash Patel
  • Sep 2, 2019
  • 1 min read

While working with TraceLink as a summer intern, I was introduced to writing python scripts. I've written three python scripts with the same essential function. The task is to take large files, up to 10 GB, and parse through the file and display certain lines or display number of errors that occurred. The other challenge than just parsing the files was to ensure fast performance times. Below is an example of one of the outputs for my script and how I improved performance.







 
 
 

Comments


©2019 by Yash Patel

bottom of page