answersLogoWhite

0

Which programming language should I learn JavaScript or Python?

I am a beginner and want to learn a programming language. for me it is hard to make a design which I should learn? any recommendations and reasons which and why ?

User Avatar

Baby Step

Lvl 1
2y ago
Updated: 11/15/2022

Javascript is more easier, while Python is more complex. So, maybe you should try Javascript.

User Avatar

Draconis190

Lvl 4
2y ago

What else can I help you with?

Related Questions

Why does javascript uses prototype instead of classes for inheritance?

Oh,I think you should watch Doglus clockford about in javascript. He said that Javascript isMisunderstood Programming Language.


What programming language is antivirus written?

It should be written in C, C++ or Python.


If you want to write Programs for Windows what programming language should you learn first?

You can go knee deep and start learning the more difficult C++ or start by learning an easier one like Lua or Python. I have started learning C++ but have experience in Python, Javascript and Visual Basic which helps slightly.


How to build a e-wallet application Which programming language should I use?

If your goal is scalability, in general go for a staticly typed language like Java or C++. If you want an easy to learn language that's used everywhere try Python, or if you like more of a challenge and a different way of thinking try Ruby. In this day in age, Javascript is critical inside and outside web development.


You have zero programming experience which language should you learn first?

I would personally learn Python because it teaches you about all of the important information and techniques of programming but doesn't have the complexity of languages like C++. They teach Python in schools now because of its friendly and simple concepts.


How do you program games?

you learn how in schoolIf your school doesn't have a programming class, then you can independently learn to program. You should start with an easy programming language, like Ruby or Python. Or, if you don't want to learn a programming language, you can get Game Maker. Game Maker has a drag-and-drop interface and there is an optional programming language included that gives you more power over your games.


Compare and contrast java and javascript?

Java is a programming language most popularly used in sever client web applications. Java was developed by Sun Microsystems and is one of the most popular programming languages on the planet. Java can be used on websites and even to create games. Java is designed to be simple to the eyes in comparison to its equivalents. While, Javascript is a scripting language that is dynamic and weakly typed. Javascript is a language used to enhance user interface on web browsers. Javascript was developed by a complete different company known as Netscape communications corporation and also Mozilla Foundation. The two should no be confused! They are two different things, made by two different people to do two different tasks.


What is programming launguage?

A programming language is a language to communicate with the machine (computer). It can either high or low level programming language. A high level programming language is harder to understand by computers but easier by people. These include BASIC, C++, Java and etc. Low level programming languages are understandable by computers and people , like assembly and other system programing languages. Compilers/Linkers/Interpreters are needed to translate between programming language into machine language (binary code - 010001001 etc). If you want to learn programming language, first you should learn Basic or Python then goto C++ or Java. You can also learn C instead of C+++, your choice.


Which is the best programming language to learn for web development?

A difficult question to answer as most websites use different languages,to simply create online pages, you should definitely learn with these languages, in this order: HTML, CSS, and JavaScript.


What book should you use for learning Python 2.7?

I have done a little coding but I am a complete beginner to programming in Python. Can anybody recommend a book to teach me the basics? Thanks


Can you add Ajax requests in Ajax server page?

If you add javascript to the server page then it is possible. But it would be bad programming practise. Ideally the ajax requests should be on an external javascript file and that should be referenced by a client side page.


Should you learn any of the C languages first or should you learn Python first?

Knowing C (or indeed any other language) will make learning Python slightly easier but Python is an easy language to begin with. Therefore learn Python first. Also, it's best to learn C++ before learning C.