Top 10 TECHNOLOGY skills and popular lessons

Technology is around me everyday. Better understand it.
0 votes
1 lesson
Lesson created In 10-12 by Magnus Willner Doctor (8.3k)  

Read about variables here.

Here you can practice writing python code online and see the result. 
Write python code and test it online

fruits = ["apple""banana""cherry"]
for x in fruits:
  print(x)
  if x == "banana":
    break

Reed more

i = 1
while i < 6:
  print(i)
  i += 1

0 votes
1 lesson
Lesson created In 10-12 by Magnus Willner Doctor (8.3k)  
x += 3 means that the value of x is increased with 3. So if x was 4 previously, then it is 4+3, i.e 7 now. It is a shorter form than writing x = x+3 Many coding languages have = is used to set a value to a variable. But == is used for a comparison, e.g. in if(x == 3){ do something }
+1 vote
1 lesson
Lesson created In 10-12 by Magnus Willner Doctor (8.3k)  

Download the zip from: https://github.com/dwmkerr/spaceinvaders. Click Code, Download. Unzip it on your harddrive.
Get login-information to a ftp-server from your school and upload the files there, using e.g. Filezilla.
In a browser, enter the [url to the ftp-server]/spaceinvader/index.html
Read file js/spaceinvaders.js and see how input from keyboard is handled and control the starship in the coordinate system of the screen.
Take a backup copy of the file.
Comment out some things and edit some small things. Save, upload and see your own first changes to your new unique games.
When you are happy, celebrate and send the url to your friends!
Share images and screenshots in the comments below.

0 votes
1 lesson
Lesson created In 10-12 by Magnus Willner Doctor (8.3k)  
JavaScript Comments
Single line comments// Comment here
Multi line comments/* Comment here */
CSS Comments
Single line,Multi line/* Comment here */
HTML Comments
Single line,Multi line<!– Comment here –>
Python Comments
Single line,Multi line# Comment here
C# Comments
Single line comments// for single line comments
Multi line comments/* for multi line comments */
XML tags comments/// XML tags displayed in a code comment

To see more, click for all the skills in this category.

450 skills

636 lessons

22 comments

123k actions

GET SMARTER
Structured, top voted content for the most important skills.

QUIZ
Click a skill title to see all lessons. Complete a skill with a quiz or checkmark it manually.

1 SKILL A DAY
Gain knowledge and earn badges in just 10 minutes a day, delivered straight to your inbox. Get started

1 SKILL A DAY
Gain knowledge and earn badges in just 10 minutes a day, delivered straight to your inbox. Get started

ADD A TOURIST LANGUAGE
Try 30min for 7 days. We call the AI powered personal adaptive audio learning system ”Learn Asleep”.

DISCOUNT
All family members join and only one pay. Also school discounts. Activate here.




SKILLS AND LESSONS

Palo Alto, San Francisco, USA
Finland - Sweden - Belgium - South Africa



              





GET A POSTER


See the overview of skills and feel the control.
Scan qrcodes and fulfill your interests. Order here.








...