DEV Community

windows10net
windows10net

Posted on • Originally published at dev.to

How to get started with Python

I want to learn Python programming. But I don't know where to start...

Top comments (6)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

I love these two resources, but it will not get you into Anaconda.

(BTW, I am only OK with Python and Flask, but not necessarily most popular Python packages.)

Collapse
 
windows10net profile image
windows10net

Thanks to you!

Collapse
 
gillarohith profile image
Rohith Gilla

Hey👋
Rohith Gilla here, I know there will be million resources online and we will feel confused on which resource to choose and start with.

I won’t be mentioning any resources, but a plan for you.
One important thing which trust the most is if you are good at a language, picking up a new language would be easier. Because you can relate to the language you know and remember the syntax.
That being said, start knowing basic types, control statements, loops, functions and then dive into Oop with python.
Meanwhile in your journey try implementing hobby projects whenever it’s possible, like once you complete functions try making a hand cricket game in the console, or Rock Paper Scissors game with the console.

After getting a good grip on the basics, start working on a project which includes python and your fav thing. For example if you like web development, try django or flask.
If you like app development try kivy .
Into deep learning try fast.ai or keras
The list is enormous since the python community is really big an awesome 🙌
Hope this helps you
All the best
Gills

Collapse
 
windows10net profile image
windows10net

Very easy to understand, thanks for your sharing and guidance

Collapse
 
pspiagicw profile image
pspiagicw • Edited

The official python website has a tutorial. My best free guide should be that. YouTube has good python videos especially by freecodecamp.I personally started with the second one.

Collapse
 
windows10net profile image
windows10net

I really appreciate it!