Download presentation
Presentation is loading. Please wait.
Published byBrian Phelps Modified over 9 years ago
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
11
Battleship! A quick glance at the source code…
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.