Skip to content

Commit

Permalink
Merge branch 'master' of github.coventry.ac.uk:CUEH/py-quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Barnsa committed Jul 31, 2020
2 parents 7ae7d3d + 408f1aa commit cf8c30d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/files/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Reading and Writing Files

{{todo("Write this section")}}
18 changes: 18 additions & 0 deletions docs/interaction/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Interacting with the User

{{todo("Write this section")}}



## Command line options

argv

getopt

## User input


## Sanitisation

## More?
3 changes: 3 additions & 0 deletions docs/selection/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Selection

{{todo("Write this section")}}
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nav:
- 'TODO - Pip': ./
- 'Values and Types': 'values-and-types/README.md'
- 'Conditionals': 'conditionals/README.md'
- 'Selection': 'selection/'
- 'Iteration':
- 'Introduction to iteration': 'iteration/intro-to-iteration.md'
- 'For Loops': 'iteration/for-loops/README.md'
Expand All @@ -19,9 +20,11 @@ nav:
- 'Introduction to functions': 'functions/intro-to-functions.md'
- 'User created functions': 'functions/user-functions/README.md'
- 'Built-in functions': 'functions/built-in-functions/README.md'
- 'Tetsing': 'testing/'
- 'Interacting with the User': 'interaction/'
- 'Testing': 'testing/'
- 'Documentation': 'documentation/'
- 'Representation of Data': './data/'
- 'Representation of Data': 'data/'
- 'Reading and Writing Files': 'files/'
- 'Algorithms': 'algorithms/'
- 'Classes and Objects': 'oo/'
- 'Interacting with the Network': 'network/'
Expand Down

0 comments on commit cf8c30d

Please sign in to comment.