21st Century Learning and Teaching
586.7K views | +2 today
Follow
21st Century Learning and Teaching
Related articles to 21st Century Learning and Teaching as also tools...
Curated by Gust MEES
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tags: 'Coding', 'luxembourg'. Clear
Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Maker-Spaces, Coding | LCD1602-I2C | Tips 

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Maker-Spaces, Coding | LCD1602-I2C | Tips  | 21st Century Learning and Teaching | Scoop.it
LCD1602-I2C isn’t working.

Well, I made some searches on the internet and I found the right answer on a forum about this error, which says that one should scan the I2C Address of the device and replace the “lcd.init();” by “lcd.begin (0x3F,16,2);” whereby “0x3F” is the I2C Address of my LCD1602/I2C module. I scanned to find out the I2C Addess with this sketch, please check here:

https://playground.arduino.cc/Main/I2cScanner

 

Learn more / En savoir plus / Mehr erfahren:

 

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=I2C

 

Gust MEES's insight:
LCD1602-I2C isn’t working.

Well, I made some searches on the internet and I found the right answer on a forum about this error, which says that one should scan the I2C Address of the device and replace the “lcd.init();” by “lcd.begin (0x3F,16,2);” whereby “0x3F” is the I2C Address of my LCD1602/I2C module. I scanned to find out the I2C Addess with this sketch, please check here:

https://playground.arduino.cc/Main/I2cScanner

 

Learn more / En savoir plus / Mehr erfahren:

 

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=I2C

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

javl/image2cpp | image2cpp is a simple tool to change images into byte arrays to use with (monochrome) displays suchs as OLEDs | #Coding #Arduino #Maker #MakerED #MakerSpaces

javl/image2cpp | image2cpp is a simple tool to change images into byte arrays to use with (monochrome) displays suchs as OLEDs | #Coding #Arduino #Maker #MakerED #MakerSpaces | 21st Century Learning and Teaching | Scoop.it

image2cpp is a simple tool to change images into byte arrays to use with (monochrome) displays suchs as OLEDs, like those from Adafruit or Sparkfun.

 

While searching for a way to generate these arrays, I mostly found links to a piece of Windows software. Both the flakey results and the hassle of having to boot a virtual machine just to convert an image lead to me writing this pure html + javascript solution.

Alternatively you can also enter a byte array as input to turn it back into an image. This might be useful for debugging, or when you want to write the byte array yourself. I don't know.

Running the tool

You don't need any special dependencies / internet connection; all the necessary parts sit in a single .html file. So just open this index.html page in a (recent) browser to run the tool.

 

Or you can use the online version at:  

 

http://javl.github.io/image2cpp/

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

BTW: Above shown image is my "MAUSI", which was the "Mascot" for my Cyber-Security courses in Luxembourg EDUcation in 2003-2007. Those courses were mandatory for students up from 12 years old (7èmes).

 

Learn more about Cyber-Security in Luxembourg (Europe):

 

https://gustmees.wordpress.com/2017/11/22/luxembourg-and-cyber-security-how-did-it-start/

 

 

Gust MEES's insight:

image2cpp is a simple tool to change images into byte arrays to use with (monochrome) displays suchs as OLEDs, like those from Adafruit or Sparkfun.

 

While searching for a way to generate these arrays, I mostly found links to a piece of Windows software. Both the flakey results and the hassle of having to boot a virtual machine just to convert an image lead to me writing this pure html + javascript solution.

Alternatively you can also enter a byte array as input to turn it back into an image. This might be useful for debugging, or when you want to write the byte array yourself. I don't know.

Running the tool

You don't need any special dependencies / internet connection; all the necessary parts sit in a single .html file. So just open this index.html page in a (recent) browser to run the tool.

 

Or you can use the online version at:  

 

http://javl.github.io/image2cpp/

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

BTW: Above shown image is my "MAUSI", which was the "Mascot" for my Cyber-Security courses in Luxembourg EDUcation in 2003-2007. Those courses were mandatory for students up from 12 years old (7èmes).

 

