Python 精通 - 安装到高级项目
上次更新时间:2024-11-23
课程售价: 2.9 元
联系右侧微信客服充值或购买课程
课程内容
- 1 - Introduction (免费)
- 2 - Get Python on Your Computer (免费)
- 3 - Set Up Python on Your System
- 4 - Verify Your Python Installation
- 5 - Using Command Line to Write Python Code
- 7 - Using Python py Files
- 8 - Understanding Variables Within Python
- 10 - Working With Python Numbers
- 11 - Understanding String Methods Within Python
- 12 - Working With Python Strings
- 14 - Casting Data Types Within Python
- 15 - Mathematical Operators In Python
- 16 - Python Assignment Operators
- 17 - Comparison Operators Within Python
- 19 - How to Use Lists in Python
- 20 - Creating Lists with the List Constructor
- 21 - Adding Elements to List with the Append Method
- 22 - Exploring Other Useful List Methods
- 24 - How to Use Tuples in Python
- 25 - Comparing Lists and Tuples
- 26 - Set Data Within Python
- 27 - Exploring Other Useful Set Methods
- 28 - How to Use Dictionaries in Python
- 29 - Python Shell
- 30 - Python Editor IDLE
- 32 - How to Use Whitespace in Python
- 33 - How to Write and Use Comments in Python
- 34 - What are Python Modules and How to Use Them
- 35 - How to Import Modules in Python
- 36 - How to Use the dir Method to List Module Attributes
- 37 - How to Use the help Method to Get Module Documentation
- 38 - How to Assign Module Aliases in Python
- 39 - How to Use If Statements in Python
- 41 - How to Use Elif Keyword for Multiple Conditions
- 43 - How to Use If Else Statements for Alternative Actions
- 45 - How to Use AND Operator for Compound Conditions
- 47 - OR Condition Within IF Statement
- 49 - How to Use While Loops for Repeated Execution
- 51 - How to Use break Keyword to Exit a Loop
- 53 - How to Use continue Keyword to Skip an Iteration
- 55 - How to Use For Loops for Iterating over Sequences
- 57 - How to Loop through String Values in Python
- 59 - How to Use Range Function for Generating Numbers in For Loops
- 61 - How to Use For Loop Else Statement for Handling No Breaks
- 63 - Project 1 Preview
- 65 - Project 1 Solution Step 1 Setting Up The Magic Question Responses
- 66 - Project 1 Solution Step 2 Capturing Of User Input Respond
- 67 - Project 1 Solution Step 3 Exiting The Application
- 69 - How to Open and Close Text Files in Python
- 71 - Reading Text Files Using Python
- 72 - How to Use a Loop to Read the Entire Content of a Text File
- 73 - Writing To A Text File Within Python
- 74 - How to Create a New Text File in Python
- 75 - What You Will Learn and Do in Project 2
- 78 - Project 2 Solution Step 1 Importing the csv Module
- 79 - Project 2 Solution Step 2 Opening Reading csv Files
- 81 - Project 2 Solution Step 3 Displaying csv File Data
- 82 - Project 2 Solution Step 4 Creating and Writing to csv Files
- 84 - Project 2 Bonus Solution Filtering csv File Data
- 85 - How to Import the OS Module in Python
- 86 - How to Get the Current Working Directory with the OS getdir Function
- 87 - How to List the Files in a Directory with the OS listdir Function
- 88 - How to Change the Working Directory with the OS chdir Function
- 89 - How to Create a New Directory with the OS makedirs Function
- 90 - How to Check if a File Exists with the isfile Function
- 91 - How to Delete a File with Python
- 92 - Creating a Function in Python
- 94 - Calling a Function in Python
- 95 - Passing Arguments to a Python Function
- 97 - Naming Arguments in a Python Function
- 99 - Default Arguments in a Python Function
- 103 - Return Keyword in a Python Function
- 105 - How to Define Classes in Python
- 106 - Working with Class Attributes in Python
- 107 - Using the init Method in Python Classes
- 108 - Understanding the self Parameter in Python Classes
- 109 - Creating and Calling Class Methods in Python
- 110 - Python Class Return
- 111 - Implementing Private Properties in Python
- 112 - Defining Private Functions in Python Classes
- 113 - How to Delete Objects in Python
- 114 - Object Inheritance Introduction
- 116 - Python Class Inheritance
- 117 - Overriding Class Inheritance
- 119 - What is Error Handling and Why You Need It
- 120 - Try Statement
- 121 - Try Specific Error Detection
- 122 - Project 3 Overview
- 124 - Project 3 Solution Step 1 Setting Up The Class
- 125 - Project 3 Solution Step 2 Implementing The init Method
- 126 - Project 3 Solution Step 3 Implement the Game Functionality
- 127 - Project 3 Solution Step 4 Implementation Of Game Functionality Continued
- 128 - Project 3 Solution Step 5 Write Questions to csv File
- 129 - Project 3 Solution Step 6 Final Run
- 130 - What are Formatted Strings and Why Use Them
- 131 - Inserting String Variables into Formatted Strings with s
- 132 - Adding Numeric Values to Formatted Strings with d
- 133 - Using Multiple Variables in a Single Formatted String
- 134 - Formatting Strings with Collection Types like Lists and Dictionaries
课程内容
99个讲座
- 1 - Introduction (免费)
- 2 - Get Python on Your Computer (免费)
- 3 - Set Up Python on Your System
- 4 - Verify Your Python Installation
- 5 - Using Command Line to Write Python Code
- 7 - Using Python py Files
- 8 - Understanding Variables Within Python
- 10 - Working With Python Numbers
- 11 - Understanding String Methods Within Python
- 12 - Working With Python Strings
- 14 - Casting Data Types Within Python
- 15 - Mathematical Operators In Python
- 16 - Python Assignment Operators
- 17 - Comparison Operators Within Python
- 19 - How to Use Lists in Python
- 20 - Creating Lists with the List Constructor
- 21 - Adding Elements to List with the Append Method
- 22 - Exploring Other Useful List Methods
- 24 - How to Use Tuples in Python
- 25 - Comparing Lists and Tuples
- 26 - Set Data Within Python
- 27 - Exploring Other Useful Set Methods
- 28 - How to Use Dictionaries in Python
- 29 - Python Shell
- 30 - Python Editor IDLE
- 32 - How to Use Whitespace in Python
- 33 - How to Write and Use Comments in Python
- 34 - What are Python Modules and How to Use Them
- 35 - How to Import Modules in Python
- 36 - How to Use the dir Method to List Module Attributes
- 37 - How to Use the help Method to Get Module Documentation
- 38 - How to Assign Module Aliases in Python
- 39 - How to Use If Statements in Python
- 41 - How to Use Elif Keyword for Multiple Conditions
- 43 - How to Use If Else Statements for Alternative Actions
- 45 - How to Use AND Operator for Compound Conditions
- 47 - OR Condition Within IF Statement
- 49 - How to Use While Loops for Repeated Execution
- 51 - How to Use break Keyword to Exit a Loop
- 53 - How to Use continue Keyword to Skip an Iteration
- 55 - How to Use For Loops for Iterating over Sequences
- 57 - How to Loop through String Values in Python
- 59 - How to Use Range Function for Generating Numbers in For Loops
- 61 - How to Use For Loop Else Statement for Handling No Breaks
- 63 - Project 1 Preview
- 65 - Project 1 Solution Step 1 Setting Up The Magic Question Responses
- 66 - Project 1 Solution Step 2 Capturing Of User Input Respond
- 67 - Project 1 Solution Step 3 Exiting The Application
- 69 - How to Open and Close Text Files in Python
- 71 - Reading Text Files Using Python
- 72 - How to Use a Loop to Read the Entire Content of a Text File
- 73 - Writing To A Text File Within Python
- 74 - How to Create a New Text File in Python
- 75 - What You Will Learn and Do in Project 2
- 78 - Project 2 Solution Step 1 Importing the csv Module
- 79 - Project 2 Solution Step 2 Opening Reading csv Files
- 81 - Project 2 Solution Step 3 Displaying csv File Data
- 82 - Project 2 Solution Step 4 Creating and Writing to csv Files
- 84 - Project 2 Bonus Solution Filtering csv File Data
- 85 - How to Import the OS Module in Python
- 86 - How to Get the Current Working Directory with the OS getdir Function
- 87 - How to List the Files in a Directory with the OS listdir Function
- 88 - How to Change the Working Directory with the OS chdir Function
- 89 - How to Create a New Directory with the OS makedirs Function
- 90 - How to Check if a File Exists with the isfile Function
- 91 - How to Delete a File with Python
- 92 - Creating a Function in Python
- 94 - Calling a Function in Python
- 95 - Passing Arguments to a Python Function
- 97 - Naming Arguments in a Python Function
- 99 - Default Arguments in a Python Function
- 103 - Return Keyword in a Python Function
- 105 - How to Define Classes in Python
- 106 - Working with Class Attributes in Python
- 107 - Using the init Method in Python Classes
- 108 - Understanding the self Parameter in Python Classes
- 109 - Creating and Calling Class Methods in Python
- 110 - Python Class Return
- 111 - Implementing Private Properties in Python
- 112 - Defining Private Functions in Python Classes
- 113 - How to Delete Objects in Python
- 114 - Object Inheritance Introduction
- 116 - Python Class Inheritance
- 117 - Overriding Class Inheritance
- 119 - What is Error Handling and Why You Need It
- 120 - Try Statement
- 121 - Try Specific Error Detection
- 122 - Project 3 Overview
- 124 - Project 3 Solution Step 1 Setting Up The Class
- 125 - Project 3 Solution Step 2 Implementing The init Method
- 126 - Project 3 Solution Step 3 Implement the Game Functionality
- 127 - Project 3 Solution Step 4 Implementation Of Game Functionality Continued
- 128 - Project 3 Solution Step 5 Write Questions to csv File
- 129 - Project 3 Solution Step 6 Final Run
- 130 - What are Formatted Strings and Why Use Them
- 131 - Inserting String Variables into Formatted Strings with s
- 132 - Adding Numeric Values to Formatted Strings with d
- 133 - Using Multiple Variables in a Single Formatted String
- 134 - Formatting Strings with Collection Types like Lists and Dictionaries