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

What does a python developer do?

So I'm aware of web development, just curious as to what specifically a python developer does. Like you go to website what part would be python?

2 Answers

Robert Schaap
Robert Schaap
19,836 Points

I've just started learning it because we use it at my job as well. There it's mostly used for back-end things, data-manipulation. It's used extensively in fields where a lot of data needs to be crunched because it has good features for that, but it's also used in web development, just look into Django/Flask/Pyramid.

It's also one of the primary languages used in automation & devops, Ansible, for example, is written in Python. The Success Stories section on the official Python site is also pretty comprehensive.