Difference between revisions of "CIS 185"

From Void-Byte
Jump to navigation Jump to search
 
Line 1: Line 1:
== About ==
+
==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.
 
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 ==
+
==Quizzes==
  
 
[[Unit 1 Reviewing the Basic Quiz]]<br>
 
[[Unit 1 Reviewing the Basic Quiz]]<br>
 
[[Unit 2 Reviewing the Basic Quiz]]<br>
 
[[Unit 2 Reviewing the Basic Quiz]]<br>
[[Unit 10 Reviewing the Basic Quiz]]
+
[[Unit 10 Reviewing the Basic Quiz|Unit 10 Reviewing the Basics Quiz]]

Latest 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 Basics Quiz