Learn more about Cyber-Security in Luxembourg (Europe):

 

https://gustmees.wordpress.com/2017/11/22/luxembourg-and-cyber-security-how-did-it-start/

 

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO | Maker, MakerED, Coding | Part 1

First Steps with the Arduino-UNO | Maker, MakerED, Coding | Part 1 | 21st Century Learning and Teaching | Scoop.it

Unpacking the Starter-Kit . Unpacking my NEW Arduino-UNO Starter Kit, which I ordered at Conrad (English version), looks GREAT, quality stuff and well documented! Feeling HAPPY like a kid who got something NEW to play with it! Click here for the Conrad German version. I just finished reading the included projects book: the project codes (Coding) don’t look that difficult; should be easy to learn. The book is very well documented, fool proof! Let the adventure begin!

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/

 

https://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/

 

Gust MEES's insight:

Unpacking the Starter-Kit . Unpacking my NEW Arduino-UNO Starter Kit, which I ordered at Conrad (English version), looks GREAT, quality stuff and well documented! Feeling HAPPY like a kid who got something NEW to play with it! Click here for the Conrad German version. I just finished reading the included projects book: the project codes (Coding) don’t look that difficult; should be easy to learn. The book is very well documented, fool proof! Let the adventure begin!

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/

 

https://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Enfants et ados : il n’y a pas d’âge pour apprendre à programmer | Luxembourg | Coding | ICT | Digital Luxembourg

Enfants et ados : il n’y a pas d’âge pour apprendre à programmer | Luxembourg | Coding | ICT | Digital Luxembourg | 21st Century Learning and Teaching | Scoop.it
Au Luxembourg, les Code Clubs et le CoderDojo permettent à des jeunes de 7 à 18 ans de s’adonner au plaisir de la programmation.











En savoir plus / Learn more:



Gust MEES's insight:
Au Luxembourg, les Code Clubs et le CoderDojo permettent à des jeunes de 7 à 18 ans de s’adonner au plaisir de la programmation.






En savoir plus / Learn more:



Olivier Baggiano's curator insight, July 29, 2015 9:52 AM

it is never too late or too early to learn how to code. Most current students will need some knowledge of coding in their work life and it will give them an edge of those who don't. Having some knowledge certainly made my work life easier.

Rescooped by Gust MEES from Luxembourg (Europe)
Scoop.it!

Bee creative | MakerSpaces | Luxembourg | Digital4EDUcation | MakerED | Europe | eSkills

Bee creative | MakerSpaces | Luxembourg | Digital4EDUcation | MakerED | Europe | eSkills | 21st Century Learning and Teaching | Scoop.it

Un « makerspace » est un lieu de découverte mais surtout de création où les jeunes pourront créer leurs propres outils digitaux. Durant l’année scolaire 2015/16, trois « makerspace » verront le jour au Luxembourg.


Learn more:


https://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


Gust MEES's insight:

Un « makerspace » est un lieu de découverte mais surtout de création où les jeunes pourront créer leurs propres outils digitaux. Durant l’année scolaire 2015/16, trois « makerspace » verront le jour au Luxembourg.


Learn more:


https://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


Gust MEES's curator insight, May 22, 2015 11:21 AM

Un « makerspace » est un lieu de découverte mais surtout de création où les jeunes pourront créer leurs propres outils digitaux. Durant l’année scolaire 2015/16, trois « makerspace » verront le jour au Luxembourg.


Learn more:


https://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


Scooped by Gust MEES
Scoop.it!

Les élèves vont se former au codage informatique | Luxembourg | Coding | MakerSpaces | MakerED

Les élèves vont se former au codage informatique | Luxembourg | Coding | MakerSpaces | MakerED | 21st Century Learning and Teaching | Scoop.it
LUXEMBOURG - Une phase test doit être lancée en automne pour apprendre aux élèves à développer jeux et petites applications.


En savoir plus / Mehr erfahren:


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Digital+4+EDUcation


https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


https://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/



Gust MEES's insight:
LUXEMBOURG - Une phase test doit être lancée en automne pour apprendre aux élèves à développer jeux et petites applications.


