- and then any outstanding Jupiter Assignments
- Udemy - work on the class you picked
- www.instructables.com/ class
- Arduino
- (30 min) Entry Ticket - 30 min Work on your Presentations
- (20 Min) 2 Students should then volunteer to present no more than 10 each... you can have the class evaluate the presentation in a class discussion . They can open their presentation on the PC on my desk and project it on the screen. 5-6 min each - 5 points Extra Credit for Volunteers
- (30 min) WireShark -
- Start Watching (on your own computer with Headphones) https://www.youtube.com/watch?v=vUdOxcRJgME
- Answer these Questions
- What is this class designed to do? What is the Authors goals?
- Is the class targeted at Beginners or Advanced Users?
- For Whom is Wireshark a must have?
- What is his IP address?
- What type of IP address types do business vs personal users have (Static vs Dynamic?
- is data over port 443 encrypted or not?
- What does DNS servers do?
- when he talks about the NMAP and the port Service State, what is the state of his port 631 and what does he say about that?
- What does he say is a "burnt in Hardware Address"
- You can skip the Install section
- (30 min) Python- Programming for Everybody (Getting Started with Python) -Class Resources
- See py4inf-07-iterations.pdf - chapter 7
- text file is found here
def stripEmail():
fhand = open('mbox.txt')
countEmail = 0
for line in fhand:
countEmail = countEmail + 1
line = line.rstrip()
if '@' in line :
setOfSubStrings = (line.split(sep=' '))
# print(setOfSubStrings)
# print()
for email in setOfSubStrings :
if '@' in email :
print(email)
print(countEmail)
You still need to figure out how to strip stuff like "<" and ">" and even some ":" and "~"
wagnermr@iupui.edu
cwen@iupui.edu
postmaster@collab.sakaiproject.org
200801032122.m03LMFo4005148@nakamura.uits.iupui.edu
source@collab.sakaiproject.org
source@collab.sakaiproject.org
source@collab.sakaiproject.org
apache@localhost) <--- This one is also not an email.... so there is still some more work
source@collab.sakaiproject.org
cwen@iupui.edu
source@collab.sakaiproject.org
cwen@iupui.edu
cwen@iupui.edu
wagnermr@iupui.edu
1909
- Take a break for about 10 min, AND CLEAN UP THE ROOM SOME... ALL THE PAPERS AT YOUR DESK, TOOLS, WIRES, ETC...
- (30 Min) Learn some more Python
- play this Python puzzle game http://www.pythonchallenge.com
- Python Puzzles!!!!!!
- CheckIO - Python Puzzles <-- pick the Python Language
- Solving Puzzles with Python <-- Towers of Hanoi
- Practice Python Puzzles & Exercises
- some puzzle with numbers, that might find it's way into the BOX. Have your program use loos, if/ten/else etc.
- (Last 30 Min) Open Lab time... NOT ANYTHING Goes, but rather learn something. Acceptable activities are:
- Work on SeaPerch Submarine project
- any outstanding Jupiter Assignments
- Udemy - work on the class you picked
- www.instructables.com/ class
- other Hardware projects (like the robot hand)
No comments:
Post a Comment