Learn More Python the Hard Way LiveLessons (Workshop)

Learn More Python the Hard Way LiveLessons (Workshop)

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 5h 17m | 2.47 GB

Learn More Python the Hard Way LiveLessons Workshopwill show you how to take five small software projects from concept to completion and demonstrate Zed Shaw’s process for producing software.

This video shows beginners who know basic Python and shows them how to take a concept or idea and turn it into a working piece of software. The projects are small enough for you to complete in one to three hours each, on your own, after watching Zed do it. Each project will include a list of similar projects you can complete on your own and extra challenges to further your education.

What You Will Learn

  • Analyzing a concept, idea, or problem to implement in software
  • Designing a solution based on the analysis
  • Implementing the solution in the simplest way possible
  • How to improve your programming skills using small toy projects
  • How Zed approaches problems as well as other practices in the industry
Table of Contents

01 Learn More Python the Hard Way LiveLessons – Introduction
02 Process, Projects, and How to Get Started
03 A Process for Beginners
04 The Idea
05 Initial Implementation
06 Refining
07 The Idea
08 First Test Implementation
09 Second Test Implementation
10 Third Test Implementation
11 Final Implementation
12 The Idea
13 Expected Results
14 Initial Implementation
15 Using with Statements
16 Making Directories
17 Debugging Making Directories
18 Refactoring
19 Final Testing
20 The Idea
21 Initial Flask Web Application
22 Mapping URLs We Need
23 Refactor Initial URL Handlers into Modules
24 Initial Templates
25 Layout for the Templates
26 Forms and Editing a Post
27 Write the Edited Post to a File
28 Automated Testing for Flask
29 Testing Edit or POST Data
30 The Idea
31 Researching Chat Servers
32 Start with an Echo Server
33 Turn Echo Server into Chat Server
34 Handling Disconnections
35 The Class Implements Chat
36 The Class Runs the Chat Server
37 Learn More Python the Hard Way LiveLessons – Summary