Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
e4ec9fc
test
Tim-SBB Mar 21, 2023
a00c345
bra
Tim-SBB Mar 21, 2023
f31692f
changed files to ipynb
Tim-SBB Mar 21, 2023
82e0175
bra
Tim-SBB Mar 21, 2023
4a4e271
bra
Tim-SBB Mar 21, 2023
15cf6d5
added sets theory
Tim-SBB Mar 21, 2023
9d7482b
bra
Tim-SBB Mar 22, 2023
79d03bf
bra
Tim-SBB Mar 22, 2023
19afae9
bra
Tim-SBB Mar 22, 2023
fe050da
added code tags in markdown
Tim-SBB Mar 22, 2023
94c563d
initial commit for this theory
Tim-SBB Mar 22, 2023
8cc3986
bra
Tim-SBB Mar 22, 2023
b7780fa
changed hello.py into TODO.txt
Tim-SBB Mar 22, 2023
4e25950
Tupel Theorie hinzugefügt
Tim-SBB Mar 22, 2023
6583100
added input_output theory
Tim-SBB Mar 22, 2023
bdcf013
bra
Tim-SBB Mar 22, 2023
8d2e5f3
bra
Tim-SBB Mar 22, 2023
9d67216
doc for Jupyter
otifant Mar 23, 2023
bac0432
doc Jupyter and Python in same file
otifant Mar 23, 2023
22c3cd4
primitiv types, and some optimizations
otifant Mar 23, 2023
0ec8b23
dictionary and json
otifant Mar 24, 2023
3320d6d
adapted basic operators and changed id of it
otifant Mar 24, 2023
2a42554
grouped pages
otifant Mar 24, 2023
474e33c
error handling
otifant Mar 24, 2023
8114307
file i/o
otifant Mar 25, 2023
2825aee
renamed basic operations (order)
otifant Mar 27, 2023
7613e97
labs
otifant Mar 27, 2023
56ac942
cleared outputs
otifant Mar 27, 2023
20e24ea
regex
otifant Mar 27, 2023
3088dac
turtles
otifant Mar 28, 2023
10f28c7
popen task
otifant Mar 30, 2023
494cc23
test
Tim-SBB Apr 18, 2023
681aeff
000: idle and command
otifant Apr 26, 2023
4659e9e
renamed first chapter
otifant Apr 26, 2023
24ee9c6
fixed comment in chapter strings
otifant Apr 26, 2023
ae96782
Set with unordered input
otifant Apr 26, 2023
3a5679b
images for intro
otifant Apr 26, 2023
61aaf94
tuples: comparison with lists
otifant Apr 26, 2023
9c6a745
restructured dictionaries
otifant Apr 26, 2023
4a15876
Theory for 05_3_external_programs
otifant Apr 26, 2023
64ad63b
Update docs/01_basics/000Intro.ipynb (suggestion)
otifant May 8, 2023
deac773
updates from feedback pr
otifant May 9, 2023
6bb7832
fixed typo
otifant May 9, 2023
83138e8
input from review pr
otifant May 9, 2023
0f5357e
example with zahl3
otifant May 11, 2023
9317059
removed casting from string to string
otifant May 11, 2023
9ad432a
theory: project structure
otifant May 16, 2023
54356b1
theory: classes (intro)
otifant May 16, 2023
9448f03
theory: magic methods
otifant May 16, 2023
a1fc9d0
theory: debug python project
otifant May 16, 2023
54703f5
fixed whitespace
otifant May 22, 2023
52e0e6d
theory: type of methods
otifant May 22, 2023
d83654d
theory: variables in classes
otifant May 22, 2023
71b38c7
theory: pydantic
otifant May 22, 2023
e11cf8a
theory: inheritance
otifant May 22, 2023
0014234
theory: requests
otifant May 22, 2023
0b667d4
theory: intro to flask
otifant May 23, 2023
e082d4a
theory: get and post with flask
otifant May 23, 2023
8208791
typo: HTTP-Methoden not POST-Methoden
otifant May 23, 2023
1ac0cba
theory: adapted flask basics
otifant May 23, 2023
1aae4d7
lab: oop
otifant May 23, 2023
e6e7398
labs: 2nd task for oop
otifant May 25, 2023
f94169f
feedback 03_collections: applied from Smadar's feedback
otifant Jun 13, 2023
ea60e1a
review exception handling
otifant Jun 13, 2023
fcfb409
exception handling: comment for complex numbers
otifant Jun 30, 2023
849979b
feedback for i/o
otifant Jun 30, 2023
0c468e8
feedback for regex
otifant Jun 30, 2023
8f0ac37
removed empty cell
otifant Jun 30, 2023
c842798
turtles: warning that it may not work in jupyter
otifant Jun 30, 2023
3c8538a
feedback for external_programs
otifant Jun 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-toolsai.jupyter",
"ms-python.python"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}
66 changes: 0 additions & 66 deletions docs/000Hello.py

This file was deleted.

111 changes: 0 additions & 111 deletions docs/010Variablen.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/013Input_Output.py

This file was deleted.

129 changes: 0 additions & 129 deletions docs/015Strings.py

This file was deleted.

Loading