Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Catalin Cat
Catalin Cat
2,430 Points

Data interpretation using Python

Hey,

I am working as a system administrator and for automation purposes, I started learning python, finishing the beginner track. I am now facing a small issue as I am working on a script that will read a profile file (.txt file from OS) and based on it's findings, it will do certain actions. For example, let's say that in the profile.txt file I have: parameter_1 = X parameter_2 = Y

Was wondering if somebody can help by pointing me to a certain python library (or even better, if I can find such a course on Treehouse) which I can use in my script in order to interpret the parameter values found in the profile.txt file.

Thank you