En savoir plus / Mehr erfahren:


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Digital+4+EDUcation


https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


https://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/



Scooped by Gust MEES
Scoop.it!

International Women's Day in Luxembourg: Coding classes for mothers and daughters

International Women's Day in Luxembourg: Coding classes for mothers and daughters | 21st Century Learning and Teaching | Scoop.it
A Luxembourg mum is to offer an introductory coding class for mums and their daughters this spring to mark International Women's Day.


Learn more:


http://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=makerspace


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding


Gust MEES's insight:
A Luxembourg mum is to offer an introductory coding class for mums and their daughters this spring to mark International Women's Day.


Learn more:


http://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=makerspace


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding


No comment yet.
Scooped by Gust MEES
Scoop.it!

Apprendre à devenir acteur des TIC | Coding | MakerSpace | Luxembourg | Europe

Apprendre à devenir acteur des TIC | Coding | MakerSpace | Luxembourg | Europe | 21st Century Learning and Teaching | Scoop.it

Le concept Hack4Kids a été lancé par SMILE g.i.e. en collaboration avec le CodeClub et l’appui de CIRCL, le CERT national, ainsi que le ministère de l’Économie.  La mission est de promouvoir la programmation de manière ludique et de sensibiliser les enfants par rapport aux technologies de l'information, afin d'améliorer leur compréhension et leurs connaissances générales. Les enfants sont encadrés par des experts de la programmation et de l’informatique et les sessions se déroulent dans 3 langues : luxembourgeois, français et allemand. L’anglais peut également être utilisé, si nécessaire.
 
Pour s’enregistrer et plus d’information :


- www.hack4kids.lu


Learn more:


http://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=makerspace


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding





Gust MEES's insight:

Le concept Hack4Kids a été lancé par SMILE g.i.e. en collaboration avec le CodeClub et l’appui de CIRCL, le CERT national, ainsi que le ministère de l’Économie.  La mission est de promouvoir la programmation de manière ludique et de sensibiliser les enfants par rapport aux technologies de l'information, afin d'améliorer leur compréhension et leurs connaissances générales. Les enfants sont encadrés par des experts de la programmation et de l’informatique et les sessions se déroulent dans 3 langues : luxembourgeois, français et allemand. L’anglais peut également être utilisé, si nécessaire.
 
Pour s’enregistrer et plus d’information :


www.hack4kids.lu


Learn more:


http://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


No comment yet.
Scooped by Gust MEES
Scoop.it!

Coding, A NEW Trend In Education And A BIG Responsibility | MakerSpace | HackerSpace

Coding, A NEW Trend In Education And A BIG Responsibility | MakerSpace | HackerSpace | 21st Century Learning and Teaching | Scoop.it
. . Before Starting With Coding / Proactive THINKing! . . Before Starting With Coding WE MUST know first the IMPORTANCE and the big RESPONSIBILITY about ===> Coding <===! Responsibility while...


Learn more:


http://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


Gust MEES's insight:

Learn more:


http://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the #Arduino-UNO R3 | #Maker, #MakerED, #MakerSpaces, #Coding | #Badge with 2.8″ TFT Touch Screen with #SDCard | #LEARNingByDoing with #FUN

First Steps with the #Arduino-UNO R3 | #Maker, #MakerED, #MakerSpaces, #Coding | #Badge with 2.8″ TFT Touch Screen with #SDCard | #LEARNingByDoing with #FUN | 21st Century Learning and Teaching | Scoop.it

We were already playing around with a 2.8 inch TFT Display and SDCard recently in a previous tutorial <===> First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | 2.8″ TFT Touch Screen with SDCard <===> and we will create a badge. 

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

We were already playing around with a 2.8 inch TFT Display and SDCard recently in a previous tutorial <===> First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | 2.8″ TFT Touch Screen with SDCard <===> and we will create a badge. 

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Super Starter Kit UNO R3 Project | #LEARNingByDoing #Creativity #PracTICE 

