+ 1
What can i do with python?
hi...im learning python..i just started few days ago.and i have not learned any other programming language..this is my first time..i need to know what can i do with python..i heard about python can be used for web designing,softwear developing and other stuff..but i dont know anything about it..pls help..
3 Answers
+ 4
Python can develop Artificial Intelligence and create apps
+ 3
Python has a high scope in data science.
Python is versatile enough to satisfy any of your data analysis needs, whether just data mining, predictive analysis or neural network applications. Plus it allows for automatizing all the process, managing the big data processing flow and allows for easy multi-core and/or multi-node processing.
Start Python Today.
https://www.sololearn.com/learn/Python/2269/
+ 2
Since Python is a Turing-complete language, you can do anything with it. But there are things that are impractical (but not impossible, mind you) to do in Python, mainly anything that needs to directly talk to hardware or be extremely performant (though PyPy can help, and there's Cython too...)
But Python excels at data analysis (interactive or not), task automation, scripting, server side scripting, rapid application development, prototyping and numerical computations.
For these reasons it's the most popular language in academia and scientific research, and one of the most used languages for web development.



