About 47 results
Open links in new tab
  1. Practical Python Programming

    The goal of this course is to cover foundational aspects of Python programming with an emphasis on script writing, basic data manipulation, and program organization. By the end of this course, …

  2. Practical Python Programming | practical-python

    Practical Python Programming Table of Contents. 0. Course Setup (READ FIRST!) 1. Introduction to Python; 2. Working with Data; 3. Program Organization; 4. Classes and Objects; 5. The …

  3. practical-python | Practical Python Programming (course by …

    The goal of this first section is to introduce some Python basics from the ground up. Starting with nothing, you’ll learn how to edit, run, and debug small programs. Ultimately, you’ll write a short …

  4. practical-python | Practical Python Programming (course by …

    Although there are many non-shell environments where you can code Python, you will be a stronger Python programmer if you are able to run, debug, and interact with Python at the …

  5. practical-python | Practical Python Programming (course by …

    Mar 21, 2017 · Using this program as a guide, you can learn a number of important core concepts about Python. Statements. A python program is a sequence of statements:

  6. practical-python | Practical Python Programming (course by …

    In this section, we look at a small set of somewhat more advanced Python features that you might encounter in your day-to-day coding. Many of these topics could have been covered in earlier …

  7. practical-python | Practical Python Programming (course by …

    This section introduces Python’s core data structures of tuples, lists, sets, and dictionaries and discusses common data handling idioms. The last part of this section dives a little deeper into …

  8. Practical Python Programming - Instructor Notes

    This document provides some general notes and advice on teaching the content of my “Practical Python” course including objectives, target audience, tricky bits, etc. These instructions were …

  9. practical-python | Practical Python Programming (course by …

    This section introduces lists, Python’s primary type for holding an ordered collection of values. Creating a List. Use square brackets to define a list literal:

  10. Course Setup and Overview | practical-python

    Welcome to Practical Python Programming! This page has some important information about course setup and logistics. Course Duration and Time Requirements. This course was …