+ 2
How can i learn python
10 Answers
+ 1
đ
+ 7
I advice you to not only use SoloLearn: computers are way better and they offers you much more things
+ 4
thanx anwar
+ 4
Start with this website https://www.learnpython.org
It will give you nice introductory approach and you will learn every basic aspects of Python which will surely ease your way ahead.
Before you start learning Python or any programming language for that matter, you should have a certain goal in mind. You should question yourself âWhy exactly do I want to learn Python?â For example you might want to be a data scientist or you just want to design web apps or build APIs.
Here are a few basic concepts which you should be aware of:
1. Variables, Strings and accepting user input.
2. Control structure in python such as if-else statement.
3. Loops: For and while loops.
4. Functions and modules, built-in functions like Range.
5. Exception handling .
6. File handling.
Few important topics :
1. Object oriented programming. (Useful while using Python Framework like Django).
2. List, Tuples & Dictionaries. (Useful in data analysis).
3. List comprehension.
4. Map and filter.
5. Lambda functions.
6. Regular expressions
+ 4
Thanx Manish
+ 3
solelearn, w3schools, freeCodeCamp etc...
+ 3
Well, It's my pleasure priya
I am glad that you find it informative.
Happy Coding !
+ 2
thanx
+ 2
thanks for marking my ansa as best