By the end of this unit you should:
Read.
This course introduces computer science majors to using Python for natural language processing (NLP) and natural language generation (NLG). All students at the University of Aizu learn C and Java in their first and second year at univesity. Many students also learn C+. This means that concepts such as lists, arrays and loops need no explanation. This course is designed to develop Python programming skills via problem solving.
Watch this short introductory video.
This introductory video (6 mins 41 secs) covers the basics in slightly over five minutes. This video is probably too fast for those new to programming, but is suitable for those who already know what operators, lists and loops are.
As you have already studied two programming langauges, namely C and Java, you should be familiar (and I hope proficient)
Name and explain the difference between the following data types.
["apple","banana","carrot"]
{"apple","banana","carrot"}
("apple","banana","carrot")
{"food": "banaba","colour": "yellow"}
Put text here
As you have already studied two programming langauges, namely C and Java, you should be familiar (and I hope proficient)
Name the following XXXXX.
print("Hello World")
("apple","banana","carrot")
{"apple","banana","carrot"}
["apple","banana","carrot"]
def myfunct
if elif else
while
for
hash table
try except
import
variable
print("Hello World")
print("Hello World")
Put text here
Watch.
Put text here
Read.
Put text here
Put text here
Watch.
Put text here