CIS 2000 Business Programming I - Python (Instructor)
[Fall 2025], NCCU
Course Description: This course introduces the theory and application of programming logic, algorithm development, and concepts for business applications. Concepts introduced include data types, constants, variables, assignment statements, arithmetic expressions, string expressions, logical expressions, if statements, case statements, loop structures, and arrays. In addition to the above, students will get an introduction to technical interviews; the instructor hopes that many of his students will apply for tech internships, as they are an excellent way to hone programming skills. We will be learning the above using the Python 3 programming language, but these fundamental skills should transfer to other programming languages.
At the end of the class, students should be able to receive a problem statement and do the following:
- Identify which programming concepts apply to the problem.
- Create one or more algorithms to solve the problem using the above concepts.
- Turn the above algorithms into valid Python code.