First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Super Starter Kit UNO R3 Project | #LEARNingByDoing #Creativity #PracTICE  | 21st Century Learning and Teaching | Scoop.it

Super Starter Kit UNO R3 Project From Elegoo. In one of my previous blog posts I used Arduino-UNO Starter Kit, which I ordered at Conrad (English version) and I wasn't really impressed by the manual, it didn't satisfy to my expectations and needs. SO, I was looking around to find some distributors for a BETTER version...…

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/?s=arduino

 

Gust MEES's insight:

Super Starter Kit UNO R3 Project From Elegoo. In one of my previous blog posts I used Arduino-UNO Starter Kit, which I ordered at Conrad (English version) and I wasn't really impressed by the manual, it didn't satisfy to my expectations and needs. SO, I was looking around to find some distributors for a BETTER version...…

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/?s=arduino

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Makerfest at LTESCH in Luxembourg (Europe) | #MakerED

Makerfest at LTESCH in Luxembourg (Europe) | #MakerED | 21st Century Learning and Teaching | Scoop.it

Makerfest at LTESCH in Luxembourg (Europe) A <===> Makerfest <===> was organized at Lycée Technique ESCH/ALZETTE on 04-07-2017. Over 1.000 persons, apparently 2.000 expected, were present on the second Makerfest at LTESCH (Luxembourg), organized by BEECREATIVE, Service National de la Jeunesse, SCRIPT. Lots of different schools from around the country were present with their students (learners)…

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/2016/04/05/luxembourg-education-interviews-5-creativity-and-maker-spaces-beecreative/

 

Gust MEES's insight:

Makerfest at LTESCH in Luxembourg (Europe) A <===> Makerfest <===> was organized at Lycée Technique ESCH/ALZETTE on 04-07-2017. Over 1.000 persons, apparently 2.000 expected, were present on the second Makerfest at LTESCH (Luxembourg), organized by BEECREATIVE, Service National de la Jeunesse, SCRIPT. Lots of different schools from around the country were present with their students (learners)…

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/2016/04/05/luxembourg-education-interviews-5-creativity-and-maker-spaces-beecreative/

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Hack4Kids: La programmation, les enfants en raffolent | Luxembourg | Coding | eSkills

Hack4Kids: La programmation, les enfants en raffolent | Luxembourg | Coding | eSkills | 21st Century Learning and Teaching | Scoop.it
La quatrième Hack4kids a eu lieu le samedi 13 juin 2015 au centre culturel de Sandweiler et a réuni plus d’une centaine d’enfants âgés de 7 à 12 ans pour découvrir la programmation.


En savoir plus / Mehr erfahren / Learn more:


https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


https://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


Gust MEES's insight:
La quatrième Hack4kids a eu lieu le samedi 13 juin 2015 au centre culturel de Sandweiler et a réuni plus d’une centaine d’enfants âgés de 7 à 12 ans pour découvrir la programmation.


En savoir plus / Mehr erfahren / Learn more:


https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


https://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


No comment yet.
Scooped by Gust MEES
Scoop.it!

Succès de la troisième édition de Hack4Kids - ICTSpring Europe 2015 | Coding

Succès de la troisième édition de Hack4Kids - ICTSpring Europe 2015 | Coding | 21st Century Learning and Teaching | Scoop.it
Ce mercredi 20 mai avait lieu le troisième Hack4Kids au centre de conférence Kirchberg dans le cadre de l’ICTSpring Europe 2015.
Gust MEES's insight:

Ce mercredi 20 mai avait lieu le troisième Hack4Kids au centre de conférence Kirchberg dans le cadre de l’ICTSpring Europe 2015.


No comment yet.
Scooped by Gust MEES
Scoop.it!

The next generation ICT talents at ICT Spring Europe 2015 | Coding | eSkills | Luxembourg | Europe

The next generation ICT talents at ICT Spring Europe 2015 | Coding | eSkills | Luxembourg | Europe | 21st Century Learning and Teaching | Scoop.it
The Hack4Kids ICT Spring edition will take place on Wednesday May 20th, in the afternoon at the New Conference Center Kirchberg. The Hack4Kids concept was started by Security Made in Lëtzebuerg








