+ 18
How can I master python programming language and what are it's applications??
23 ответов
+ 13
Python is generally use for app Dev and artificial intelligence machine learning ,hacking,etc.
Many apps like insta and YouTube are made from python
+ 8
Here are some applications of python:
https://www.google.com/amp/s/data-flair.training/blogs/python-applications/amp/
+ 8
Free books from Packt:
https://www.packtpub.com/free-ebooks/learning-JUMP_LINK__&&__python__&&__JUMP_LINK
+ 8
You master coding generally by coding.
And also coding requires dedication and time, and also consistency is key
+ 6
Answering your second question "What are the applications of python porgramming".
Web development,
Artificial Intelligence,
Data Science,
Web scraping,
Data filtering,
Automation.
These are some applications of python programming.
+ 5
Data science and machine learning are some popular applications.
+ 4
Happy codeing
+ 4
you can put a function in a function
+ 4
or you can take a function lika an argument
+ 3
If you have master in Coding then you can easily do your job in Python Programming.Get detailed information here: http://pythonandmltrainingcourses.com/courses/best-python-training-in-noida/
+ 3
It takes years and years to master a programming language. Start by doing simple stuff and grow with your skills.
+ 3
Python is scripting language, so...
*user level
*run-time testing
*AI
*web
*big data
*hacking
etc.
Seems an excellent choice cause is the most demanded in the commercial field and there are many libraries and material.
Compatibility and portability granted, last techs supported..
All I know.
Easy to learn, understand and implement too.
+ 3
Python is the most demanding language of the era.
Major application of python are in the field of
Artificial intelligence
Deep learning
Machine learning
Internet of things
Major tech-giants like Google youtube are promoting python .
+ 2
for example
def func1():
print(1)
def func2():
func1
print(2)
+ 2
If you are good in maths (Statistics) I would suggest you to go for Data Science.
Try to learn learn these libraries.
Numpy
Matplotlib
Panda
these three libraries are basic tools for Data scientists.
+ 2
There’s a Udemy course on real world python applications.
+ 2
Waleed Ahmed actually if you are good in maths, don't go for Data Science :D
Data scientists have a bad reputation under mathematicians. Their work is mostly "plugging together loose wires and see what happens". Cite from a mathematician.
+ 1
i know python is preety difficul but dont make problemes you will learn it is very usefull googl is using python, nasa is using python, you can do very much things with it
+ 1
I've assembled a list of helpful Python 3 resources at:
https://github.com/stephenh67/python-resources-2019
+ 1
just start learning and code by yourself; little lines of code.
Then make a small project for yourself, and solve it with python.
Then, you will automatically be addicted to python :)