Skip to content
Permalink
Browse files
Merge branch 'master' of github.coventry.ac.uk:CUEH/py-quickstart
  • Loading branch information
Barnsa committed Jul 31, 2020
2 parents 7ae7d3d + 408f1aa commit cf8c30dad08e37209c9ff1877a1ae2f04647ee48
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
@@ -0,0 +1,3 @@
# Reading and Writing Files

{{todo("Write this section")}}
@@ -0,0 +1,18 @@
# Interacting with the User

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



## Command line options

argv

getopt

## User input


## Sanitisation

## More?
@@ -0,0 +1,3 @@
# Selection

{{todo("Write this section")}}
@@ -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'
@@ -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/'

0 comments on commit cf8c30d

Please sign in to comment.