-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·171 lines (166 loc) · 7.75 KB
/
Copy pathmkdocs.yml
File metadata and controls
executable file
·171 lines (166 loc) · 7.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
site_name: 'Beginning Python'
site_description: 'Resources for teaching Python to beginning programmers.'
site_author: 'Dan McCreary'
repo_name: 'GitHub Repo'
repo_url: 'https://github.com/dmccreary/python'
site_url: 'https://dmccreary.github.io/python/'
nav:
- Course Description: course-description.md
- Chapters:
- List of Chapters: chapters/index.md
- 1. Welcome to Python and Skulpt: chapters/01-welcome-to-python/index.md
- 2. Python Code Structure: chapters/02-python-code-structure/index.md
- 3. Variables and Numbers: chapters/03-variables-and-numbers/index.md
- 4. Functions and Objects: chapters/04-functions-and-objects/index.md
- 5. Drawing with Turtle Graphics: chapters/05-drawing-with-turtle/index.md
- 6. Math and Arithmetic: chapters/06-math-and-arithmetic/index.md
- 7. For Loops and Drawing Shapes: chapters/07-for-loops-and-shapes/index.md
- 8. Working with Strings: chapters/08-working-with-strings/index.md
- 9. Making Decisions with If/Else: chapters/09-decisions-if-else/index.md
- 10. While Loops and Animation: chapters/10-while-loops-and-animation/index.md
- 11. Functions with Parameters and Scope: chapters/11-functions-parameters-scope/index.md
- 12. Colors, Fill, and Turtle Art: chapters/12-colors-fill-turtle-art/index.md
- 13. User Input and Type Conversion: chapters/13-user-input-type-conversion/index.md
- 14. String Methods and Formatting: chapters/14-string-methods-formatting/index.md
- 15. Lists - Basics: chapters/15-lists-basics/index.md
- 16. Lists - Methods and Patterns: chapters/16-lists-methods-patterns/index.md
- 17. Modules and Random Numbers: chapters/17-modules-and-random/index.md
- 18. Math Module and Turtle Projects: chapters/18-math-module-turtle-projects/index.md
- 19. More Booleans and Conditionals: chapters/19-booleans-and-conditionals/index.md
- 20. Tuples and Sets: chapters/20-tuples-and-sets/index.md
- 21. Dictionaries: chapters/21-dictionaries/index.md
- 22. Advanced Collections and Built-in Functions: chapters/22-advanced-collections/index.md
- 23. Error Handling and Debugging: chapters/23-error-handling-debugging/index.md
- 24. Recursion and Fractals: chapters/24-recursion-and-fractals/index.md
- 25. Object-Oriented Programming: chapters/25-object-oriented-programming/index.md
- 26. File Input and Output: chapters/26-file-input-output/index.md
- 27. Standard Library and JSON: chapters/27-standard-library-json/index.md
- 28. Python Development Tools: chapters/28-python-dev-tools/index.md
- 29. Text Processing and Regular Expressions: chapters/29-text-processing-regex/index.md
- 30. Algorithms and Data Structures: chapters/30-algorithms-data-structures/index.md
- 31. Advanced Functions and OOP: chapters/31-advanced-functions-oop/index.md
- 32. Data Visualization with matplotlib: chapters/32-data-visualization-matplotlib/index.md
- 33. NumPy and Scientific Computing: chapters/33-numpy-scientific-computing/index.md
- 34. Image Processing with Pillow: chapters/34-image-processing-pillow/index.md
- 35. Advanced Turtle and Event-Driven Programming: chapters/35-advanced-turtle-event-driven/index.md
- 36. Computational Thinking and Best Practices: chapters/36-computational-thinking-best-practices/index.md
- 37. Machine Learning Foundations: chapters/37-machine-learning-foundations/index.md
- 38. Neural Networks and MNIST: chapters/38-neural-networks-and-mnist/index.md
- Beginning Python - Trinket:
- Introduction: trinket/00-introduction.md
- Setting Up Trinket: trinket/01a-trinket-account.md
- Turtle Graphics: trinket/01b-turtle-graphics.md
- Turtle Square: trinket/02-simple-square.md
- Variables: trinket/03-variables.md
- Loops: trinket/04-loops.md
- Stop Sign: trinket/04a-stop-sign.md
- Conditional: trinket/05-conditionals.md
- Functions: trinket/06-functions.md
- Flower: trinket/07-flower.md
- Function Parameters: trinket/07-function-parameters.md
- Lists: trinket/08-list.md
- List of Turtle Shapes: trinket/08c-turtle-shapes.md
- Random Numbers: trinket/08-random.md
- Random Stars: trinket/08b-random-stars.md
- Input: trinket/11-input.md
- Recursion: trinket/12-recursion.md
- Shape Module: trinket/13-shape-module.md
- Color Picker: trinket/14-color-picker.md
- Sine Wave: trinket/15-sine-wave.md
- Changing background: trinket/16-changing-background.md
- Controlling mouseclicks: trinket/17-controlling-mouseclicks.md
- Other examples: trinket/examples.m
- Beginning Python - Skulpt (self-hosted):
- Draw a Square: skulpt/02-simple-square.md
- Stop Sign: skulpt/04a-stop-sign.md
- Reading Errors: skulpt/10-debugging.md
- Text-Only Example: skulpt/text-only-example.md
- Reference:
- Mascot Style Guide: learning-graph/mascot-test.md
- Learning Graph:
- Introduction: learning-graph/index.md
- Course Description Assessment: learning-graph/course-description-assessment.md
- Concept List v1: learning-graph/concept-list-v1.md
- Concept List: learning-graph/concept-list.md
- Graph Quality Analysis: learning-graph/quality-metrics.md
- Concept Taxonomy: learning-graph/concept-taxonomy.md
- Taxonomy Distribution Report: learning-graph/taxonomy-distribution.md
- Beginning Python - Repl.it:
- Square: repl/02-square.md
- Flower: repl/07-flower.md
- Shape Function: repl/08-shape-function.md
- Recursion: repl/12-recursion.md
- Intermediate Python:
- Introduction: intermediate/01-intro.md
- Variables and Scope: intermediate/01-variables-scope.md
- Data Types: intermediate/02-data-types.md
- Data Types & Function Parameters: intermediate/03-data-type-validation.md
- Maps: intermediate/04-maps.md
- Files (local file system): intermediate/05-files.md
- Images (local file system): intermediate/06-images.md
- JSON: intermediate/05-json.md
- Object Classes: intermediate/06-object-classes.md
- Modules: intermediate/07-modules.md
- Dir: intermediate/08-dir.md
- Regular Expressions: intermediate/09-regex.md
- Debugging: intermediate/10-debugging.md
- Plotting sine: intermediate/12-plot-sin.md
- Maze Solving with BFS: intermediate/bfsMaze.md
- Maze Solving with DFS: intermediate/dfsMaze.md
- Installing Python: intermediate/20-installing-local-python.md
- Jupyter:
- Setup Turtle on Jupyter: jupyter/01-setup.md
- Drawing Box Labs: jupyter/02-draw-box.md
- Drawing Figure: jupyter/02-draw-figure.md
- Setup Canvas on Jupyter Lab: jupyter/02-canvas-setup.md
- Canvas Color Bars: jupyter/20-canvas-color-bars.md
- Pi:
- Python on Raspberry Pi: pi/01-intro.md
- Advanced Python:
- Stock Ticker Analysis: advanced/stocks.md
- MNIST Digit Prediction: advanced/mnist.md
- Strategy:
- Introduction: strategy/index.md
- Order of Concepts: order-of-cocepts.,d
- MicroSims:
- Learning Graph Viewer: sims/graph-viewer/index.md
- Contributing:
- How to Contribute Examples: contribute.md
- About: about.md
- Contact:
- Contact: contact.md
# Site configuration
edit_uri: 'blob/master/docs'
theme:
name: material
logo: img/python-logo.jpeg
palette:
primary: '#642580'
accent: '#41BAC1'
features:
- content.code.copy
custom_dir: 'theme'
include_sidebar: true
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- toc:
permalink: true
plugins:
- search
extra_css:
- css/skulpt.css
- css/mascot.css
extra_javascript:
- js/skulpt.js
# Google Analytics Site ID: G-EP38Z3PVD5
extra:
analytics:
provider: google
# https://analytics.google.com/analytics/web/#/p368752593/reports/intelligenthome
property: G-EP38Z3PVD5