+ 5
Can you remember that moment, when you successfully run your first code?
6 Réponses
+ 7
5 years ago in Java 😂 "Hello world"
+ 5
I wrote my first code nearly 20 years ago in VB, so I don't specifically remember, but yesterday I received my first Raspberry-pi and wrote some python to turn on an LED. That was amazing, the first time I've written code that did something outside of a computer.
My wife wasn't nearly as impressed as I was.
+ 4
why always we every program start with "hello world" ????
+ 3
For sure... Felt awesome as hell when it finally ran (still does 😉)
+ 2
My first code which ran may be simple, but it is the gateway to all programming languages. Here it is (in pseudocode):
print("Hello World!");
From that point onwards, there was no turning back.
0
I made a password generator in Python as my first program ever :)
P.S I didn't initially learn Python from Sololearn