Home

SENG 207: Programming for Engineers

Error message

  • Deprecated function: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in rename_admin_paths_url_outbound_alter() (line 65 of /home/ugedu/public_html/sites/all/modules/rename_admin_paths/rename_admin_paths.module).
  • Deprecated function: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in rename_admin_paths_url_outbound_alter() (line 83 of /home/ugedu/public_html/sites/all/modules/rename_admin_paths/rename_admin_paths.module).
Credits: 
3

Objective: This course offers an excellent introductory programming class for engineering students. The course mainly deals with the applicative aspects of programming, and students will acquire necessary programming skills.

Description: It leverages computational methods that permeate the sciences and engineering through the use of the Python programming language and its extensive libraries for data manipulation, scientific computing, and visualization. Topics to be treated include Python concepts: expressions, values, types, variables, programs and algorithms, control flow, file I/O, Python execution model, data structures: Lists, set, dictionary (mapping), tuples, graph, list slicing, list-comprehension, mutable and immutable data structures, functions, data abstraction, testing and debugging.