Computer Science, asked by Anonymous, 10 months ago

how to learn python??


.......any easy way​

Answers

Answered by akhil9757
0

Answer:

This section was a bit tough as I didn’t had a clear understanding of OOP principles. I had used OOP in Java but still was not clear about the concept but eventually with some practice I was able to understand OOP in Python, the self keyword and the init method.

If you are a beginner then I would recommend you to focus on this section as it is widely used while making complex applications.

You might not understand a lot of things at first, but give things time to sink in and it will make sense.

Topic: Tkinter

Answered by Anonymous
2

Answer:

<body bgcolor= black><marquee direction="up"><font color=pink>

Learning

Before getting started, you may want to find out which IDEs and text editors are tailored to make Python editing easy, browse the list of introductory books, or look at code samples that you might find helpful.

There is a list of tutorials suitable for experienced programmers on the BeginnersGuide/Tutorials page. There is also a list of resources in other languages which might be useful if English is not your first language.

The online documentation is your first port of call for definitive information. There is a fairly brief tutorial that gives you basic information about the language and gets you started. You can follow this by looking at the library reference for a full description of Python's many libraries and the language reference for a complete (though somewhat dry) explanation of Python's syntax. If you are looking for common Python recipes and patterns, you can browse the ActiveState Python Cookbook

Similar questions