diff --git a/class1.html b/class1.html index fb8a35a..50233f5 100644 --- a/class1.html +++ b/class1.html @@ -278,37 +278,6 @@

Data types - continued ...

- -
-
-

Errors

- -
- -
-

Errors - continued ...

-

-# SyntaxError - Doesn't conform to the rules of Python.
-# This statement isn't meaningful to the computer
-4spam)eggs(garbage) + 10
-
-# NameError - Using a name that hasn't been defined yet
-a = 5
-print(d)
-d = 10
-
-# TypeError - Using an object in a way that its type does not support
-'string1' - 'string2'
-          
-

There are also semantic errors.
These are harder to catch because the computer can't catch them for us.

-
-
-

Let's Develop It

@@ -442,7 +411,7 @@

Homework

Want help?

diff --git a/class2.html b/class2.html index 991b5c6..403beae 100644 --- a/class2.html +++ b/class2.html @@ -172,20 +172,6 @@

Chained conditionals

-
-

Nested conditionals

-

Conditionals can also be nested

-

Nested conditionals occur inside of other conditionals and are indented over once more.

When the code block is complete, they are unindented

-

-            if x > 5:
-                print('x is greater than 5')
-                if x > 10:
-                    print('...it is also greater than 10')
-                print('Done evaluating the x > 10 block')
-            print('Done evaluating the x > 5 block')
-                        
-
-

Let's Develop It

@@ -497,19 +483,10 @@

Optional Function Practice

-
-

Boolean Practice

- -

Do this excercise from Learn Python The Hard Way

- Make sure to do these problems by hand, not with python! - -
http://learnpythonthehardway.org/book/ex28.html
-
-

Want help?

-

#0516-intro-python

+

#0118-intro-python

Not on Slack? bit.ly/gdiaa-slack

diff --git a/class3.html b/class3.html index 0f4c8d4..b1e7d08 100644 --- a/class3.html +++ b/class3.html @@ -447,7 +447,7 @@

Homework

Want help?

-

#0516-intro-python

+

#0118-intro-python

Not on Slack? bit.ly/gdiaa-slack

diff --git a/class4.html b/class4.html index 85747cc..9fd1ba2 100644 --- a/class4.html +++ b/class4.html @@ -326,7 +326,7 @@

Questions?

Wanna chat Python?

-

#python

+

#python

Not on Slack? bit.ly/gdiaa-slack