零基础Python课程 (Learn Python Software Development For Beginners Step by Step)
 分 类: 编程
  积 分: 免费
 阅 读: 5336
  点 赞: 712
 编 辑: 编辑
 声 明: 全站无毒-站长亲测
  参 数:

简介

1,580 views

This training course with a score of 4. 6 from 5 one of the best training site is Yvdmy from the user.

This is combined with English subtitles.

Well you decide you hold to start learning Python, but really do not know which course to start with.

Choose a suitable period will help you in the shortest time to sit convert a Python programming. But choosing a course of training principles he adhered properly is a difficult task.

A training course on real-world experience is required.

The instructor Tim and Jean-Paul 60 years experience in commercial software development, this means that you are learning're on the right path.

So you're right in front of the best learning Python on Yvdmy (best both we and the students who received course

在yvdmy本次培训课程成绩为4.6分,总分为5分。可见很受欢迎
决定开始学习Python,但真的不知道从哪门课程开始。主讲老师都有60年的商业软件开发经验,这意味着你能找到正确的学习道路,课程很注重实践。

目录

Section 1: Introduction
Lecture 1
Introduction to the course
04:47
Section 2: Setup for Windows
Lecture 2
Introduction
00:31
Lecture 3
Downloading And Installing Python For Windows
03:11
Lecture 4
Using IDLE On Windows
05:34
Lecture 5
Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available
Article
Lecture 6
Downloading and Installing IntelliJ on Windows
12:19
Lecture 7
Configuring Python in IntelliJ on Windows
05:52
Section 3: Setup for Mac
Lecture 8
Introduction
00:26
Lecture 9
Downloading And Installing Python On Mac OS X
02:40
Lecture 10
Using IDLE on Mac OS X
07:29
Lecture 11
Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available
Article
Lecture 12
Downloading and Installing IntelliJ for a Mac
10:08
Lecture 13
Configuring Python in IntelliJ on a Mac
05:09
Section 4: Setup for Linux
Lecture 14
Introduction
00:37
Lecture 15
Downloading And Installing Python On Ubuntu Linux
05:36
Lecture 16
Using IDLE on Ubuntu Linux
07:10
Lecture 17
Installing IntelliJ on Ubuntu Linux
05:58
Lecture 18
IntelliJ Python Configuration For Ubuntu Linux
05:28
Lecture 19
Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available
Article
Section 5: The Basics
Lecture 20
Introduction
00:34
Lecture 21
Getting To Know Python
13:31
Lecture 22
Understanding More About Python
08:51
Lecture 23
Storing Items In Variables
16:25
Lecture 24
More About Variables And Strings
12:17
Lecture 25
String Formatting - Displaying Numbers And Strings
19:21
Section 6: Program Flow Control
Lecture 26
Introduction
00:24
Lecture 27
An Introduction To Program Flow Control
07:22
Lecture 28
Test Conditions With If, ElIf & Else
18:44
Lecture 29
More Advanced If, ElIf & Else Processing
15:40
Lecture 30
Challenge - If Then Else
06:30
Lecture 31
For Loops
11:02
Lecture 32
Extending For Loops
10:11
Lecture 33
Understanding Continue, Break And Else
16:26
Lecture 34
Augmented Assignment
09:42
Lecture 35
Challenge - Program Flow
20:19
Lecture 36
Challenge (Cont) - Program Flow
16:00
Lecture 37
While Loops
13:16
Lecture 38
Challenge - While Loop
06:39
Section 7: Lists, Ranges & Tuples
Lecture 39
Introduction
00:16
Lecture 40
Lists In Python
11:15
Lecture 41
More About Lists
09:56
Lecture 42
Challenge - Lists
06:32
Lecture 43
Understanding Iterators
08:51
Lecture 44
Understanding and using Ranges
11:35
Lecture 45
More About Ranges
08:00
Lecture 46
Ordered Sets With Tuples
14:54
Lecture 47
More On Ordered Sets With Tuples
14:49
Section 8: The Binary number system explained
Lecture 48
Introduction to the Section
00:55
Lecture 49
Binary Basics
02:28
Lecture 50
What is binary
10:20
Lecture 51
Hexadecimal and Octal and the Challenge
17:48
Section 9: Dictionaries and Sets
Lecture 52
Introduction to the Section
00:25
Lecture 53
Python Dictionaries
16:06
Lecture 54
Dictionaries Part 2
15:15
Lecture 55
Dictionaries Part 3
20:54
Lecture 56
Dictionaries Challenge
13:02
Lecture 57
More on Dictionaries
16:54
Lecture 58
The Second Dictionary Challenge
08:37
Lecture 59
Sets
14:59
Lecture 60
Python Sets Part 2 and Challenge
18:24
Section 10: Input and Output (I / O) in Python
Lecture 61
Introduction to the Section
00:16
Lecture 62
Reading and writing text files
18:42
Lecture 63
Writing Text Files
15:40
Lecture 64
Appending to Files and Challenge
05:34
Lecture 65
Writing Binary Files Manually
17:54
Lecture 66
Using Pickle To Write Binary Files
19:35
Lecture 67
Shelve
15:55
Lecture 68
Manipulating Data With Shelve
10:48
Lecture 69
Updating With Shelve
15:39
Lecture 70
Shelve Challenge
15:47
Lecture 71
Challenge Continued
09:33
Section 11: Modules and Functions
Lecture 72
Introduction to the Section
00:20
Lecture 73
Modules and import
15:00
Lecture 74
The standard Python library
09:11
Lecture 75
WebBrowser Module
22:55
Lecture 76
Time and DateTime in Python
17:32
Lecture 77
Time (Continued) and Challenge.
11:05
Lecture 78
Timezones
14:38
Lecture 79
Check Path In Windows
06:35
Lecture 80
Check Path on a Mac
03:16
Lecture 81
Installing the pytz module (Windows / Mac / Linux)
05:33
Lecture 82
Using Timezones
13:18
Lecture 83
More on Timezones
16:58
Lecture 84
Timezone Challenge
11:50
Lecture 85
Introduction to Tkinter
12:26
Lecture 86
TkInter - Pack Geometry Manager
13:39
Lecture 87
TkInter - Grid Geometry Manager
12:56
Lecture 88
Advanced GUI Example Part 1
17:10
Lecture 89
Advanced GUI Example Part 2
14:40
Lecture 90
Advanced GUI Example Part 3
18:05
Lecture 91
Tkinter Challenge
14:54
Lecture 92
Functions in Python
15:11
Lecture 93
Functions Part 2
12:04
Lecture 94
Functions Part 3
10:00
Lecture 95
Parabola - More on Functions
14:21
Lecture 96
Scope in Functions
12:59
Lecture 97
Fix Function and Draw Circles
12:48
Lecture 98
Enhanced Circles and Challenge
10:15
Lecture 99
Blackjack Setup
13:38
Lecture 100
Load Cards
13:42
Lecture 101
Deal Cards
08:48
Lecture 102
Global Variables
13:05
Lecture 103
Global Keyword
16:55
Lecture 104
Test Blackjack Game
12:52
Lecture 105
Blackjack Challenge
19:41
Lecture 106
Importing Techniques
20:43
Lecture 107
Underscores in Python code
17:21
Lecture 108
Namespaces, more on Scope and Recursion
16:04
Lecture 109
Recursion with OS Module and Filesystem and Nonlocal keyword
13:32
Lecture 110
Nonlocal keyword, Free and LEGB
17:04
Section 12: Object Oriented Python
Lecture 111
Object Orientated Programming and Classes
14:58
Lecture 112
Instances, Constructors, Self and more
15:00
Lecture 113
Class Attributes
10:25
Lecture 114
Methods Part 1
14:35
Lecture 115
Methods Part 2
14:16
Lecture 116
Non Public and Mangling
11:49
Lecture 117
DocStrings and Raw Literals
15:08
Lecture 118
Album class and More on DocStrings
13:39
Lecture 119
Artist class and import Albums
15:53
Lecture 120
Load data and Write Checkfile
14:39
Lecture 121
Compile Files and Algorithm Flowcharts
11:42
Lecture 122
Implement Revised Load_Data Algorithm
13:59
Lecture 123
Write OOP Version
12:26
Lecture 124
Getters and Properties
09:39
Lecture 125
Remove Circular References Challenge
05:57
Lecture 126
Classes and Inheritance
Article
Lecture 127
Composition
Article
Lecture 128
Encapsulation in Python
Article
Lecture 129
Polymorphism
Article
Lecture 130
Content Coming Soon
Article
Section 13: Exceptions
Lecture 131
Introduction (Errors versus Exceptions)
Article
Lecture 132
Handling Exceptions
Article
Lecture 133
Raising Exceptions
Article
Lecture 134
Cleaning Up
Article
Lecture 135
The Pip package manager
Article
Lecture 136
Defining our own exceptions
Article
Lecture 137
Content Coming Soon
Article
Section 14: Packages
Lecture 138
Packages
Article
Lecture 139
Virtual Environments
Article
Lecture 140
Content Coming Soon
Article
Section 15: Generators, Comprehensions and Lambda Expressions
Lecture 141
Generators
Article
Lecture 142
List, Dictionary and Set comprehensions
Article
Lecture 143
Lambda Expressions
Article
Lecture 144
Content Coming Soon
Article
Section 16: Putting it all together
Lecture 145
A Python adventure game
Article
Lecture 146
Content Coming Soon
Article
Section 17: Contents to come!
Lecture 147
List of content to be added
Article
Section 18: Extras
Lecture 148
Tim's Other Programming Courses on Udemy
02:08
Lecture 149
Source code for all Programs
Article
Lecture 150
Links to Tims Other Programming Courses on Udemy
Article
Su
参数

MP4 | Video: 1280x720 | 58 kbps | 48 KHz | Duration: 30 Hours | 5.64 GiB (6054220421 Bytes)
Genre: eLearning | Language: English