Loading...

Course Description

Course Details 
 
Enhance your résumé by adding Python to your programming skills! The Python programming language was developed to provide a way to develop code that's easy to create and understand. While Python contains the same basic structures as other languages, it also offers unique functionality that makes your life as a programmer easier.  This course will show you how to create basic programming structures including decisions and loops. Then you'll move on to more advanced topics such as object-oriented programming with classes and exceptions. In addition, you'll explore unique Python data structures such as tuples and dictionaries. You'll even learn how to create Python programs with graphic elements that range from simple circles and squares to graphical user interface (GUI) objects like buttons and labels.  Whether you're interested in writing simple scripts, full programs, or graphical user interfaces, this course will give you the tools you need to use Python with skill and confidence. 
 
How It Works 
 
This course is fully online, you require internet access and an email account. The course duration is 6 weeks, followed by a 2-week period to complete the final exam (online, open book). Lessons are released on Wednesdays and Fridays of each week, for a total of 12.   You are not required to be online at any specific time. In addition to the specific lesson content, there is a discussion board with each lesson and often there is an optional assignment to apply the learning. Following each lesson,   there is a short multiple choice quiz. Your score on these quizzes does not count towards the final mark but completing these helps solidify your learning as well as prepare you for the final exam. The final exam is an open-book, multiple choice exam   and you need to achieve a minimum of 65% on the final exam to pass the course. There is only one opportunity to pass the exam. A certificate of completion from WatSPEED is available within four weeks of successful completion of each course and can be accessed in your student portal. Many of the Ed2Go courses are eligible towards the various online certificates offered by WatSPEED. 
 
Requirements 
 
You will need Python 3.X (3.1, 3.2, or a later version), which you can download free of charge at http://www.python.org/download/ for use with any version of Windows, Mac OS X, or Linux. (Software must be installed and fully operational before the course begins.) 

Syllabus

Lesson 1 - Welcome to Python!. Two things that make Python attractive are that it's a free download and that it comes with a free development environment, IDLE. In our first lesson, we'll start off right by going on a brief tour of both the language and the environment. You'll see that with IDLE, you can either execute individual statements directly at the interpreter's prompt or save your commands in a program file to be run later. By the end of Lesson 1, you'll be fully prepared to work in IDLE using either method.

Lesson 2 - Get Interactive With Variables and User Input. Programs aren't terribly useful unless you have some way to store values in memory. In Lesson 2, you'll get up to speed with Python variables, and then you'll learn how to use these variables to get input from the user. With this, you'll be able to write Python code to make your programs interactive, making them more useful and a lot more interesting.

Lesson 3 - Decisions, Decisions. There are many times when you'll want one set of statements run in one situation and another set run in a different situation. For that, you'll need to use Python's if decision structure. In Lesson 3, you'll practice with Python's if syntax and learn how to write both simple and complex conditions to select which statements should be run.

Lesson 4 - Looping (and Looping and Looping). Keeping with the theme of programming structures, today's lesson is all about the repetition structure. You'll learn how to write both while and for loops in Python so that your statements can be repeated over and over until some condition is met. You'll also learn some looping features that are unique to Python that help to make your programs more powerful.

Lesson 5 - Modular Programming With Functions. Modular programming gives you the ability to write code once, give it a name, and then call on it by name at a later time. In Lesson 5, you'll learn how to write modular programs by creating functions. You'll also learn how to pass data into the functions and then to return values back, building on this knowledge as you proceed through the course.

Lesson 6 - Introduction to Object-Oriented Programming. Building on the concept of modular programming, next we'll explore object-oriented programming. This is a popular technique, and in Lesson 6, you'll get an introduction to how it's done in Python. You'll learn how to create a class definition and place variables and functions inside. Then later, you'll use this class to create some objects and work with them to solve simple problems.

Lesson 7 - Creating Graphics With Tkinter. It's now time to take some of the topics we've covered and apply them to something a little more creative. Today, we'll explore Python graphics, where you'll create and work with simple shapes and even get a chance to write programs that simulate animation so that you can watch your shapes move across the screen.

Lesson 8 - Python Data Structures 1: Lists and Tuples. Now that you're comfortable with the decision and repetition structures, as well as ways to organize your code, it's now time to turn to ways of managing your data. In this lesson, we'll look at two of Python's basic data structures: lists and tuples. You'll learn how to create these types of variables and use them to manage data for your programs.

Lesson 9 - Python Data Structures 2: Dictionaries. While lists and tuples are useful structures, they put the burden on you to keep track of your data's position within the structure. However, the dictionary structure gives you the ability to associate a word with each piece of data. In this lesson, you'll learn how to use dictionaries to write useful programs in fewer lines of code that'll execute in a shorter amount of time.

Lesson 10 - Working With External Data Files. Programs that work with data in memory are great. However, it's also important to be able to save the data in a file for later use. In Lesson 10, you'll learn how to read from and write to data files. You'll also learn about Python's shelve feature, which is a database-like file that allows for quick and easy access to large amounts of data.

Lesson 11 - Handling Python Exceptions. Let's face it, our programs sometimes encounter problems as they execute. In object-oriented terms, you'd call this an exception. If the exception isn't handled, the program will crash. In this lesson, you'll learn about Python's exceptions and learn how to handle them to keep the program up and running, even when something unexpected happens.

Lesson 12 - GUIs With Tkinter. You'll finish the course by exercising the creative part of your brain again. This time, you'll learn how to create a graphical user interface (GUI) in Python. You'll learn how to display text with labels and get user data with text boxes, buttons, radio buttons, and check boxes. Now you'll be able to integrate all the conceptual material that you learned in the course with an attractive, easy to use interface to make for useful, interactive programs.

Loading...
Enroll Now - Select a section to enroll in
Section Title
Introduction to Python 3 Programming
Type
Online
Dates
May 15, 2024 to Jun 26, 2024
Course Fee(s)
Course Fee non-credit $249.00
Section Title
Introduction to Python 3 Programming
Type
Online
Dates
Jun 12, 2024 to Jul 24, 2024
Course Fee(s)
Course Fee non-credit $249.00
Section Title
Introduction to Python 3 Programming
Type
Online
Dates
Jul 17, 2024 to Aug 28, 2024
Course Fee(s)
Course Fee non-credit $249.00
Section Title
Introduction to Python 3 Programming
Type
Online
Dates
Aug 14, 2024 to Sep 25, 2024
Course Fee(s)
Course Fee non-credit $249.00
Section Title
Introduction to Python 3 Programming
Type
Online
Dates
Sep 18, 2024 to Oct 30, 2024
Course Fee(s)
Course Fee non-credit $249.00
Required fields are indicated by .