Editing Coding101

From Chaosdorf Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 23: Line 23:


ansonsten:
ansonsten:
* [https://vhs.duesseldorf.de/vhs/allgemeinundberuflich0/computer-und-internet.html?kathaupt=1&katid=843&katvaterid=202&katname=Programmieren+fuer+Einsteiger VHS Düsseldorf - Programmieren Für Einsteiger]<br />
* [https://www.duesseldorf.de/vhs/webbasys/webbasys/index.php?kathaupt=1&katid=843&katvaterid=202&katname=Fuer+Einsteiger VHS Düsseldorf - Programmieren Für Einsteiger]
* [https://www.duesseldorf.de/vhs/webbasys/webbasys/index.php?kathaupt=11&knr=L366004&kursname=Allgemeine+Grundlagen+der+Programmierung&katid=843 VHS Düsseldorf - Allgemeine Grundlagen der Programmierung]
 
 
== Voraussetzungen ==
== Voraussetzungen ==


Line 71: Line 74:
** keine spezifische Sprache, Grundkonzept
** keine spezifische Sprache, Grundkonzept
** Human Resource Machine is a puzzle game. In each level, your boss gives you a job. Automate it by programming your little office worker!
** Human Resource Machine is a puzzle game. In each level, your boss gives you a job. Automate it by programming your little office worker!
* CodingGame http://www.codingame.com/games
** C, C++, Java, C#. PHP, Python2, Python3, Ruby, Javascript, Objective‑C, Go, Haskell, Scala, Perl, Dart, Bash, Pascal, Groovy, Clojure, VB.NET
* codecombat http://codecombat.com/
* codecombat http://codecombat.com/
** Learn to Code Through the Power of Play
** Program a game character
** Python, JavaScript, CoffeScript, Clojure, Lua, Io
** Python, JavaScript, CoffeScript, Clojure, Lua, Io


* CodingGame http://www.codingame.com/games
* codewars http://www.codewars.com/
** für Fortgeschrittene / Hard
** JavaScript, CoffeeScript, Ruby, Python, Clojure, Haskell
** C, C++, Java, C#. PHP, Python2, Python3, Ruby, Javascript, Objective‑C, Go, Haskell, Scala, Perl, Dart, Bash, Pascal, Groovy, Clojure, VB.NET
 
* HackerRank https://www.hackerrank.com/
** für Fortgeschrittene
** TBD


=== JavaScript ===
=== JavaScript ===
Line 84: Line 92:
* elevatorsaga http://play.elevatorsaga.com/
* elevatorsaga http://play.elevatorsaga.com/
* untrusted http://alexnisnevich.github.io/untrusted/
* untrusted http://alexnisnevich.github.io/untrusted/
* warriorjs
* warriorjs https://github.com/olistic/warriorjs
** play: https://warriorjs.com/
** source: https://github.com/olistic/warriorjs


=== Assembler ===
=== Assembler ===
Line 95: Line 101:
* TIS-100 http://store.steampowered.com/app/370360/?l=german
* TIS-100 http://store.steampowered.com/app/370360/?l=german
* SHENZHEN I/O http://www.zachtronics.com/shenzhen-io/
* SHENZHEN I/O http://www.zachtronics.com/shenzhen-io/
* MHRD: https://store.steampowered.com/app/576030/MHRD/
* Microcorruption: https://microcorruption.com/
=== SQL / Databases ===
* SQL Island https://sql-island.informatik.uni-kl.de/
* Schemaverse https://schemaverse.com/


== Tutorials ==
== Tutorials ==


* Ein einstieg https://exercism.org/
** account oder GitHub account für den login
** 55 Sprachen
* Kurs: Programmieren lernen für Anfänger https://www.codefuchs.com/artikel/programmieren-lernen-fuer-anfaenger/
* Kurs: Programmieren lernen für Anfänger https://www.codefuchs.com/artikel/programmieren-lernen-fuer-anfaenger/
* Einfach Programmieren für Kinder (Buch + Gratis App) https://www.carlsen.de/hardcover/einfach-programmieren-fur-kinder/978-3-551-22077-6
* Learn Assembly Language http://asmtutor.com/
* Learn Assembly Language http://asmtutor.com/
* How to Start Reverse Engineering Malware http://amanda.secured.org/how-to-start-reverse-engineering-malware/
* How to Start Reverse Engineering Malware http://amanda.secured.org/how-to-start-reverse-engineering-malware/
* Interactive visual explanations of math and algorithms, using motivating examples from computer games. https://www.redblobgames.com/ (advanced!)
* Interactive visual explanations of math and algorithms, using motivating examples from computer games. https://www.redblobgames.com/ (advanced!)
== Andere Trainings ==
für Fortgeschrittene / HARD
* HackerRank https://www.hackerrank.com/
** für Fortgeschrittene / HARD
* codewars http://www.codewars.com/
** für Fortgeschrittene / Hard
** JavaScript, CoffeeScript, Ruby, Python, Clojure, Haskell
* SQL Murder Mystery: https://mystery.knightlab.com/
* Schemaverse: https://schemaverse.com/
* Advent Of Code: https://adventofcode.com/
* Codingame: https://www.codingame.com/
* HackerRank: https://www.hackerrank.com/
* Codechef: https://www.codechef.com/
* Code Golf: https://code.golf/
* Code Kata: http://codekata.com/
* Kaggle: https://www.kaggle.com/
* Pythonbuch-Aufgabensammlung: https://pythonbuch.com/aufgabensammlung.html
* TrainYourProgrammer: https://trainyourprogrammer.de/python
* IT-Talents: https://it-talents.de/ - Hier gibt es manchmal Code-Wettbewerbe


== Weiteres ==
== Weiteres ==
* Eine schöne Übersicht über Programmiersprachen findet sich hier: [https://99-bottles-of-beer.spielmannspiel.com/ 99-bottles-of-beer]
* Eine schöne Übersicht über Programmiersprachen findet sich hier: [http://www.99-bottles-of-beer.net/ 99-bottles-of-beer]


* [https://medium.com/learning-to-code/565fc9dcb329 Things I Wish Someone Had Told Me When I Was Learning How to Code]<br>And what I’ve learned from teaching others
* [https://medium.com/learning-to-code/565fc9dcb329 Things I Wish Someone Had Told Me When I Was Learning How to Code]<br>And what I’ve learned from teaching others
Please note that all contributions to Chaosdorf Wiki are considered to be released under the Attribution 3.0 Unported (see Chaosdorf Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)