- Copyright 2017
- Edition: 1st
-
Online Video
- ISBN-10: 0-13-474595-7
- ISBN-13: 978-0-13-474595-4
5 Hours of Video Instruction
Description
Python from Scratch LiveLessons is a gentler, more entertaining, and more practical starting point to learning the Python programming language. Unlike the typical approach to teaching a programming language that covers each feature section by section, this course is structured more like a cooking class. You can follow along and execute all the code being demonstrated in an interactive notebook as you watch the video, much the same way you would watch a cooking video in your kitchen.
Skill Level
- Beginner level for anyone new to Python and object-oriented programming. Builds from scratch from beginner to more advanced topics through a follow-along approach.
What You Will Learn- How to use the interactive Jupyter notebook platform to execute simple commands
- How to use the import statement to use external code and read input from an external source
- How to work with strings and how to use indexing operators
- How to write program controls
- How to use built-in types and write/use user-defined types
- How to access elements in dictionaries
- How to use if and elif control structures
- How to take advantage of dictionaries and tuples
- How to write complex functions
- How to use keyword arguments in functions
- How to write classes and use inheritance
- How to read data in and push data out to other programs
- How to create callbacks and mock classes
- How to use third-party libraries
- How to document Python code
Who Should Take This Course- Anyone interested in learning the fundamentals of programming using Python who prefers a more hands-on, pragmatic approach to learning
Course Requirements- Assumes basic familiarity with programming concepts, but no previous experience programming in Python is required
- Python 3 with Jupyter (http://bit.ly/PyScratchInstall) installed on your computer, along with the source files found on http://bit.ly/PyScratch. Anaconda downloads are available for Apple OS X, Microsoft Windows, and most Linux distributions.
- Modern web browser like Google Chrome (https://www.google.com/chrome)
Lesson DescriptionsLesson 1: Setup
This lesson shows how to set up on the platform used throughout the course. It also demonstrates the final product--a Pie Factory that you interact with through a web browser. The backend demonstrates how to hold the logic and data that powers the factory.
Lesson 2: The Recipe–Python Handling TextThis lesson focuses on how to read input from an external source. In this case, it's a copy of my Grandmother's Apple pie recipe saved to disk. We break the text up into parts. We introduce the concept of functions. Finally, we refactor all the breaking up of the recipe code into functions to introduce reusability.
Lesson 3: Ingredients–Python Base Types (string, int, decimal, tuple, lists)This lesson focuses on converting the text in the recipe into some representative data types so we can work with them. For example, our program needs to know what the string "1/2 cup of flour" really means.
Lesson 4: Mixing Ingredients–Python DictionariesIn Lesson 2, we read the ingredients/steps. In Lesson 3, we parsed those ingredients to gain some understanding of what they do. Now we take the steps and mix the ingredients so that you come to a deeper understanding of advanced data structures, like dictionaries.
Lesson 5 Bake It–Python: FunctionsThis lesson goes deeper into functions in Python. You learn about the syntax, how to write, how to execute, and how to document. You learn a little bit about how to run many functions at the same time. Finally, you learn about parameters and arguments and how they can be customized in order to form more functionality to accomplish real tasks while re-using code.
Lesson 6: Many Types of Pie–Python ClassesIn this lesson, we start creating our own Pie Class. The running metaphor melds nicely with the idea of repeatability without giving up flexibility. We experience the beauty of Python as we start to dive deeper into the concepts of object-oriented programming.
Lesson 7: Pie Factory–Object-Oriented PythonIn this lesson, you learn how Python works as a glue language. You learn about Application Program Interfaces (APIs) and how and why to use them. Similar to Lesson 2, when we read data into our program, you now learn how we both read data in and push data out to other programs. This enables our program to talk to another program. Before we do so, we set a simulation so we can isolate functionally before we hook it all up in Lesson 8.
Lesson 8: Pie Store–Visuals UX/UI DesignIn this final lesson, we create our complete program and talk about the technology stack. We create a simple User Interface for the browser, and we hook that up to our code. We learn about a couple of open source libraries that provide some underlying functionality to support us in the task.
About LiveLessons Video TrainingThe LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at:
http://www.informit.com/livelessons