Programmierung: Unterschied zwischen den Versionen
Aus Wiki_2020
Wezi (Diskussion | Beiträge) |
Wezi (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
=== Python === | === Python === | ||
* https://www.w3schools.com/python/default.asp | |||
* https://www.python-kurs.eu/python3_kurs.php | * https://www.python-kurs.eu/python3_kurs.php | ||
* https://www.python-kurs.eu/python3_skript_ausfuehren.php Python3 Tutorial | * https://www.python-kurs.eu/python3_skript_ausfuehren.php Python3 Tutorial |
Version vom 16. Juni 2019, 18:36 Uhr
Python
- https://www.w3schools.com/python/default.asp
- https://www.python-kurs.eu/python3_kurs.php
- https://www.python-kurs.eu/python3_skript_ausfuehren.php Python3 Tutorial
- https://binged.it/2YE2G96 Pyton QT Raspberry
Diverse
- Online Progamming IDE verschiedenste Sprachen Java ,c c++ etc free
- Online-JAVA-Compiler free
- KISS_(Zufallszahlengenerator)
C
- A computer science portal for geeks
- C-Programmierung Wikibooks
- C-Programmierung allgemein
- PIC C XC8 Tutorial
- C-programmierung
- Ringpuffer
- C-Tutorial
- Das C Tutorial (deutsch)
- Fundamentals of the C Programming Language
MYSQL
Escape Sequence Character Represented by Sequence \0 An ASCII NUL (0x00) character. \' A single quote (“'”) character. \" A double quote (“"”) character. \b A backspace character. \n A newline (linefeed) character. \r A carriage return character. \t A tab character. \Z ASCII 26 (Control+Z). \\ A backslash (“\”) character. \% A “%” character. \_ A “_” character.