R
R
rinaz222019-12-25 11:26:42
Programming languages
rinaz22, 2019-12-25 11:26:42

What programming language can be more or less learned in 1-2 months?

Hello! I have been doing web programming for more than 2 years and I know php, js, css, html.
But the time has come for graduation theses and they said that the sites are not suitable. So I began to think about which PL would be the best option for me. You can make software for PC or for mobile (for mobile, themes are 3-4 pcs).
I heard somewhere that you can write a mob in JS. applications, but he himself did not find anything about it (maybe he was looking badly).
What language would you advise me so that in 1-2 months I could write at least something?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
D
dollar, 2019-12-25
@dollar

Lua learns in 15 minutes , and is very similar to JavaScript, only much easier.
There are many online sandboxes to explore. Examples:
https://www.lua.org/demo.html
https://www.tutorialspoint.com/execute_lua_online.php
Full applications and games can be written. True, you will need a wrapper in the form of some kind of engine, but you can just use it, and not go into the code.
The popularity is growing every year, because Lua is positioned as perhaps the easiest language, which at the same time is quite powerful in terms of features. If it weren't so much slower than compiled languages, it would be the perfect choice for any open source software, in my opinion. In the meantime, in serious development, where optimization is important, the same JS overtakes it in preference.
By the way, it is worth mentioning Python , but it is more complicated. He really needs to be taught.
Well, it all depends on what kind of diploma. If speed is critical there, then you will have to look towards C \ C ++ and other fast languages.

R
Robur, 2019-12-25
@Robur

about the time has come for graduation theses and they said that the sites are not suitable. So I began to think about which PL would be the best option for me. You can make software for PC or for mobile (for mobile, themes are 3-4 pcs).

You were also told that the sites are not suitable and not the language.
The easiest option is to take an electron and write a desktop application on it. You don’t need to spend 1-2 months, go into it somewhere in a day and build something.

D
DimaIs, 2019-12-25
@DimaIs

For applications - PWA or Electron.js
It also depends on whether you have worked with typed languages ​​and what topic the thesis might have. Why the app?

B
beduin01, 2019-12-25
@beduin01

Dart learns, depending on the initial level, either in a couple of evenings or in a couple of weeks.

L
Lone Ice, 2019-12-25
@daemonhk

1. Sawing a web application on html/css/js
2. Taking/putting data into localStorage
3. Downloading Android Studio
4. A bit of Java magic
...
x. PROFIT!!!

D
devalone, 2019-12-25
@devalone

In general, you can learn Go in a few evenings

A
Alexander Skusnov, 2019-12-25
@AlexSku

And there are such books: "C in 21 days", "C ++ in 21 days" (several authors)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question