Python Forum

Full Version: What is the bestway to learn Python?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the best way to learn Python?
=====================================

Thanks for looking into my thread.

I downloaded Eclipse & PyDev to learn Python. I am facing some challenges.

Is it the right place to post questions for Eclipse & PyDev?

What are the resources for learning Python using Eclipse/PyDev available ?

I did search on google, I did not find many with Eclipse oriented.

Are there any Tutorial/Videos/Cook Books?

Thanks for your guidance.

Thanks for guidance.
https://www.pydev.org/manual_101_root.html
As for python itself, if this is your first language, start with python for kids. It's a good basic book that doesn't cost much and will get you going quickly. From there start thinking about what you want to do in python and see how others are doing similar stuff.
read books and write code, make many mistakes, experiment, find an aspect you love for example GUI(graphic user interface), web scraping, AI, data modeling, electronics gpio(general input output), game development, robotics, or any other aspect and dive in.
Get the python basics- data types, built ins, oop, for loops, modules down first.
The water is warm-