Discuss Scratch

gosoccerboy5
Scratcher
1000+ posts

js or python

uwv wrote:

Javascript has played us for absolute fools
snip
I hope that's sarcastic

uwv
Scratcher
1000+ posts

js or python

gosoccerboy5 wrote:

uwv wrote:

Javascript has played us for absolute fools
snip
I hope that's sarcastic
it is not

i use arch linux (btw) with the linux zen kernel and enjoy writing silly things in silly languages using silly frameworks
gdpr5b78aa4361827f5c2a08d700
Scratcher
1000+ posts

js or python

uwv wrote:

gosoccerboy5 wrote:

uwv wrote:

Javascript has played us for absolute fools
snip
I hope that's sarcastic
it is not
see told u js bad

potatophant on another topic wrote:

js bad
9gr
Scratcher
1000+ posts

js or python



nodejs python MAD (Michigan Algorithm Decoder)
wait theres a programming language called mad lol

Last edited by 9gr (March 5, 2021 14:34:23)

-Digital_Designer-
New to Scratch
2 posts

js or python

JavaScript is used for web development, Python is used for games, software, and other things.

To be a programmer you need to use something like:
C, C# or C++
Python

To be a web developer you need to use:
HTML
CSS
JavaScript

 <‍(‍ :: #ff0000) (‍ :: #ffa500) (‍ :: #ffff00) (‍ :: ##00ff00) (‍ :: #00b5ff) (‍ :: #4b0082) (‍ :: #800080)‍ :: events> 
Pufferfish_Test
Scratcher
500+ posts

js or python

uwv wrote:

Pufferfish_Test wrote:

although python has a package for everything
npm go brrrr
npm isn't that great and python has better built in libraries than js

potatophant wrote:

Maximouse wrote:

gosoccerboy5 wrote:

Would javascript be a better language if it weren't for old browsers and scripts forcing backwards compatibility?
Possibly, but in this case it would probably removed and replaced with something new.
Notably WebAssembly
Atm wasm still needs js to run in the browser/in node/deno, and it needs to be compiled, which I don't really think is where development is going these days. Also the point of wasm is that it's sandboxed so I doubt we'll get any form of i/o or dom within the near future (next 5-10 years probably). Feel free to prove me wrong when we get a fully unsandboxed standalone wasm environment with dom and i/o that requires no build steps in 3 years.

-Digital_Designer- wrote:

JavaScript is used for web development, Python is used for games, software, and other things.

To be a programmer you need to use something like:
C, C# or C++
Python

To be a web developer you need to use:
HTML
CSS
JavaScript
Javascript is still a programming language, therefore you can be a programmer using js - especially as you can use node or deno server side.
That's kind of offensive saying that js programmers aren't proper programmers
Also many other things can be used for web development, including php and webassembly.

This is my signature, and appears below eeevvvveeerrrryyy post I write
Try out Ocular



Good evening. I am a gerbil. Are you a gerbil? I know I am. Gerbils are possibly the most important beings in the universe; they are super intelligent and they eat carrots so we don't have to.
If you are reading this, you're probably thinking one of 3 things:
  1. This dude's not a gerbil, he's a pufferfish/human/bison/whatever other organism/inanimate object you mistakenly believe I am.
  2. Why am I reading this????????
  3. I'm hungry
The first one is INCORRECT, and I'm going to have to ask you not to spread that false rumour.
The second one is a valid question, and one that has no satisfactory answer other than that you're really ,really, really bored.
As for the 3rd one - so am I. You're not alone.
Maximouse
Scratcher
1000+ posts

js or python

Pufferfish_Test wrote:

Also many other things can be used for web development, including php and webassembly.
And Python. Almost any programming language can be used for server-side development.


This is Maximouse's signature. Learn more about signatures.
gdpr5b78aa4361827f5c2a08d700
Scratcher
1000+ posts

js or python

-Digital_Designer- wrote:

JavaScript is used for web development, Python is used for games, software, and other things.

To be a programmer you need to use something like:
C, C# or C++
Python

To be a web developer you need to use:
HTML
CSS
JavaScript
Python?
Games?
not realy
Pufferfish_Test
Scratcher
500+ posts

js or python

Maximouse wrote:

Pufferfish_Test wrote:

Also many other things can be used for web development, including php and webassembly.
And Python. Almost any programming language can be used for server-side development.
I meant client side web development… but that's very true
It's a shame that the days of java applets in tge browser are gone… then I would have said that java was the best out of python and js
before es6 js was bad
In fact I'd still say that java's one of the best programming languages out there
But that is not the point of this thread so I'll stop discussing java

This is my signature, and appears below eeevvvveeerrrryyy post I write
Try out Ocular



Good evening. I am a gerbil. Are you a gerbil? I know I am. Gerbils are possibly the most important beings in the universe; they are super intelligent and they eat carrots so we don't have to.
If you are reading this, you're probably thinking one of 3 things:
  1. This dude's not a gerbil, he's a pufferfish/human/bison/whatever other organism/inanimate object you mistakenly believe I am.
  2. Why am I reading this????????
  3. I'm hungry
The first one is INCORRECT, and I'm going to have to ask you not to spread that false rumour.
The second one is a valid question, and one that has no satisfactory answer other than that you're really ,really, really bored.
As for the 3rd one - so am I. You're not alone.
Maximouse
Scratcher
1000+ posts

js or python

potatophant wrote:

Python?
Games?
not realy
There are games written in Python, but the engine itself is typically written in C, otherwise it would be too slow.


This is Maximouse's signature. Learn more about signatures.
9gr
Scratcher
1000+ posts

js or python

To be honest, I prefer javascript over python.
because I am more proficient in lua and javascript can be used client and server side, just like lua

potatophant wrote:

-Digital_Designer- wrote:

JavaScript is used for web development, Python is used for games, software, and other things.

To be a programmer you need to use something like:
C, C# or C++
Python

To be a web developer you need to use:
HTML
CSS
JavaScript
Python?
Games?
not realy
true

-Digital_Designer- wrote:

JavaScript is used for web development, Python is used for games, software, and other things.

To be a programmer you need to use something like:
C, C# or C++
Python

To be a web developer you need to use:
HTML
CSS
JavaScript
Javascript is a programming language.

Last edited by 9gr (March 6, 2021 13:30:04)

Maximouse
Scratcher
1000+ posts

js or python

9gr wrote:

javascript can be used client and server side, just like lua
Python can also be used client and server side.


This is Maximouse's signature. Learn more about signatures.
9gr
Scratcher
1000+ posts

js or python

Maximouse wrote:

9gr wrote:

javascript can be used client and server side, just like lua
Python can also be used client and server side.
But python is colons and uses import stuff, it just doesn't look right
Maximouse
Scratcher
1000+ posts

js or python

9gr wrote:

Maximouse wrote:

9gr wrote:

javascript can be used client and server side, just like lua
Python can also be used client and server side.
But python is colons and uses import stuff, it just doesn't look right
Modern JavaScript also uses import.


This is Maximouse's signature. Learn more about signatures.
9gr
Scratcher
1000+ posts

js or python

Maximouse wrote:

9gr wrote:

Maximouse wrote:

9gr wrote:

javascript can be used client and server side, just like lua
Python can also be used client and server side.
But python is colons and uses import stuff, it just doesn't look right
Modern JavaScript also uses import.
But i normally don't use that in javascript for libraries. I just use npm for nodejs
rip I ran out of reasons
ninjaMAR
Scratcher
1000+ posts

js or python

9gr wrote:

Maximouse wrote:

9gr wrote:

javascript can be used client and server side, just like lua
Python can also be used client and server side.
But python is colons and uses import stuff, it just doesn't look right
JS uses brackets
9gr
Scratcher
1000+ posts

js or python

ninjaMAR wrote:

9gr wrote:

Maximouse wrote:

9gr wrote:

javascript can be used client and server side, just like lua
Python can also be used client and server side.
But python is colons and uses import stuff, it just doesn't look right
JS uses brackets
It looks better to me
gosoccerboy5
Scratcher
1000+ posts

js or python

ninjaMAR wrote:

JS uses brackets
Personally, brackets look more structured and solid to me, instead of depending on whitespace for your program to run properly.
Imagine minifying a python program.

Maximouse
Scratcher
1000+ posts

js or python

9gr wrote:

But i normally don't use that in javascript for libraries. I just use npm for nodejs
rip I ran out of reasons
How do you use npm packages without import?

gosoccerboy5 wrote:

Personally, brackets look more structured and solid to me, instead of depending on whitespace for your program to run properly.
Whitespace is a more visual way to indicate nesting.

gosoccerboy5 wrote:

Imagine minifying a python program.
There is no reason to do that because you can use bytecode.


This is Maximouse's signature. Learn more about signatures.
Rendangbike2
Scratcher
1000+ posts

js or python

while True:
 print("Python is the best!") 
while (true){
console.log("or is JS the best?")};
I'm biased towards Python but….
Python is MUCH EASIER THAN JS. print is much more understandable than console.log, I mean….. eurghhh.

Last edited by Rendangbike2 (March 6, 2021 16:07:15)





Powered by DjangoBB