Showing posts with label secure python. Show all posts
Showing posts with label secure python. Show all posts

Saturday, November 27, 2021

secure python, unit 14, 15, regular expression

Socrative: review of while loop

Slides
ask students to share their screen 
Last times, I let students worked on 
whileExample1.py
csvHandler.py
Lab exercise 1.


=======lesson plan ==========

15 minutes: 

Go over Socrative review questions. while loop, csv handler


=> datePython.py 

regular expression in Python

https://docs.python.org/3/howto/regex.html

https://github.com/AstunTechnology/python-basics/blob/master/regular-expressions.md









Monday, November 15, 2021

secure python CEDI

 Socrative

Slides

ask students to share their screen 

Last times, I let students worked on replacingExample1.py

=======lesson plan ==========

15 minutes: 

Go over Socrative review questions. 

10 minutes: 

whileExample1.py :: line.strip()

5 minutes: 

whileExample2.py :: line.split()

10 minutes: 

=> ask student to modify whileExample2 to process gleep2.  This is whileExample3.py

15 minutes 

csvHandler.py

20 minutes:

=> Lab exercise 1. datetime.datetime 

=> datePython.py










Monday, November 1, 2021