[Tutor] New to Python Programming Language.

Alan Gauld alan.gauld at yahoo.co.uk
Sat Oct 30 09:16:40 EDT 2021


On 30/10/2021 14:03, Kaushal Shriyan wrote:
> I am new to Python programming language without any programming experience.
> 

Hello and welcome.

> Please guide and suggest me to start learning it. 

There are many Python tutorials available many of which are aimed at
complete beginners like yourself.
There is a page listing them on the python web site:

https://wiki.python.org/moin/BeginnersGuide/NonProgrammers

It includes my tutorial(see .sig below)  which uses a comparative
approach and emphasises learning general programming techniques
rather that Python specific idioms.

But there are many others all with their own slant. Take a look,
pick one that suits your style of learning.

Do the examples, modify them, see if the changes produce the
results you expect.

If you don't understand anything, or can't get something to
work come back here and ask for help.

Always include your code and any error messages you get.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list