Presentation is loading. Please wait.

Presentation is loading. Please wait.

Python Nicholas Cousino WRA 150. What is it? Programming Language General Purpose High-Level Readability.

Similar presentations


Presentation on theme: "Python Nicholas Cousino WRA 150. What is it? Programming Language General Purpose High-Level Readability."— Presentation transcript:

1 Python Nicholas Cousino WRA 150

2 What is it? Programming Language General Purpose High-Level Readability

3 command = input("What would you like to do?").lower() elif command == "accounting": total = 0.00 for item in prices: total += prices[item] * stock[item] print ("Total Inventory equals ${amount}".format(amount=total))

4 What can Python do? A simple version of Battleship! Other projects on website http://www.msu.edu/~cousin46

5

6

7

8

9

10

11 Battleship! A quick glance at the source code…

12

13 Battleship! Hardest Part: Learning what individual lines do

14 Battleship! It gets easier!

15 Learning Python Codecademy Resources from Department of Computer Science and Engineering

16 Outcome I learned Python

17 Outcome I learned Python I learned the basics… … But a good foundation

18 Outcome More to learn, but I did get a good start

19 Works Cited Codecademy. N.p., n.d. Web. 31 Mar. 2014. McCullen, Mark. CSE 231. Michigan State University, East Lansing. Lecture


Download ppt "Python Nicholas Cousino WRA 150. What is it? Programming Language General Purpose High-Level Readability."

Similar presentations


Ads by Google