Learn more:


https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding


Gust MEES's insight:
The Hack4Kids ICT Spring edition will take place on Wednesday May 20th, in the afternoon at the New Conference Center Kirchberg. The Hack4Kids concept was started by Security Made in Lëtzebuerg


Learn more:


https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding


No comment yet.
Rescooped by Gust MEES from Luxembourg (Europe)
Scoop.it!

Hack4Kids, graines de hackers ! | eSkills | eLeaderShip | Coding | Programming

Hack4Kids, graines de hackers ! | eSkills | eLeaderShip | Coding | Programming | 21st Century Learning and Teaching | Scoop.it
Hack4Kids vise à éveiller aux sciences informatiques et à l’entreprenariat les enfants de 7 à 12 ans. La V2 de l'événement se déroulera le 14


Learn more:


http://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=makerspace


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding


Gust MEES's insight:
Hack4Kids vise à éveiller aux sciences informatiques et à l’entreprenariat les enfants de 7 à 12 ans. La V2 de l'événement se déroulera le 14


Learn more:


http://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=makerspace


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding


Gust MEES's curator insight, December 10, 2014 5:04 PM
Hack4Kids vise à éveiller aux sciences informatiques et à l’entreprenariat les enfants de 7 à 12 ans. La V2 de l'événement se déroulera le 14


Learn more:


http://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://gustmees.wordpress.com/2014/08/20/maker-space-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=makerspace


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding


Les makers dans l'actu's curator insight, October 24, 2016 10:53 AM

EVENEMENTS

Evénement, innovation technologique et informatique pour les enfants :"Hack4Kids vise à éveiller aux sciences informatiques et à l’entreprenariat les enfants de 7 à 12 ans". 

Sources : www.itone.lu

Scooped by Gust MEES
Scoop.it!

Programmieren ist nicht nur was für Nerds | Coding | Luxembourg | Europe

Programmieren ist nicht nur was für Nerds | Coding | Luxembourg | Europe | 21st Century Learning and Teaching | Scoop.it
Hinterfragen statt nur konsumieren

„Programmieren ist heute deutlich einfacher als noch vor 20 Jahren“, sagt Clement, der einen Teil seiner Freizeit damit verbringt, andere Menschen vom Wahrheitsgehalt dieser Aussage zu überzeugen. Der IT-Techniker ist einer von rund 130 Mitarbeitern und Mitgliedern von The Impactory. Hinter dieser Bezeichnung verbirgt sich eine Non-Profit-Organsiation, die ihren Sitz in einem Hinterhof der Hauptstadt hat. The Impactory ist eine Plattform für kreative Menschen, die unter anderem dazu dient, Wissen zu teilen. Und zu diesem geteilten Wissen gehört auch die Kunst des Programmierens.


Deshalb bietet The Impactory in loser Reihenfolge Workshops an, die sich unter anderem mit Fragestellungen des Programmierens befassen. „Unsere Gesellschaft hat es sehr gut geschafft, Konsumenten zu erziehen“, sagt Clement. Während viele Eltern davon ausgingen, dass ihre Kinder aufgrund des hohen Computerkonsums Experten seien, beschränke sich deren Fachwissen oft nur auf die Nutzung von Textverarbeitungsprogrammen, Apps und You-Tube-Kanälen.


Learn more:


http://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding


Gust MEES's insight:

Deshalb bietet The Impactory in loser Reihenfolge Workshops an, die sich unter anderem mit Fragestellungen des Programmierens befassen. „Unsere Gesellschaft hat es sehr gut geschafft, Konsumenten zu erziehen“, sagt Clement. Während viele Eltern davon ausgingen, dass ihre Kinder aufgrund des hohen Computerkonsums Experten seien, beschränke sich deren Fachwissen oft nur auf die Nutzung von Textverarbeitungsprogrammen, Apps und You-Tube-Kanälen.


Learn more:


http://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/


http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Coding


No comment yet.