Difference between revisions of "CIS 185"

From Void-Byte
Jump to navigation Jump to search
(Created page with "== About == Introduction to the Python programming language. Includes using a text editor or the built-in Python IDE, IDLE, to develop programs, language syntax, dynamically t...")
 
Line 5: Line 5:
  
 
[[Unit 1 Reviewing the Basic Quiz]]<br>
 
[[Unit 1 Reviewing the Basic Quiz]]<br>
[[Unit 2 Reviewing the Basic Quiz]]
+
[[Unit 2 Reviewing the Basic Quiz]]<br>
 +
[[Unit 10 Reviewing the Basic Quiz]]

Revision as of 21:17, 2 May 2020

About

Introduction to the Python programming language. Includes using a text editor or the built-in Python IDE, IDLE, to develop programs, language syntax, dynamically typed variables, numeric operations, strings, selection control statements, repetition control statements, functions, classes, lists, dictionaries, file I/O, exception handling.

Quizzes

Unit 1 Reviewing the Basic Quiz
Unit 2 Reviewing the Basic Quiz
Unit 10 Reviewing the Basic Quiz