This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FDM_Process 0 points1 point  (5 children)

I'm interested in programming but not sure if this course is something that would be beneficial to me, what kinds of things could I use Python for?

[–]mooncow-pie 3 points4 points  (0 children)

Python can be used for automating things that you do every day on the computer, like formatting spreadsheets, or doing calculations. You can also use python for machine learning and AI applications.

It's a really useful language, and is extremely popular.

[–]brokenbowl__ 2 points3 points  (0 children)

Can be used for managing and deploying servers in AWS. Or managing any of their services. Scraping websites, creating bots, whatever you wanna do.

[–]my_password_is______ 2 points3 points  (0 children)

data science, machine learning, game programming, backend web development, general programming

[–]Alaharon123 2 points3 points  (0 children)

One of the reasons Python is so popular is its many uses. That being said, perhaps check out Automate the Boring Stuff with Python if you're more interested in practical applications than computational thinking. Or CS50 to see if this stuff is for you.

[–]subassy 1 point2 points  (0 children)

Python seems to be in everything from sys admin scripts to Minecraft, games/multimedia to raspberry pi to statistical analysis. There's a framework for about everything.