1 / 11

ITEC 109

ITEC 109. Lecture 12 Higher level concerns. Review. JES– What did you learn? Questions ?. Changes. Before 4 days a week of interactive lecture Rest of semester Lecture MW M => Introduction to topic, simple examples W => Answer Questions, Best practices, Homework Lab TR

booker
Download Presentation

ITEC 109

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ITEC 109 Lecture 12 Higher level concerns

  2. Review • JES– What did you learn? • Questions?

  3. Changes • Before • 4 days a week of interactive lecture • Rest of semester • Lecture MW • M => Introduction to topic, simple examples • W => Answer Questions, Best practices, Homework • Lab TR • Hands on practice

  4. Objectives • History • Examples

  5. Python

  6. History • Created in 1990 by Guido van Rossum • Benevolent dictator for life • The C language powers it • Multiple paradigms • Not a one trick pony • Used by Google, Yahoo, BF2, ILM, Walt Disney, NASA, IBM • Meant to make computing fun

  7. Process • Write • Save • Load program • Inspect results • Change the program Assembly line

  8. Cycle Get input from user Calculate information Output result Repeat until user is satisfied

  9. What maps to… • Input? • Computation? • Output?

  10. Advanced computation • Trigonometry • math.cos(radians) • math.acos(radians) • Raising • math.sqrt(num) • math.pow(num,exponent)

  11. Summary • History • Higher level cycle

More Related