Which is better C or Python?

Asked by Last Modified  

3 Answers

Learn Python

Follow 2
Answer

Please enter your answer

Python trainer believe in practical learning.

C and Python are both popular programming languages with their own strengths and weaknesses. C is a compiled language, while Python is an interpreted language. This means that C code is converted into machine code before it is executed, while Python code is interpreted line by line by the Python interpreter. C...
read more
C and Python are both popular programming languages with their own strengths and weaknesses. C is a compiled language, while Python is an interpreted language. This means that C code is converted into machine code before it is executed, while Python code is interpreted line by line by the Python interpreter. C is generally considered to be faster than Python, as compiled code can be executed more efficiently by the CPU. However, Python is easier to learn and use than C, as it has a simpler syntax and does not require manual memory management. C is often used for low-level programming tasks, such as writing operating systems and embedded systems software. Python is often used for high-level programming tasks, such as web development and data science. Ultimately, the best language for you depends on your specific needs. If you need a language that is fast and efficient, C is a good choice. If you need a language that is easy to learn and use, Python is a good choice. read less
Comments

IT Professional with 1+ year experience in software and 3+yr experience in teaching

According to me python is better as it provide many free packages to perform any sort of devlopment and its industry ready it also have frameworks like django ,flask , fastapi which can help build full stack applications and python also helpful in machine learning models making and designing algorithms...
read more
According to me python is better as it provide many free packages to perform any sort of devlopment and its industry ready it also have frameworks like django ,flask , fastapi which can help build full stack applications and python also helpful in machine learning models making and designing algorithms whereas c++ generally used by programers for fast execution and is used not so commonly used in market as compared to python. C++ us used for making games and stock market apps as they need faster execution. Python is easy to learn and is beginners friendly. read less
Comments

Sharing Knowledge gives Pleasure to Me

Python is Better but if you want to learn any computer languages C is basic. If learn C language u Can learn any language without much effort.
Comments

View 1 more Answers

Related Questions

which is beat among Rpa python Oracle In present situation , suggestion 

I would suggest you go for Python, as its one of the dominant language, you can do almost everything with Python. It's easy to learn and implement. I see lots of Job opportunity too.
K
Where is a good place to learn Python?
A good place to learn Python is your home,where else? If one is willing to learn, then he/she can start anywhere and what better place than home! Of course you need a good computer,Python Interpreter and...
Srikanth
My basic qualification is Diploma in Electrical and Electronics Engineering completed in the year 2010. I want to know whether Python is easy to learn since my knowledge is 0 in programming track?
Yes, Python is one of the easiest languages to learn, especially for someone who is new to programming. You do not need any qualification for it other than a willingness to learn. Python's popularity is...
Elavarasan
While teaching IT Student (MCA / BCA / BTech), I found most of the students are not having good programming skills but they are still running behind to learn .NET / PHP / PYTHON / ANDROID / JAVA. Why is it so? What we should do better to improve a sound programming skills among most of IT Students?
on college days they r learning c,c++ and following faculties are also giving a road map of "programming means" thease languages only , even these are the languages are familier , where you justify them...
Amit Kumar

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Datetime Module
#this examples demonstrate use of datetime module import datetimeob=datetime.datetime.now()print("-"*25)print(ob)print(ob.year)print(ob.month)print(ob.day)print(ob.hour)print(ob.minute)print(ob.second)str1=str(ob.hour)+':'+str(ob.minute)+':'+str(ob.second)print...

Learn Python : Formatting with the .format () method
A good way to format objects into your strings for print statements is with the string.format() method. The syntax is :'String here {} then also {}'.format('something1','something2')Example 1:print("This...
B

Biswanath Banerjee

0 1
0

Writing Simple programs in Python(cont.)
To start writing simple programs in Python, we have to know firstly the SW development process and then we also have to know a bit about the language in which we wish to code,in this case,python, to get...

DBMS - SQL - Any/All
All - Operator SELECT empno, sal FROM emp WHERE sal > ALL (1999, 2999, 3999); Output of Above query is same as below query SELECT empno, sal FROM emp WHERE sal > 1999 AND sal > 2999...
R

Radhe Shyam

0 0
0

Python : functional programming characteristics
Functions are first class (objects). That is, everything you can do with "data" can be done with functions themselves (such as passing a function to another function). Recursion is used as a primary...

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you