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 trialBrenda Darden Wilkerson
1,581 PointsHow often is python used in industry? How much will I need to know in order to get a decent job?
Interested in feedback.
1 Answer
Ricky Catron
13,023 PointsI will take a shot at this one. In the industry I have seen python used in a variety of ways from back-end programming using Flask or Django to automated testing to phone apps using Kivy to scientific computing. It is also used as a general scripting language to enable people to automate their daily task, speed up their workflow, and quickly build proofs of concept.
It is a easy to learn and quick to develop general purpose language so most people can find a way to use it in any programming job.
As to how much you need to know before getting a job it depends on what you want to do with it. If you want to be a back-end python developer you should have a portfolio of websites you have built with it using various frameworks and technology. The same goes for phone apps with Kivy, build a portfolio of released apps. I don't know as much about automated testing or scientific computing but I assume you will need knowledge in a few different fields other then just python to be successful here.
--Ricky
Matthew Rigdon
8,223 PointsMatthew Rigdon
8,223 PointsI am interested in this response as well. Also, what is Python typically used for? Back-end web programming?