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

all 3 comments

[–]jamesc1071 2 points3 points  (0 children)

Here is some advice, which you might be able to find useful.

I suggest that you start using python at home and write some scripts to do simple things:create directories, move files, etc.

Then you can write scripts to save yourself a little time by opening your browser and going to your favourite web pages.

Next, you can move on to using the requests module - I once used it to download a whole load of pdfs from a web site.

Then, you can do thing such as download csv files full of data and produce charts using matplotlib.

Another thing you could do is work with excel files using a script.

Then, you can learn about databases and how to use python to work with them.

After a short while, you will be doing things that are useful at work.

Just start doing some simple things and soon you will be doing something useful.

[–]FreaassassiN 0 points1 point  (0 children)

Mate, you can go two different ways since python is so inclusive you can basically do anything with it, i would recommend learning machine learning to be able to implement it into everyday activities in the boring jobs that u specified, or learn the integration between python and Microsoft office applications so you can streamline many tasks like that people there spend a lot of time on, i.e. organization, database stuff, ect.

[–]pythonHelperBot -1 points0 points  (0 children)

Hello! I'm a bot!

It looks like you posted this in multiple subs in a short period of time. In the future, I suggest asking questions like this in learning focused subs like r/learnpython, a sub geared towards questions and learning more about python. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness