Code With Mosh - Complete Python Mastery
大小
2.18 GB
文件数
181
Info Hash:
BAAFB22DCF30E67603BC8FDC560474279D23FBE8
收录时间
2026-01-01 22:09:27
更新时间
2026-01-01 22:29:36
文件列表 (181)
11- Popular Python Packages/8- Browser Automation.mp4
38.94 MB
01- Getting Started/2- Installing Python.mp4
7.47 MB
01- Getting Started/3- Python Interpreter.mp4
5.29 MB
01- Getting Started/4- Code Editors.mp4
3.69 MB
01- Getting Started/5- Your First Python Program.mp4
10.84 MB
01- Getting Started/6- Python Extension.mp4
8.76 MB
01- Getting Started/7- Linting Python Code.mp4
11.72 MB
01- Getting Started/8- Formatting Python Code.mp4
11.81 MB
01- Getting Started/9- Running Python Code.mp4
10.09 MB
01- Getting Started/10- Python Implementations.mp4
7.69 MB
01- Getting Started/11- How Python Code is Executed.mp4
7.65 MB
01- Getting Started/12- Quiz.mp4
7.95 MB
02- Primitive Types/1- Variables.mp4
10.72 MB
02- Primitive Types/2- Variable Names.mp4
8.28 MB
02- Primitive Types/3- Strings.mp4
16.43 MB
02- Primitive Types/4- Escape Sequences.mp4
7.25 MB
02- Primitive Types/5- Formatted Strings.mp4
5.91 MB
02- Primitive Types/6- String Methods.mp4
17.3 MB
02- Primitive Types/7- Numbers.mp4
7.53 MB
02- Primitive Types/8- Working with Numbers.mp4
6.74 MB
02- Primitive Types/9- Type Conversion.mp4
13.91 MB
02- Primitive Types/10- Quiz.mp4
8.57 MB
03- Control Flow/1- Comparison Operators.mp4
5.51 MB
03- Control Flow/2- Conditional Statements.mp4
11.65 MB
03- Control Flow/3- Ternary Operator.mp4
6.3 MB
03- Control Flow/4- Logical Operators.mp4
11.66 MB
03- Control Flow/5- Short-circuit Evaluation.mp4
5.94 MB
03- Control Flow/6- Chaining Comparison Operators.mp4
3.79 MB
03- Control Flow/7- Quiz.mp4
4.72 MB
03- Control Flow/8- For Loops.mp4
10.07 MB
03- Control Flow/9- For..Else.mp4
7.98 MB
03- Control Flow/10- Nested Loops.mp4
7.75 MB
03- Control Flow/11- Iterables.mp4
8.92 MB
03- Control Flow/12- While Loops.mp4
13.78 MB
03- Control Flow/13- Infinite Loops.mp4
4.65 MB
03- Control Flow/14- Exercise.mp4
6 MB
04- Functions/1- Defining Functions.mp4
6.93 MB
04- Functions/2- Arguments.mp4
6.71 MB
04- Functions/3- Types of Functions.mp4
11.52 MB
04- Functions/4- Keyword Arguments.mp4
5.68 MB
04- Functions/5- Default Arguments.mp4
4.33 MB
04- Functions/6- xargs.mp4
12.07 MB
04- Functions/7- xxargs.mp4
6.52 MB
04- Functions/8- Scope.mp4
14.26 MB
04- Functions/9- Debugging.mp4
20.79 MB
04- Functions/10- VSCode Coding Tricks - Windows.mp4
6.65 MB
04- Functions/11- VSCode Coding Tricks - Mac.mp4
5.11 MB
04- Functions/12- Exercise.mp4
3.94 MB
04- Functions/13- Solution.mp4
13.59 MB
05- Data Structures/1- Lists.mp4
15.27 MB
05- Data Structures/2- Accessing Items.mp4
9.08 MB
05- Data Structures/3- List Unpacking.mp4
11.57 MB
05- Data Structures/4- Looping over Lists.mp4
8.28 MB
05- Data Structures/5- Adding or Removing Items.mp4
8.44 MB
05- Data Structures/6- Finding Items.mp4
4.28 MB
05- Data Structures/7- Sorting Lists.mp4
13.43 MB
05- Data Structures/8- Lambda Functions.mp4
5.29 MB
05- Data Structures/9- Map Function.mp4
10.12 MB
05- Data Structures/10- Filter Function.mp4
5.91 MB
05- Data Structures/11- List Comprehensions.mp4
9.32 MB
05- Data Structures/12- Zip Function.mp4
5.06 MB
05- Data Structures/13- Stacks.mp4
13.89 MB
05- Data Structures/14- Queues.mp4
8.77 MB
05- Data Structures/15- Tuples.mp4
11.1 MB
05- Data Structures/16- Swapping Variables.mp4
6.99 MB
05- Data Structures/17- Arrays.mp4
9.06 MB
05- Data Structures/18- Sets.mp4
12.26 MB
05- Data Structures/19- Dictionaries.mp4
15.72 MB
05- Data Structures/20- Dictionary Comprehensions.mp4
9.28 MB
05- Data Structures/21- Generator Expressions.mp4
11.07 MB
05- Data Structures/22- Unpacking Operator.mp4
12.19 MB
05- Data Structures/23- Exercise.mp4
19.81 MB
06- Exceptions/1- Exceptions.mp4
8.06 MB
06- Exceptions/2- Handling Exceptions.mp4
12.32 MB
06- Exceptions/3- Handling Different Exceptions.mp4
9.21 MB
06- Exceptions/4- Cleaning Up.mp4
5.83 MB
06- Exceptions/5- The With Statement.mp4
9.5 MB
06- Exceptions/6- Raising Exceptions.mp4
12.13 MB
06- Exceptions/7- Cost of Raising Exceptions.mp4
14.62 MB
07- Classes/1- Classes.mp4
8.07 MB
07- Classes/2- Creating Classes.mp4
10.79 MB
07- Classes/3- Constructors.mp4
13.39 MB
07- Classes/4- Class vs Instance Attributes.mp4
12.6 MB
07- Classes/5- Class vs Instance Methods.mp4
12.07 MB
07- Classes/6- Magic Methods.mp4
10.3 MB
07- Classes/7- Comparing Objects.mp4
10.19 MB
07- Classes/8- Performing Arithmetic Operations.mp4
5.31 MB
07- Classes/9- Making Custom Containers.mp4
21.87 MB
07- Classes/10- Private Members.mp4
10.98 MB
07- Classes/11- Properties.mp4
23.3 MB
07- Classes/12- Inheritance.mp4
13.44 MB
07- Classes/13- The Object Class.mp4
7.18 MB
07- Classes/14- Method Overriding.mp4
9.96 MB
07- Classes/15- Multi-level Inheritance.mp4
7.57 MB
07- Classes/16- Multiple Inheritance.mp4
9.88 MB
07- Classes/17- A Good Example of Inheritance.mp4
13.87 MB
07- Classes/18- Abstract Base Classes.mp4
15.63 MB
07- Classes/19- Polymorphism.mp4
12.42 MB
07- Classes/20- Duck Typing.mp4
8.18 MB
07- Classes/21- Extending Built-in Types.mp4
7.48 MB
07- Classes/22- Data Classes.mp4
13.47 MB
08- Modules/1- Creating Modules.mp4
16.07 MB
08- Modules/2- Compiled Python Files.mp4
6.39 MB
08- Modules/3- Module Search Path.mp4
4.62 MB
08- Modules/4- Packages.mp4
6.87 MB
08- Modules/5- Sub-packages.mp4
2.89 MB
08- Modules/6- Intra-package References.mp4
4.74 MB
08- Modules/7- The dir Function.mp4
4.92 MB
08- Modules/8- Executing Modules as Scripts.mp4
8.39 MB
09- Python Standard Library/1- Python Standard Library.mp4
3.46 MB
09- Python Standard Library/2- Working With Paths.mp4
14.33 MB
09- Python Standard Library/3- Working with Directories.mp4
12.58 MB
09- Python Standard Library/4- Working with Files.mp4
12.73 MB
09- Python Standard Library/5- Working with Zip Files.mp4
10.45 MB
09- Python Standard Library/6- Working with CSV Files.mp4
14.06 MB
09- Python Standard Library/7- Working with JSON Files.mp4
11.59 MB
09- Python Standard Library/8- Working with a SQLite Database.mp4
28.35 MB
09- Python Standard Library/9- Working with Timestamps.mp4
7.07 MB
09- Python Standard Library/10- Working with DateTimes.mp4
17.9 MB
09- Python Standard Library/11- Working with Time Deltas.mp4
8.36 MB
09- Python Standard Library/12- Generating Random Values.mp4
12.9 MB
09- Python Standard Library/13- Opening the Browser.mp4
3.33 MB
09- Python Standard Library/14- Sending Emails.mp4
22.88 MB
09- Python Standard Library/15- Templates.mp4
16.43 MB
09- Python Standard Library/16- Command-line Arguments.mp4
5.5 MB
09- Python Standard Library/17- Running External Programs.mp4
24.72 MB
10- Python Package Index/1- Pypi.mp4
9.12 MB
10- Python Package Index/2- Pip.mp4
20.51 MB
10- Python Package Index/3- Virtual Environments.mp4
11.26 MB
10- Python Package Index/4- Pipenv.mp4
10.16 MB
10- Python Package Index/5- Virtual Environments in VSCode.mp4
12.76 MB
10- Python Package Index/6- Pipfile.mp4
14.01 MB
10- Python Package Index/7- Managing Dependencies.mp4
10.43 MB
10- Python Package Index/8- Publishing Packages.mp4
26.76 MB
10- Python Package Index/9- Docstrings.mp4
17.58 MB
10- Python Package Index/10- Pydoc.mp4
15.38 MB
11- Popular Python Packages/1- Introduction.mp4
8.87 MB
11- Popular Python Packages/2- What are APIs.mp4
8.82 MB
11- Popular Python Packages/3- Yelp API.mp4
10.33 MB
11- Popular Python Packages/4- Searching for Businesses.mp4
37.89 MB
11- Popular Python Packages/5- Hiding API Keys.mp4
6.68 MB
11- Popular Python Packages/6- Sending Text Messages.mp4
19.29 MB
11- Popular Python Packages/7- Web Scraping.mp4
31.07 MB
01- Getting Started/1- What is Python.mp4
12.99 MB
11- Popular Python Packages/9- Working with PDFs.mp4
20.01 MB
11- Popular Python Packages/10- Working with Excel Spreadsheets.mp4
30.05 MB
11- Popular Python Packages/11- Command Query Separation Principle.mp4
13.95 MB
11- Popular Python Packages/12- NumPy.mp4
28.27 MB
12- Building Web Applications with Django/1- Introduction.mp4
7.34 MB
12- Building Web Applications with Django/2- Your First Django Project.mp4
11.79 MB
12- Building Web Applications with Django/3- Your First App.mp4
10.05 MB
12- Building Web Applications with Django/4- Views.mp4
23.7 MB
12- Building Web Applications with Django/5- Models.mp4
15.54 MB
12- Building Web Applications with Django/6- Migrations.mp4
24.2 MB
12- Building Web Applications with Django/7- Changing the Models.mp4
18.5 MB
12- Building Web Applications with Django/8- Admin.mp4
12.71 MB
12- Building Web Applications with Django/9- Customizing the Admin.mp4
21.51 MB
12- Building Web Applications with Django/10- Database Abstraction API.mp4
11.81 MB
12- Building Web Applications with Django/11- Templates.mp4
32.13 MB
12- Building Web Applications with Django/12- Adding Bootstrap.mp4
14.36 MB
12- Building Web Applications with Django/13- Customizing the Layout.mp4
8.5 MB
12- Building Web Applications with Django/14- Sharing a Template Across Multiple Apps.mp4
12.91 MB
12- Building Web Applications with Django/15- Url Parameters.mp4
13.99 MB
12- Building Web Applications with Django/16- Getting a Single Object.mp4
11.62 MB
12- Building Web Applications with Django/17- Raising 404 Errors.mp4
12.88 MB
12- Building Web Applications with Django/18- Referencing Urls.mp4
11.15 MB
12- Building Web Applications with Django/19- Creating APIs.mp4
29.31 MB
12- Building Web Applications with Django/20- Adding the Homepage.mp4
14.08 MB
12- Building Web Applications with Django/21- Getting Ready to Deploy.mp4
31.09 MB
12- Building Web Applications with Django/22- Deployment.mp4
22.85 MB
13- Machine Learning with Python/1- What is Machine Learning.mp4
23.5 MB
13- Machine Learning with Python/2- Machine Learning in Action.mp4
7.15 MB
13- Machine Learning with Python/3- Libraries and Tools.mp4
14.69 MB
13- Machine Learning with Python/4- Importing a Data Set.mp4
19.36 MB
13- Machine Learning with Python/5- Jupyter Shortcuts.mp4
16.59 MB
13- Machine Learning with Python/6- A Real Machine Learning Problem.mp4
13.38 MB
13- Machine Learning with Python/7- Preparing the Data.mp4
8.91 MB
13- Machine Learning with Python/8- Learning and Predicting.mp4
11.73 MB
13- Machine Learning with Python/9- Calculating the Accuracy.mp4
18.52 MB
13- Machine Learning with Python/10- Persisting Models.mp4
9.68 MB
13- Machine Learning with Python/11- Visualizing a Decision Tree.mp4
34.58 MB