Welcome to the MMOLEARN.COM

Build your first Dropshipping, Online Course, Affiliate, Blog, Business, Optin, etc, WEBSITE and make money with us. We offer over 10.000+ Wordpress Plugins & Themes which will let you build ANYTHING. Plus we have nice community which likes to gossip about building websites and making some money online! Its really easy to do when we have everything you need to BUILD anything you WANT. Hope you enjoy your stay and have a beautiful day with us!

or Register
gifd

What's the quickest way to pick up Python for automating tasks?

Newagen

Well-known member

Reputation: 30%
Joined
May 10, 2018
Messages
208
Reaction score
34
Points
57
I'm interested in learning Python for automation. For those who have done this, what resources or steps helped you the most? Any tips on how to learn quickly would be awesome. Thanks!
 

Kurobi

Well-known member

Reputation: 29%
Joined
Sep 11, 2020
Messages
217
Reaction score
22
Points
53
I'm interested in learning Python for automation. For those who have done this, what resources or steps helped you the most? Any tips on how to learn quickly would be awesome. Thanks!

Do you have any previous programming experience, or is Python your first language?
If Python isn’t your first language, the official tutorial should be enough to teach you Python and help you complete most tasks.
You can find it here: https://docs.python.org/3/tutorial/

If you need more help, I suggest this book:
It’s free to read online and also teaches useful automation tools.
 

AuthenticCoops

Active member

VIP MEMBER
Reputation: 27%
Joined
Aug 5, 2019
Messages
203
Reaction score
23
Points
40
First, you need to learn Python as a programming language. You should understand how it works, including things like variables, functions, data types, dictionaries, and more. Once you get the hang of that, you can start learning some libraries for automation and keep practicing. But I have to say, learning all of this takes a lot of time. It could take over a year to study and practice every day. Or, you could hire a freelancer to do it for you.
 

Missink

Well-known member

Reputation: 29%
Joined
Dec 8, 2021
Messages
210
Reaction score
31
Points
48
Start by learning the basics of Python on YouTube. There are tons of playlists available. Pick the one that you find easiest to understand.

Just follow along with the tutorials. You might not get everything at first, but that's okay. A lot of the ideas will make sense as you keep watching and practicing.

After that, try another Python core playlist, but this time choose one that’s popular and up-to-date (or you can rewatch the first playlist if it fits these criteria).

Next, check out some new tutorials on automation and practice them.

In about a month, you could be at an intermediate level.
 
Top Bottom