DEV Community

Discussion on: How to get started with Python

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