POLL: What is better? Python or C++

Ah, I know c++, kinda, not like amazingly but python is what I usually use :smiley:

1 Like

Is cpp used in web development? Never heard that before. (Wrong reply)

2 Likes

it’s … possible, but you need to get 3rd party packages installed… manually. Because there is no built in installer like python or javascript (pip/npm respectively). You’d be surprised since python/c++ have the same basic utils and it will therefore be possible to basic ally do anything in python/javascript in c++.

For example, there are requests in c++ since that is essentially hardware where you can connect bytes to a server or something. And flask, God knows how it works, but I’m sure it’s possible in c++

3 Likes

Nope, its software. I create custom languages (NBAS) and Esolangs using it. You can find my work on User:Earthrulerr - Esolang (Esolangs wiki)

I use HTML, CSS, TailwindCSS, to make websites.

4 Likes

Makes sense, becoz I was thinking cpp and css combo seems weird

1 Like

Ik python is too powerful, it can be used anywhere and it’s even famous everywhere

3 Likes

ikr, but most of the time, if you want performances on the scale of large networking video games you’ll need something faster (c++ and to a smaller extent java)

2 Likes

Recently I have been focusing more on CSS and C++ is my favorite language. I would like to learn/am learning Python, C, Swift (which I hate lol)

2 Likes

I’ve almost never heard someone wanting to learn C

2 Likes

Yeah I really just want to learn it because I know C++, I have never even seen a C Repl or Repo or anywhere.

3 Likes

Yep java is popular too

2 Likes

Yeah but a lot of people also hate Java, PuBlic StaTic MaIn VoId iNt

3 Likes

um you don’t really need to c++ is literally c with classes, if you know c++ you know c

1 Like

I havnt tested it yet, I will do it eventually and I am sure I could.

2 Likes

I know Java is l o n g, but it’s a widely used language and the most taught due to APs. In addition, many well known applications such as the most popular “version”(idk) of Minecraft are coded in it and are able to handle lag… ish

3 Likes

YEah kinda, it’s more like you know too much and you just can’t do things you could in c++, for example, iostream is not there :sob:

2 Likes

Python on top :stuck_out_tongue:
Easy to learn, and understand, launch apps quickly, good for data-science and numbers, and just fun to use lol.

3 Likes

Yeah, thats the issue for me. I havnt seen C so I dont know if I should always add my headers, do int main(), etc.

2 Likes

yeah int main still exists… to my knowledge, but you’re normal header will not work unless they are .h files

1 Like

Yeah, I never learnt java fully but when i started to It still took me time to realize that logging command itself was a long long line with two versions.

  1. system.out.print
  2. system.out.println
2 Likes