|
|
1 -00-BasicUML-Introduction.pdf
|
PDF
|
390.6 KB
|
|
|
1 -00-Code-Quality-Clean-Code-and-PEP-8.pdf
|
PDF
|
52.8 KB
|
|
|
1 -00-DatabaseBasics-Introduction.pdf
|
PDF
|
36.9 KB
|
|
|
1 -00-OOP-Basics-Introduction.pdf
|
PDF
|
28.3 KB
|
|
|
1 -00-PyCharm-Basics-Install.pdf
|
PDF
|
39.5 KB
|
|
|
1 -00-Python-Essential-Concepts-Syntax.pdf
|
PDF
|
46.9 KB
|
|
|
1 -Basic Python Syntax Your First Steps in Programming.en_US.vtt
|
VTT
|
2.7 KB
|
|
|
1 -Basic Python Syntax Your First Steps in Programming.mp4
|
MP4
|
10.7 MB
|
|
|
1 -Creating the Fitness Tracker Project in PyCharm.en_US.vtt
|
VTT
|
1.1 KB
|
|
|
1 -Creating the Fitness Tracker Project in PyCharm.mp4
|
MP4
|
17.5 MB
|
|
|
1 -Installing PyCharm on Windows.en_US.vtt
|
VTT
|
1.6 KB
|
|
|
1 -Installing PyCharm on Windows.mp4
|
MP4
|
15.6 MB
|
|
|
1 -Introduction to Object-Oriented Programming (OOP).en_US.vtt
|
VTT
|
1 KB
|
|
|
1 -Introduction to Object-Oriented Programming (OOP).mp4
|
MP4
|
3.6 MB
|
|
|
1 -Introduction to Relational Databases.en_US.vtt
|
VTT
|
1.5 KB
|
|
|
1 -Introduction to Relational Databases.mp4
|
MP4
|
8.3 MB
|
|
|
1 -Introduction to UML Diagrams.en_US.vtt
|
VTT
|
1.9 KB
|
|
|
1 -Introduction to UML Diagrams.mp4
|
MP4
|
10.9 MB
|
|
|
1 -Setting Up the Dice Game Project in PyCharm.en_US.vtt
|
VTT
|
614.4 B
|
|
|
1 -Setting Up the Dice Game Project in PyCharm.mp4
|
MP4
|
5.1 MB
|
|
|
1 -Writing Clean Code Adhering to Python's Official Style (PEP 8).en_US.vtt
|
VTT
|
4.7 KB
|
|
|
1 -Writing Clean Code Adhering to Python's Official Style (PEP 8).mp4
|
MP4
|
22 MB
|
|
|
10 -09-DatabaseBasics-SELECT-Advanced.pdf
|
PDF
|
39.9 KB
|
|
|
10 -09-Python-Essential-Concepts-Loops.pdf
|
PDF
|
47 KB
|
|
|
10 -Adding the execute_turn Function in the Dice Game Module.en_US.vtt
|
VTT
|
614.4 B
|
|
|
10 -Adding the execute_turn Function in the Dice Game Module.mp4
|
MP4
|
4.5 MB
|
|
|
10 -Advanced SELECT JOINs, Aggregate Functions, GROUP BY, and HAVING.en_US.vtt
|
VTT
|
2.7 KB
|
|
|
10 -Advanced SELECT JOINs, Aggregate Functions, GROUP BY, and HAVING.mp4
|
MP4
|
13.3 MB
|
|
|
10 -Documenting the Project with Google-Style Docstrings and Installing Sphinx.en_US.vtt
|
VTT
|
1.8 KB
|
|
|
10 -Documenting the Project with Google-Style Docstrings and Installing Sphinx.mp4
|
MP4
|
17.6 MB
|
|
|
10 -Python Loops 101 For, While, Range, Break, and Continue Explained.en_US.vtt
|
VTT
|
2.6 KB
|
|
|
10 -Python Loops 101 For, While, Range, Break, and Continue Explained.mp4
|
MP4
|
10.6 MB
|
|
|
11 -10-DatabaseBasics-Transactions.pdf
|
PDF
|
52.5 KB
|
|
|
11 -10-Python-Essential-Concepts-Import-Modules.pdf
|
PDF
|
46.3 KB
|
|
|
11 -Generating Documentation Automatically Using Sphinx.en_US.vtt
|
VTT
|
4.4 KB
|
|
|
11 -Generating Documentation Automatically Using Sphinx.mp4
|
MP4
|
30.9 MB
|
|
|
11 -How to Import and Use Modules and Libraries in Python.en_US.vtt
|
VTT
|
2.7 KB
|
|
|
11 -How to Import and Use Modules and Libraries in Python.mp4
|
MP4
|
11.2 MB
|
|
|
11 -SQL Transactions Ensuring Data Integrity.en_US.vtt
|
VTT
|
2.2 KB
|
|
|
11 -SQL Transactions Ensuring Data Integrity.mp4
|
MP4
|
11.6 MB
|
|
|
11 -exercise.py
|
PY
|
3.3 KB
|
|
|
11 -fitness_tracker.py
|
PY
|
1.2 KB
|
|
|
11 -input_validation.py
|
PY
|
1.6 KB
|
|
|
12 -11-Python-Essential-Concepts-Lexical-Scope.pdf
|
PDF
|
42.8 KB
|
|
|
12 -Understanding Lexical Scope (Static Scope) in Python.en_US.vtt
|
VTT
|
2.4 KB
|
|
|
12 -Understanding Lexical Scope (Static Scope) in Python.mp4
|
MP4
|
11.4 MB
|
|
|
13 -12-Python-Essential-Concepts-Data-Structures.pdf
|
PDF
|
44.9 KB
|
|
|
13 -Introduction to Python Data Structures Lists, Tuples, Dictionaries, and Sets.en_US.vtt
|
VTT
|
3.2 KB
|
|
|
13 -Introduction to Python Data Structures Lists, Tuples, Dictionaries, and Sets.mp4
|
MP4
|
17.6 MB
|
|
|
14 -13-Python-Essential-Concepts-Type-Conversion.pdf
|
PDF
|
41.4 KB
|
|
|
14 -Type Conversion in Python Implicit vs Explicit.en_US.vtt
|
VTT
|
2.4 KB
|
|
|
14 -Type Conversion in Python Implicit vs Explicit.mp4
|
MP4
|
10.9 MB
|
|
|
15 -14-Python-Essential-Concepts-Errors.pdf
|
PDF
|
44.3 KB
|
|
|
15 -Common Python Errors and How to Handle Them with Try-Except.en_US.vtt
|
VTT
|
3 KB
|
|
|
15 -Common Python Errors and How to Handle Them with Try-Except.mp4
|
MP4
|
13.5 MB
|
|
|
16 -15-Python-Essential-Concepts-User-Input.pdf
|
PDF
|
40.9 KB
|
|
|
16 -Getting User Input in Python A Complete Guide.en_US.vtt
|
VTT
|
1.9 KB
|
|
|
16 -Getting User Input in Python A Complete Guide.mp4
|
MP4
|
8.5 MB
|
|
|
2 -01-BasicUML-DiagramTypes-Class.pdf
|
PDF
|
785.6 KB
|
|
|
2 -01-Code-Quality-Modular-Design.pdf
|
PDF
|
55.1 KB
|
|
|
2 -01-DatabaseBasics-DataTypes.pdf
|
PDF
|
47 KB
|
|
|
2 -01-OOP-Basics-Class.pdf
|
PDF
|
45.6 KB
|
|
|
2 -01-Python-Essential-Concepts-Numbers.pdf
|
PDF
|
44.9 KB
|
|
|
2 -Creating the Game State Dictionary in the Dice Game Module.en_US.vtt
|
VTT
|
819.2 B
|
|
|
2 -Creating the Game State Dictionary in the Dice Game Module.mp4
|
MP4
|
4.6 MB
|
|
|
2 -Creating the Main Files and Functions of the Project.en_US.vtt
|
VTT
|
1.3 KB
|
|
|
2 -Creating the Main Files and Functions of the Project.mp4
|
MP4
|
17.6 MB
|
|
|
2 -Data Types in Relational Databases.en_US.vtt
|
VTT
|
4.1 KB
|
|
|
2 -Data Types in Relational Databases.mp4
|
MP4
|
17.2 MB
|
|
|
2 -Modular Design in Python Using Modules and Packages Effectively.en_US.vtt
|
VTT
|
3.1 KB
|
|
|
2 -Modular Design in Python Using Modules and Packages Effectively.mp4
|
MP4
|
12.8 MB
|
|
|
2 -Python Numbers and Math Operators A Beginner’s Guide.en_US.vtt
|
VTT
|
2.7 KB
|
|
|
2 -Python Numbers and Math Operators A Beginner’s Guide.mp4
|
MP4
|
10.3 MB
|
|
|
2 -Setting Up Your First Project in PyCharm.en_US.vtt
|
VTT
|
1.5 KB
|
|
|
2 -Setting Up Your First Project in PyCharm.mp4
|
MP4
|
17 MB
|
|
|
2 -Types of UML Diagrams and Their Use Cases.en_US.vtt
|
VTT
|
2.3 KB
|
|
|
2 -Types of UML Diagrams and Their Use Cases.mp4
|
MP4
|
12.4 MB
|
|
|
2 -Understanding Classes, Objects, Attributes, and Methods.en_US.vtt
|
VTT
|
4.8 KB
|
|
|
2 -Understanding Classes, Objects, Attributes, and Methods.mp4
|
MP4
|
24.3 MB
|
|
|
3 -02-BasicUML-DiagramTypes-UseCase.pdf
|
PDF
|
268.4 KB
|
|
|
3 -02-Code-Quality-Documentation.pdf
|
PDF
|
46.1 KB
|
|
|
3 -02-DatabaseBasics-TableSchema.pdf
|
PDF
|
47.6 KB
|
|
|
3 -02-OOP-Basics-Inheritance.pdf
|
PDF
|
47.2 KB
|
|
|
3 -02-Python-Essential-Concepts-Strings.pdf
|
PDF
|
36.4 KB
|
|
|
3 -Creating and Running Your First Python File.en_US.vtt
|
VTT
|
1.1 KB
|
|
|
3 -Creating and Running Your First Python File.mp4
|
MP4
|
12.7 MB
|
|
|
3 -Implementing the Display Module's display_scores Function.en_US.vtt
|
VTT
|
409.6 B
|
|
|
3 -Implementing the Display Module's display_scores Function.mp4
|
MP4
|
2.7 MB
|
|
|
3 -Implementing the Main Loop of the Fitness Tracker Project.en_US.vtt
|
VTT
|
1.2 KB
|
|
|
3 -Implementing the Main Loop of the Fitness Tracker Project.mp4
|
MP4
|
15.4 MB
|
|
|
3 -Mastering Documentation Writing Docstrings and Comments.en_US.vtt
|
VTT
|
2.8 KB
|
|
|
3 -Mastering Documentation Writing Docstrings and Comments.mp4
|
MP4
|
12.8 MB
|
|
|
3 -Mastering Inheritance in Python.en_US.vtt
|
VTT
|
4.8 KB
|
|
|
3 -Mastering Inheritance in Python.mp4
|
MP4
|
25.7 MB
|
|
|
3 -Understanding Table Schema.en_US.vtt
|
VTT
|
2.6 KB
|
|
|
3 -Understanding Table Schema.mp4
|
MP4
|
11.8 MB
|
|
|
3 -Understanding UML Class Diagrams.en_US.vtt
|
VTT
|
3.8 KB
|
|
|
3 -Understanding UML Class Diagrams.mp4
|
MP4
|
23.1 MB
|
|
|
3 -Working with Strings Variables, Operators, and Practical Use.en_US.vtt
|
VTT
|
1 KB
|
|
|
3 -Working with Strings Variables, Operators, and Practical Use.mp4
|
MP4
|
4.5 MB
|
|
|
4 -03-BasicUML-DiagramTypes-Sequence.pdf
|
PDF
|
515.8 KB
|
|
|
4 -03-Code-Quality-Docs-Best-Practices.pdf
|
PDF
|
41.6 KB
|
|
|
4 -03-DatabaseBasics-SQL-Syntax.pdf
|
PDF
|
40.9 KB
|
|
|
4 -03-OOP-Basics-Encapsulation.pdf
|
PDF
|
45.8 KB
|
|
|
4 -03-Python-Essential-Concepts-Functions.pdf
|
PDF
|
41.4 KB
|
|
|
4 -Best Practices for Python Comments and Documentation.en_US.vtt
|
VTT
|
1.9 KB
|
|
|
4 -Creating UML Use Case Diagrams.en_US.vtt
|
VTT
|
2.5 KB
|
|
|
4 -Creating UML Use Case Diagrams.mp4
|
MP4
|
13.2 MB
|
|
|
4 -Encapsulation Hiding Data for Better Code Organization.en_US.vtt
|
VTT
|
4.5 KB
|
|
|
4 -Encapsulation Hiding Data for Better Code Organization.mp4
|
MP4
|
24.7 MB
|
|
|
4 -Finishing the Implementation of the Display Module.en_US.vtt
|
VTT
|
512 B
|
|
|
4 -Finishing the Implementation of the Display Module.mp4
|
MP4
|
3.9 MB
|
|
|
4 -Finishing the Main File of the Project.en_US.vtt
|
VTT
|
819.2 B
|
|
|
4 -Finishing the Main File of the Project.mp4
|
MP4
|
12 MB
|
|
|
4 -How to Declare and Use Functions in Python.en_US.vtt
|
VTT
|
2.1 KB
|
|
|
4 -How to Declare and Use Functions in Python.mp4
|
MP4
|
8.2 MB
|
|
|
4 -Mastering Debug Mode Breakpoints, Step Over, and Step Into.en_US.vtt
|
VTT
|
3.3 KB
|
|
|
4 -Mastering Debug Mode Breakpoints, Step Over, and Step Into.mp4
|
MP4
|
36.7 MB
|
|
|
4 -SQL Syntax Basics Writing Your First Queries.en_US.vtt
|
VTT
|
2.5 KB
|
|
|
4 -SQL Syntax Basics Writing Your First Queries.mp4
|
MP4
|
12.1 MB
|
|
|
5 -03-BasicUML-DiagramTypes-Sequence.pdf
|
PDF
|
515.8 KB
|
|
|
5 -04-Code-Quality-Google-Style-Docstrings-Introduction.pdf
|
PDF
|
37.6 KB
|
|
|
5 -04-DatabaseBasics-CRUD-Basics.pdf
|
PDF
|
35.7 KB
|
|
|
5 -04-OOP-Basics-Polymorphism.pdf
|
PDF
|
45.9 KB
|
|
|
5 -04-Python-Essential-Concepts-Math-Functions.pdf
|
PDF
|
40 KB
|
|
|
5 -CRUD Basics The Four Core Operations.en_US.vtt
|
VTT
|
1 KB
|
|
|
5 -CRUD Basics The Four Core Operations.mp4
|
MP4
|
4.4 MB
|
|
|
5 -Creating the Game Logic Module’s get_player_choice Function.en_US.vtt
|
VTT
|
716.8 B
|
|
|
5 -Creating the Game Logic Module’s get_player_choice Function.mp4
|
MP4
|
4.5 MB
|
|
|
5 -Exploring Python’s Built-In Math Functions.en_US.vtt
|
VTT
|
1.1 KB
|
|
|
5 -Exploring Python’s Built-In Math Functions.mp4
|
MP4
|
5.3 MB
|
|
|
5 -Exploring UML Sequence Diagrams.en_US.vtt
|
VTT
|
3.3 KB
|
|
|
5 -Exploring UML Sequence Diagrams.mp4
|
MP4
|
16.8 MB
|
|
|
5 -Getting Started with Google Style Docstrings in Python.en_US.vtt
|
VTT
|
1.5 KB
|
|
|
5 -Getting Started with Google Style Docstrings in Python.mp4
|
MP4
|
7.2 MB
|
|
|
5 -Implementing the Input Validation Module.en_US.vtt
|
VTT
|
1.5 KB
|
|
|
5 -Implementing the Input Validation Module.mp4
|
MP4
|
16.8 MB
|
|
|
5 -Polymorphism Flexible Code with Dynamic Behavior.en_US.vtt
|
VTT
|
4 KB
|
|
|
5 -Polymorphism Flexible Code with Dynamic Behavior.mp4
|
MP4
|
23.5 MB
|
|
|
6 -05-BasicUML-DiagramTypes-State.pdf
|
PDF
|
258.8 KB
|
|
|
6 -05-Code-Quality-Google-Style-Docstrings.pdf
|
PDF
|
41.6 KB
|
|
|
6 -05-DatabaseBasics-CRUD-Basics-Create.pdf
|
PDF
|
31.1 KB
|
|
|
6 -05-OOP-Basics-Abstract-Classes-Interfaces-and-Composition.pdf
|
PDF
|
41.9 KB
|
|
|
6 -05-Python-Essential-Concepts-String-Functions.pdf
|
PDF
|
41.3 KB
|
|
|
6 -Abstract Classes, Interfaces, and Composition in Python.en_US.vtt
|
VTT
|
3.8 KB
|
|
|
6 -Abstract Classes, Interfaces, and Composition in Python.mp4
|
MP4
|
18.2 MB
|
|
|
6 -Building the Game Logic Module’s player_holds Function.en_US.vtt
|
VTT
|
716.8 B
|
|
|
6 -Building the Game Logic Module’s player_holds Function.mp4
|
MP4
|
3.8 MB
|
|
|
6 -Creating New Records in SQL.en_US.vtt
|
VTT
|
2.2 KB
|
|
|
6 -Creating New Records in SQL.mp4
|
MP4
|
9.1 MB
|
|
|
6 -Essential Python String Functions for Everyday Use.en_US.vtt
|
VTT
|
1.5 KB
|
|
|
6 -Essential Python String Functions for Everyday Use.mp4
|
MP4
|
6.7 MB
|
|
|
6 -Finishing the Input Validation Module.en_US.vtt
|
VTT
|
1.3 KB
|
|
|
6 -Finishing the Input Validation Module.mp4
|
MP4
|
11.9 MB
|
|
|
6 -Mastering Google Style Docstrings for Python.en_US.vtt
|
VTT
|
2.5 KB
|
|
|
6 -Mastering Google Style Docstrings for Python.mp4
|
MP4
|
12.2 MB
|
|
|
6 -Modeling Workflows with UML Activity Diagrams.en_US.vtt
|
VTT
|
2.3 KB
|
|
|
6 -Modeling Workflows with UML Activity Diagrams.mp4
|
MP4
|
11.3 MB
|
|
|
7 -06-BasicUML-PlantUML.pdf
|
PDF
|
314.5 KB
|
|
|
7 -06-Code-Quality-Pydoc-And-Sphinx.pdf
|
PDF
|
42.1 KB
|
|
|
7 -06-DatabaseBasics-CRUD-Basics-Read.pdf
|
PDF
|
43.7 KB
|
|
|
7 -06-OOP-Basics-Magic-Methods-And-Decorators.pdf
|
PDF
|
42 KB
|
|
|
7 -06-Python-Essential-Concepts-Boolean-Logic.pdf
|
PDF
|
37.6 KB
|
|
|
7 -Automatically Generating Documentation with Pydoc and Sphinx.en_US.vtt
|
VTT
|
2.8 KB
|
|
|
7 -Automatically Generating Documentation with Pydoc and Sphinx.mp4
|
MP4
|
11.3 MB
|
|
|
7 -Implementing the Exercise Module.en_US.vtt
|
VTT
|
1.1 KB
|
|
|
7 -Implementing the Exercise Module.mp4
|
MP4
|
9 MB
|
|
|
7 -Magic Methods, Operator Overloading, and Decorators.en_US.vtt
|
VTT
|
2.3 KB
|
|
|
7 -Magic Methods, Operator Overloading, and Decorators.mp4
|
MP4
|
12.1 MB
|
|
|
7 -Reading Existing Records in SQL.en_US.vtt
|
VTT
|
2.2 KB
|
|
|
7 -Reading Existing Records in SQL.mp4
|
MP4
|
9.8 MB
|
|
|
7 -UML State Diagrams Representing Object States.en_US.vtt
|
VTT
|
1.6 KB
|
|
|
7 -UML State Diagrams Representing Object States.mp4
|
MP4
|
7.3 MB
|
|
|
7 -Understanding Boolean Variables and Boolean Logic in Python.en_US.vtt
|
VTT
|
1.2 KB
|
|
|
7 -Understanding Boolean Variables and Boolean Logic in Python.mp4
|
MP4
|
6.3 MB
|
|
|
7 -Writing the Dice Module's roll_dice and roll_and_display_dice Functions.en_US.vtt
|
VTT
|
1.4 KB
|
|
|
7 -Writing the Dice Module's roll_dice and roll_and_display_dice Functions.mp4
|
MP4
|
7 MB
|
|
|
8 -07-Code-Quality-Sphinx-Config-File.pdf
|
PDF
|
45.1 KB
|
|
|
8 -07-DatabaseBasics-CRUD-Basics-Update.pdf
|
PDF
|
54.9 KB
|
|
|
8 -07-Python-Essential-Concepts-Conditionals.pdf
|
PDF
|
39.9 KB
|
|
|
8 -Configuring Sphinx Editing the conf.py File for Your Project.en_US.vtt
|
VTT
|
2 KB
|
|
|
8 -Configuring Sphinx Editing the conf.py File for Your Project.mp4
|
MP4
|
9.5 MB
|
|
|
8 -Finishing the Exercise Module Implementation.en_US.vtt
|
VTT
|
921.6 B
|
|
|
8 -Finishing the Exercise Module Implementation.mp4
|
MP4
|
12.2 MB
|
|
|
8 -Implementing the Dice Module's is_double Function.en_US.vtt
|
VTT
|
614.4 B
|
|
|
8 -Implementing the Dice Module's is_double Function.mp4
|
MP4
|
4 MB
|
|
|
8 -Mastering If, Else, and Elif Making Decisions in Python Code.en_US.vtt
|
VTT
|
1.8 KB
|
|
|
8 -Mastering If, Else, and Elif Making Decisions in Python Code.mp4
|
MP4
|
7.5 MB
|
|
|
8 -Updating Existing Records in SQL.en_US.vtt
|
VTT
|
2.4 KB
|
|
|
8 -Updating Existing Records in SQL.mp4
|
MP4
|
10.8 MB
|
|
|
9 -08-Code-Quality-Generate-Docs-Using-Sphinx.pdf
|
PDF
|
45.7 KB
|
|
|
9 -08-DatabaseBasics-CRUD-Basics-Delete.pdf
|
PDF
|
42.6 KB
|
|
|
9 -08-Python-Essential-Concepts-String-Comparison-Operators.pdf
|
PDF
|
39.8 KB
|
|
|
9 -Automatically Generate Project Documentation Using Sphinx.en_US.vtt
|
VTT
|
3.3 KB
|
|
|
9 -Automatically Generate Project Documentation Using Sphinx.mp4
|
MP4
|
14.7 MB
|
|
|
9 -Creating the Game Logic Module’s play_turn Function.en_US.vtt
|
VTT
|
1.8 KB
|
|
|
9 -Creating the Game Logic Module’s play_turn Function.mp4
|
MP4
|
12 MB
|
|
|
9 -Deleting Existing Records in SQL.en_US.vtt
|
VTT
|
2.6 KB
|
|
|
9 -Deleting Existing Records in SQL.mp4
|
MP4
|
11.4 MB
|
|
|
9 -How to Compare Strings with Python’s Operators.en_US.vtt
|
VTT
|
921.6 B
|
|
|
9 -How to Compare Strings with Python’s Operators.mp4
|
MP4
|
4.2 MB
|
|
|
9 -Testing the Fitness Tracker Program.en_US.vtt
|
VTT
|
2.4 KB
|
|
|
9 -Testing the Fitness Tracker Program.mp4
|
MP4
|
15.7 MB
|
|
|
Bonus Resources.txt
|
TXT
|
409.6 B
|
|
|
Get Bonus Downloads Here.url
|
URL
|
204.8 B
|