Skip to main content
4 answers
4
Asked 333 views

What is Python?

i like to do python course

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

4

4 answers


0
Updated
Share a link to this answer
Share a link to this answer

Allan’s Answer

When someone says they want to learn Python, I suggest they start by finding a problem they want to solve. This could be organizing your files, creating a personal finance tracker, or making a simple text-based game. Then, as you learn Python, pay attention to the parts of the language that can help with your project. This approach keeps your learning focused and exciting. Good luck!
0
0
Updated
Share a link to this answer
Share a link to this answer

Jo Ann H.’s Answer

Hi, yes, you should definitely pursue the course and training, if possible. Python is a very popular programming language, and its popularity continues to grow. It consistently ranks among the most popular languages, and is frequently cited as a top choice among developers and sought after by some of the major technology companies.
0
0
Updated
Share a link to this answer
Share a link to this answer

Karin’s Answer

Hi Aadiguru,

Python is a programming language. It's considered easy to learn and a good start into coding. Python is one of the required languages if you want to go into Data Science.

Most of the online education outlets like Coursera, Udacity, Udemy, CodeCamp, FreeCodeCamp, datascience360 as well as YouTube have courses for Python.

I hope this helps! All the best to you!

KP
0
0
Updated
Share a link to this answer
Share a link to this answer

Aliyan’s Answer

Hello Aadiguru!

In simple words, just like humans need a common language to communicate and share ideas, we also need a language to communicate with computers. If we want a computer to do something for us, we have to give it instructions, and we do that using something called programming languages.

There are hundreds of programming languages out there, and Python is one of the most popular. What makes Python great, especially for beginners, is that its syntax (the way it's written) is very close to English. That makes it easier to understand and write.

Python is widely used in fields like Artificial Intelligence, Data Science, Data Analysis, Software Development, and Automation.

Here's a super simple Python program you can try out in any online Python interpreter (translator):

print("Hello World!")

Run that, and you’ll see how easy it is to start.

Have a great day!
0