Softwarez.Info - Software's World!
Ultimate Python - ML AI Hacking Speech Recognition and more - Printable Version

+- Softwarez.Info - Software's World! (https://softwarez.info)
+-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone)
+--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials)
+--- Thread: Ultimate Python - ML AI Hacking Speech Recognition and more (/Thread-Ultimate-Python-ML-AI-Hacking-Speech-Recognition-and-more)



Ultimate Python - ML AI Hacking Speech Recognition and more - AD-TEAM - 01-21-2025

[Image: 537368816_que-es-udemy-analisis-opiniones.jpg]
7.26 GB | 13min 8s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English

Files Included :
1 Introduction.mp4 (44.79 MB)
2 Who is Your Instructor.mp4 (15.91 MB)
1 Section Introduction.mp4 (9.03 MB)
10 Section Summary.mp4 (10.34 MB)
2 input.mp4 (10.24 MB)
3 Basic File Concepts.mp4 (10.17 MB)
4 open and close.mp4 (8.06 MB)
5 getcwd.mp4 (7.03 MB)
6 mkdir and chdir.mp4 (12.75 MB)
7 rename and remove.mp4 (10.74 MB)
8 read, readline, and readlines.mp4 (21.63 MB)
9 write and append.mp4 (14.56 MB)
1 Section Introduction.mp4 (7.74 MB)
2 What is a function.mp4 (7.68 MB)
3 Creating a function.mp4 (5.74 MB)
4 Calling a function.mp4 (6.69 MB)
5 Parameters and Arguments.mp4 (11.79 MB)
6 Default Parameters.mp4 (15.35 MB)
7 Overloading.mp4 (5.75 MB)
8 Recursion.mp4 (31.33 MB)
9 Section Summary.mp4 (9.21 MB)
1 Section Introduction.mp4 (8.6 MB)
10 Section Summary.mp4 (8.87 MB)
2 What is REGEX.mp4 (8.72 MB)
3 Basic Regular Expressions.mp4 (10.65 MB)
4 Operators and Syntax.mp4 (28.98 MB)
5 Regular Expression Objects in Python.mp4 (9.85 MB)
6 Match Objects in Python.mp4 (11.66 MB)
7 Working with Regular Expressions in Python.mp4 (13.57 MB)
9 Answer to Coding Exercise Regular Expressions.mp4 (4.98 MB)
1 Section Introduction.mp4 (6.46 MB)
2 What is XML.mp4 (8.14 MB)
3 XML Syntax.mp4 (11.77 MB)
4 XML Trees and Elements.mp4 (8.91 MB)
5 Parsing XML.mp4 (12.13 MB)
6 Modifying XML with Python.mp4 (14.08 MB)
7 Section Summary.mp4 (7.14 MB)
1 Section Introduction.mp4 (6.2 MB)
2 What is JSON.mp4 (6.73 MB)
3 JSON Syntax.mp4 (7.32 MB)
4 JSON to Python.mp4 (7.09 MB)
5 Python to JSON.mp4 (6.83 MB)
6 Section Summary.mp4 (5.35 MB)
1 Section Introduction.mp4 (6.47 MB)
2 What is a Character Encoding.mp4 (13.44 MB)
3 Unicode.mp4 (7.04 MB)
4 Built-In Functions.mp4 (23.5 MB)
5 String Literals.mp4 (9.47 MB)
6 Other Encodings.mp4 (11.25 MB)
7 Section Summary.mp4 (6.46 MB)
1 Section Introduction.mp4 (7.38 MB)
10 Section Summary.mp4 (8.43 MB)
2 What is Object Oriented Programming.mp4 (19.86 MB)
3 Four Pillars of Object Oriented Programming.mp4 (12.96 MB)
4 Classes.mp4 (6.01 MB)
5 Attributes.mp4 (7.79 MB)
6 Objects.mp4 (8.73 MB)
7 Inheritance.mp4 (13.05 MB)
8 Composition.mp4 (11.51 MB)
9 Decorators.mp4 (9.35 MB)
1 Section Introduction.mp4 (8.83 MB)
10 Answer to Coding Exercise Pre-Order Traversal.mp4 (6.78 MB)
12 Answer to Coding Exercise In-Order Traversal.mp4 (6.54 MB)
14 Answer to Coding Exercise Post-Order Traversal.mp4 (6.75 MB)
15 Section Summary.mp4 (9.37 MB)
2 What is a Tree.mp4 (25.16 MB)
3 Creating a Tree.mp4 (10.69 MB)
4 Determining a Tree's Height.mp4 (9.36 MB)
5 Checking if a Tree is Balanced.mp4 (11.9 MB)
6 Traversing a Tree.mp4 (16.66 MB)
7 Breadth First Search (BFS).mp4 (18.73 MB)
8 Depth First Search (DFS).mp4 (9.18 MB)
1 Section Introduction.mp4 (6.17 MB)
2 What is a Graph.mp4 (18.62 MB)
3 Adjacency Matrix.mp4 (16.76 MB)
4 Adjacency List.mp4 (24.28 MB)
5 Breadth First Search (BFS).mp4 (13.79 MB)
6 Depth First Search (DFS).mp4 (9.37 MB)
7 Section Summary.mp4 (6.5 MB)
1 Section Introduction.mp4 (6.29 MB)
2 What is a Linked List.mp4 (6.25 MB)
3 Creating a Linked List.mp4 (19.12 MB)
4 Traversing a Linked List.mp4 (8.63 MB)
5 Insert.mp4 (14.54 MB)
6 Remove.mp4 (13.06 MB)
7 Section Summary.mp4 (6.3 MB)
1 Section Introduction.mp4 (13.02 MB)
10 Section Summary.mp4 (25.29 MB)
2 What is Computer Science.mp4 (21.5 MB)
3 What is Computer Programming.mp4 (14.43 MB)
4 5 Generations of Programming Languages.mp4 (15.06 MB)
5 What is Python and why should you use it.mp4 (7.92 MB)
6 What happens under the hood of the computer.mp4 (12.28 MB)
7 The Heap and the Stack.mp4 (13.83 MB)
8 How to get the most out of this course.mp4 (18.84 MB)
9 Tips for becoming the best Python programmer you can be.mp4 (13.71 MB)
1 Section Introduction.mp4 (8.47 MB)
10 ZeroDivisionError.mp4 (5.95 MB)
11 Unit Testing.mp4 (19.37 MB)
13 Answer to Coding Exercise Fix Index Error.mp4 (7.05 MB)
15 Answer to Coding Exercise Fix Type Error.mp4 (7.94 MB)
17 Answer to Coding Exercise Fix Name Error.mp4 (5.71 MB)
18 Section Summary.mp4 (9.5 MB)
2 What is Debugging.mp4 (20.91 MB)
3 Types of Errors.mp4 (6.24 MB)
4 IndexError.mp4 (8.01 MB)
5 ModuleNotFoundError.mp4 (5.43 MB)
6 KeyError.mp4 (6.77 MB)
7 TypeError.mp4 (7.35 MB)
8 ValueError.mp4 (6.54 MB)
9 NameError.mp4 (5.64 MB)
1 Section Introduction.mp4 (6.76 MB)
2 What is PEP.mp4 (7.25 MB)
3 Code Layout.mp4 (9.72 MB)
4 String Quotes.mp4 (6.62 MB)
5 Whitespace.mp4 (7.17 MB)
6 Comments.mp4 (7.44 MB)
7 Naming Conventions.mp4 (7.58 MB)
8 Section Summary.mp4 (6.62 MB)
1 Section Introduction.mp4 (6.6 MB)
2 Why is Documenting Code Important.mp4 (8.61 MB)
3 Commenting vs Documenting.mp4 (6.92 MB)
4 Docstrings.mp4 (22.69 MB)
5 Documentation Tools.mp4 (14.72 MB)
6 Section Summary.mp4 (6.53 MB)
1 Section Introduction.mp4 (6.56 MB)
2 What is Refactoring.mp4 (7.79 MB)
3 Refactoring using PyCharm.mp4 (29.52 MB)
4 Ultimate Guide to Python Refactoring.mp4 (17.01 MB)
6 Answer to Coding Exercise Refactoring Python Code.mp4 (7.21 MB)
7 Section Summary.mp4 (7.14 MB)
1 Section Introduction.mp4 (6 MB)
10 Section Summary.mp4 (6.45 MB)
2 What is Reflection.mp4 (7.81 MB)
3 type.mp4 (9.18 MB)
4 isinstance.mp4 (8.56 MB)
5 hasattr.mp4 (5.94 MB)
6 id.mp4 (5.37 MB)
7 dir.mp4 (6.06 MB)
8 vars.mp4 (5.38 MB)
9 callable.mp4 (6.38 MB)
1 Section Introduction.mp4 (7.23 MB)
10 Section Summary.mp4 (7.85 MB)
2 Bits and Bit Shifting.mp4 (8.16 MB)
3 Bitwise Math By Hand.mp4 (10.98 MB)
4 (Left Shift).mp4 (8.62 MB)
5 (Right Shift).mp4 (8.77 MB)
6 & (Bitwise AND).mp4 (6.22 MB)
7 (Bitwise OR).mp4 (5.94 MB)
8 ~ (Compliment).mp4 (5.68 MB)
9 ^ (Bitwise Exclusive OR).mp4 (6.02 MB)
1 Section Introduction.mp4 (8.66 MB)
10 GUI Automation (Keyboard and Mouse).mp4 (27.47 MB)
11 Section Summary.mp4 (7.87 MB)
2 Input Validation.mp4 (26.37 MB)
3 Organizing Files.mp4 (26.69 MB)
4 Webscraping.mp4 (14.85 MB)
5 Sending Emails.mp4 (28.38 MB)
6 Excel Spreadsheets.mp4 (25.76 MB)
7 PDFs and Word Documents.mp4 (23.43 MB)
8 CSV Files.mp4 (10.84 MB)
9 Launching Programs.mp4 (8.11 MB)
1 Section Introduction.mp4 (5.37 MB)
2 Socket Programming.mp4 (26.83 MB)
3 Multithreading.mp4 (45.52 MB)
4 Section Summary.mp4 (6.32 MB)
1 Section Introduction.mp4 (5.47 MB)
2 What is asynchronous code.mp4 (8.33 MB)
3 Coroutines.mp4 (16.42 MB)
4 Tasks.mp4 (13.65 MB)
5 Section Summary.mp4 (5.87 MB)
1 Section Introduction.mp4 (5.72 MB)
2 Open the Shell.mp4 (4.59 MB)
3 Execute Commands.mp4 (6.81 MB)
4 Execute a Python Script.mp4 (7.67 MB)
5 Section Summary.mp4 (5.92 MB)
1 Section Introduction.mp4 (10 MB)
2 Downloading and Installing PyCharm.mp4 (15.27 MB)
3 Introduction to PyCharm.mp4 (21.86 MB)
5 Referring to the Python Documentation.mp4 (11.81 MB)
6 Section Summary.mp4 (8.85 MB)
1 Section Introduction.mp4 (7.69 MB)
2 Assessment Methodology.mp4 (21.55 MB)
3 Understanding Network Communication.mp4 (23.52 MB)
4 The Socket.mp4 (9.15 MB)
5 Python Network Scanner.mp4 (27.87 MB)
6 Application Layer.mp4 (29.08 MB)
7 Client-Side Validation.mp4 (16.7 MB)
8 DoS and DDoS Attacks.mp4 (30.71 MB)
9 Section Summary.mp4 (7.25 MB)
1 Section Introduction.mp4 (6.58 MB)
2 Configuring Python 2 with PyCharm.mp4 (13.67 MB)
3 print.mp4 (5.07 MB)
4 input.mp4 (6.74 MB)
5 Integer Division.mp4 (6.24 MB)
6 Section Summary.mp4 (6.37 MB)
1 Section Introduction.mp4 (6.85 MB)
2 Download and Install Selenium.mp4 (5.06 MB)
3 Basics.mp4 (17.9 MB)
4 Navigation.mp4 (16.71 MB)
5 Locating Elements.mp4 (25.3 MB)
6 Waits.mp4 (17.67 MB)
7 Automate an AI that plays Pac-Man on the Web.mp4 (17.85 MB)
8 Selenium Web Driver API.mp4 (13.1 MB)
9 Section Summary.mp4 (6.7 MB)
1 Section Introduction.mp4 (7.34 MB)
10 Section Summary.mp4 (8.77 MB)
2 Download and Install Kivy.mp4 (8.34 MB)
3 What is Kivy.mp4 (7.76 MB)
4 Hello World in Kivy.mp4 (12.53 MB)
5 Planning our App.mp4 (9.09 MB)
6 Kivy GUI Elements.mp4 (12.42 MB)
7 Kv Programming Language.mp4 (19.68 MB)
8 Coding the App.mp4 (86.13 MB)
9 Building and Exporting the App.mp4 (19.81 MB)
1 Section Introduction.mp4 (6.04 MB)
2 What is NumPy.mp4 (6.56 MB)
3 Basics of NumPy for Data Science.mp4 (21.47 MB)
4 What is Matplotlib.mp4 (6.45 MB)
5 Plotting Graphs.mp4 (37.33 MB)
6 Section Summary.mp4 (6.62 MB)
1 Section Introduction.mp4 (6.54 MB)
2 What is Machine Learning.mp4 (15.98 MB)
3 Regression.mp4 (25.25 MB)
4 Classification.mp4 (70.55 MB)
4 1 Fruits.zip (122.54 KB)
5 Clustering.mp4 (22.17 MB)
6 Recommender Systems.mp4 (30.3 MB)
7 Section Summary.mp4 (5.93 MB)
1 Section Introduction.mp4 (8.06 MB)
10 XOR Process.mp4 (13.02 MB)
11 Affine Cipher.mp4 (31.67 MB)
12 Monoalphabetic Cipher.mp4 (30.6 MB)
13 Vignere Cipher.mp4 (26.05 MB)
14 One Time Pad Cipher.mp4 (9.58 MB)
15 Symmetric and Asymmetric Cryptography.mp4 (9.95 MB)
16 RSA Cipher.mp4 (24.5 MB)
17 Section Summary.mp4 (7.49 MB)
2 What is Cryptography.mp4 (7.86 MB)
3 Reverse Cipher.mp4 (9.44 MB)
4 Caesar Cipher.mp4 (24.2 MB)
5 ROT13 Algorithm.mp4 (6.37 MB)
6 Transposition Cipher.mp4 (12 MB)
7 Encryption of files.mp4 (22.79 MB)
8 Decryption of files.mp4 (9.64 MB)
9 Base64 Encoding and Decoding.mp4 (12.39 MB)
1 Section Introduction.mp4 (6.46 MB)
2 What is Speech Recognition.mp4 (6.52 MB)
3 Recognizer Class.mp4 (10.74 MB)
4 Audio.mp4 (14.52 MB)
5 Microphones.mp4 (16.6 MB)
6 Hands-On Project.mp4 (21.51 MB)
7 Section Summary.mp4 (5.5 MB)
1 Section Introduction.mp4 (5.84 MB)
2 What is IronPython.mp4 (9.03 MB)
3 Net Integration.mp4 (21.95 MB)
4 Windows Forms.mp4 (12.13 MB)
5 Working with XML.mp4 (9.27 MB)
6 Section Summary.mp4 (5.09 MB)
1 Section Introduction.mp4 (5.92 MB)
2 What is Jython.mp4 (5.14 MB)
3 Syntax.mp4 (12.36 MB)
4 Types.mp4 (11.34 MB)
5 IO.mp4 (5.9 MB)
6 GUI Applications.mp4 (8.53 MB)
7 Section Summary.mp4 (5.18 MB)
1 Section Introduction.mp4 (22.01 MB)
10 Variable Scope.mp4 (11.25 MB)
11 Modules.mp4 (8.79 MB)
12 Comments.mp4 (4.46 MB)
13 Function Basics.mp4 (11.72 MB)
14 Errors.mp4 (10.27 MB)
15 Basic Python Syntax.mp4 (8.03 MB)
16 Modulus Operator.mp4 (8.94 MB)
17 Python Keywords.mp4 (18.9 MB)
18 Section Summary.mp4 (10.92 MB)
2 Python Version 2 vs Python Version 3.mp4 (11.74 MB)
3 Hello World.mp4 (7.73 MB)
5 Answer to Coding Exercise Hello World in Python.mp4 (4.38 MB)
6 Variables.mp4 (14.28 MB)
7 Console.mp4 (9.09 MB)
8 Conditional Statements.mp4 (22.86 MB)
9 Loops.mp4 (12.9 MB)
1 Section Introduction.mp4 (7.55 MB)
2 Basics of Working with Images in Python.mp4 (13.87 MB)
3 Python Imaging Library (PIL).mp4 (14.53 MB)
4 Open Source Computer Vision (OpenCV).mp4 (23.71 MB)
5 NumPy and SciPy for Image Manipulation.mp4 (24.03 MB)
6 Sobel Filter.mp4 (25.92 MB)
7 Section Summary.mp4 (6.68 MB)
1 Section Introduction.mp4 (6.68 MB)
2 What is GUI.mp4 (7.05 MB)
3 TKinter.mp4 (7.39 MB)
4 What are Widgets.mp4 (13.88 MB)
5 Basics of Working with Widgets.mp4 (35.99 MB)
6 Hands-On Build a Calculator App.mp4 (71.88 MB)
7 Section Summary.mp4 (6.03 MB)
1 Section Introduction.mp4 (7.28 MB)
10 pensize() and pencolor().mp4 (11.51 MB)
11 xcor() and ycor().mp4 (7.29 MB)
12 onkey() and listen().mp4 (7.6 MB)
13 onclick() and onscreenclick().mp4 (14.85 MB)
14 2D Game Development Fundamentals.mp4 (8.51 MB)
15 Section Summary.mp4 (6.11 MB)
2 Basics of Turtle Graphics API.mp4 (10.14 MB)
3 up() and down().mp4 (7.36 MB)
4 forward() and backward().mp4 (7.43 MB)
5 left() and right().mp4 (6.55 MB)
6 setheading() and seth().mp4 (7.26 MB)
7 home() and goto().mp4 (11.04 MB)
8 showturtle() and hideturtle().mp4 (6.41 MB)
9 clearscreen() and bye().mp4 (8.42 MB)
1 Section Introduction.mp4 (8.94 MB)
10 Section Summary.mp4 (7.87 MB)
2 Game Design and Planning.mp4 (7.44 MB)
3 Setup and Constants.mp4 (49.39 MB)
3 1 GalagaGame.zip (13.89 KB)
4 Player Movement.mp4 (10.03 MB)
5 Enemies.mp4 (32.52 MB)
6 Shooting.mp4 (31.98 MB)
7 Score.mp4 (14.32 MB)
8 High Score.mp4 (27.52 MB)
9 Playing through the Finished Game (Galaga).mp4 (7.02 MB)
1 Section Introduction.mp4 (12.55 MB)
10 Playing through the Finished Game (Batman).mp4 (19.97 MB)
11 Section Summary.mp4 (7.9 MB)
2 Game Design and Planning.mp4 (24.04 MB)
3 Start Screen.mp4 (30.09 MB)
3 1 BatmanGame.zip (5.16 MB)
4 Animated Intro.mp4 (35.4 MB)
5 Level Design.mp4 (55.13 MB)
6 Batman Movement.mp4 (17.21 MB)
7 Batman Attacks.mp4 (36.73 MB)
8 Darkseid AI Programming.mp4 (33.7 MB)
9 Handling the Game State.mp4 (43.96 MB)
1 Section Introduction.mp4 (7.81 MB)
2 Game Design and Planning.mp4 (9.63 MB)
3 Start Screen.mp4 (31.16 MB)
3 1 MarioGame.zip (1.65 MB)
4 Mario Movement and Controls.mp4 (42.32 MB)
5 Building Level 1.mp4 (60.44 MB)
6 Building Level 2.mp4 (45.42 MB)
7 Building Level 3.mp4 (32.35 MB)
8 Playing through the Finished Game (Super Mario).mp4 (13.09 MB)
9 Section Summary.mp4 (6.67 MB)
1 Section Introduction.mp4 (4.29 MB)
2 What is PyGame.mp4 (7.1 MB)
3 PyGame Pt 1.mp4 (5.35 MB)
4 PyGame Pt 2.mp4 (25.54 MB)
5 PyGame Pt 3.mp4 (102.71 MB)
6 Section Summary.mp4 (3.96 MB)
1 Section Introduction.mp4 (8.62 MB)
10 Sound.mp4 (14.07 MB)
11 Tasks and Event Handling.mp4 (20.05 MB)
12 Text and Image Rendering.mp4 (24.54 MB)
13 Direct GUI.mp4 (17.03 MB)
14 Finite State Machines.mp4 (40.45 MB)
15 Rendering Process.mp4 (6.21 MB)
16 Particle Effects.mp4 (43.33 MB)
17 Collision Detection and Physics.mp4 (53.98 MB)
18 AI Pathfinding.mp4 (35.52 MB)
19 Debugging.mp4 (9.04 MB)
2 Download and Install Panda3D.mp4 (10.16 MB)
20 Section Summary.mp4 (7.49 MB)
3 Initializing Panda3D.mp4 (13.51 MB)
4 Loading an example Environment.mp4 (16.51 MB)
5 Moving the Camera.mp4 (16.49 MB)
6 Loading an Animated Character.mp4 (17.52 MB)
7 Rendering.mp4 (35.02 MB)
8 Texturing.mp4 (23.04 MB)
9 Shaders.mp4 (24.24 MB)
1 Section Introduction.mp4 (7.69 MB)
2 Download and Install Blender.mp4 (10.52 MB)
3 What is Blender.mp4 (10.11 MB)
4 Python Scripting Basics.mp4 (14.1 MB)
5 Creating Objects.mp4 (20.09 MB)
6 Blender Python API.mp4 (10.21 MB)
7 Section Summary.mp4 (6.76 MB)
1 Section Introduction.mp4 (11.53 MB)
10 Adapter.mp4 (16.63 MB)
11 Bridge.mp4 (41.9 MB)
12 Composite.mp4 (28.34 MB)
13 Decorator.mp4 (31.15 MB)
14 Facade.mp4 (27.38 MB)
15 Flyweight.mp4 (32.39 MB)
16 Proxy.mp4 (25.06 MB)
17 What is a Behavioral Design Pattern.mp4 (19.02 MB)
18 Chain of Responsibility.mp4 (41.02 MB)
19 Command.mp4 (27.84 MB)
2 What is a Design Pattern and who are the Gang of Four.mp4 (34.86 MB)
20 Interpreter.mp4 (38.9 MB)
21 Iterator.mp4 (28.18 MB)
22 Mediator.mp4 (34.57 MB)
23 Memento.mp4 (53.52 MB)
24 Observer.mp4 (42.42 MB)
25 State.mp4 (21.15 MB)
26 Strategy.mp4 (30.93 MB)
27 Template Method.mp4 (33.9 MB)
28 Visitor.mp4 (41.54 MB)
29 Section Summary.mp4 (26.91 MB)
3 What is a Creational Design Pattern.mp4 (9.11 MB)
4 Abstract Factory.mp4 (36.95 MB)
5 Builder.mp4 (41.3 MB)
6 Factory Method.mp4 (34.49 MB)
7 Prototype.mp4 (34.82 MB)
8 Singleton.mp4 (20.49 MB)
9 What is a Structural Design Pattern.mp4 (9.93 MB)
1 Section Introduction.mp4 (7.93 MB)
10 Dictionary (dict).mp4 (22.61 MB)
11 Set (set).mp4 (25.42 MB)
12 None.mp4 (7.25 MB)
13 Section Summary.mp4 (8.7 MB)
2 What is a Data Type.mp4 (8.82 MB)
3 String (str).mp4 (11.34 MB)
4 Integer (int).mp4 (12.7 MB)
5 Floating Point (float).mp4 (9.28 MB)
6 Boolean (bool).mp4 (11.9 MB)
7 What is a Collection.mp4 (8.7 MB)
8 List (list).mp4 (50.01 MB)
9 Tuple (tuple).mp4 (22.71 MB)
1 Section Introduction.mp4 (8.83 MB)
10 Quick Sort.mp4 (25.94 MB)
11 Merge Sort.mp4 (30.67 MB)
12 Insertion Sort.mp4 (10.92 MB)
13 Radix Sort.mp4 (18.58 MB)
14 Heap Sort.mp4 (33.9 MB)
15 Shell Sort.mp4 (15.98 MB)
16 Section Summary.mp4 (21.12 MB)
2 What is Searching.mp4 (8.11 MB)
3 Linear Search.mp4 (14.99 MB)
4 Binary Search (Iterative).mp4 (17.67 MB)
5 Binary Search (Recursive).mp4 (14.26 MB)
6 Interpolation Search.mp4 (20.72 MB)
7 What is Sorting.mp4 (5.42 MB)
8 Selection Sort.mp4 (15.95 MB)
9 Bubble Sort.mp4 (12.28 MB)
1 Section Introduction.mp4 (6.88 MB)
3 Basic Quiz Answers and Explanations.mp4 (12.6 MB)
5 Intermediate Quiz Answers and Explanations.mp4 (19.41 MB)
7 Advanced Quiz Answers and Explanations.mp4 (24.17 MB)
8 Section Summary.mp4 (7.13 MB)
1 Course Summary and Wrap-Up.mp4 (52.4 MB)
2 Bonus Lecture.mp4 (169.98 MB)
1 Section Introduction.mp4 (8.27 MB)
2 Single, Double, and Triple Quotes.mp4 (6.45 MB)
3 What is a substring.mp4 (5.93 MB)
4 Indexing and Slicing.mp4 (8.21 MB)
5 String Functions.mp4 (42.19 MB)
6 Concatenation.mp4 (12.86 MB)
8 Answer to Coding Exercise Working with Strings.mp4 (6.67 MB)
9 Section Summary.mp4 (7.53 MB)
1 Section Introduction.mp4 (8.25 MB)
10 Answer to Coding Exercise Convert Fahrenheit to Celsius.mp4 (5.35 MB)
11 Section Summary.mp4 (7.95 MB)
2 A look at Python's Math Module.mp4 (9.58 MB)
3 Constants.mp4 (11.91 MB)
4 Number-Theoretic and Representation Functions.mp4 (18.02 MB)
5 Power and Logarithmic Functions.mp4 (14.07 MB)
6 Trigonometric Functions.mp4 (16.15 MB)
7 Angular Conversion Functions.mp4 (12.43 MB)
8 Hyperbolic Functions.mp4 (12.42 MB)
1 Section Introduction.mp4 (6.07 MB)
2 datetime.mp4 (20.76 MB)
3 date.mp4 (15.21 MB)
4 time.mp4 (14.07 MB)
5 calendar.mp4 (14.88 MB)
6 Section Summary.mp4 (5.22 MB)
1 Section Introduction.mp4 (9.02 MB)
10 Answer to Coding Exercise If Statement.mp4 (5.43 MB)
12 Answer to Coding Exercise For Loop.mp4 (5.24 MB)
14 Answer to Coding Exercise While Loop.mp4 (4.75 MB)
15 Section Summary.mp4 (7.49 MB)
2 if, elif, else.mp4 (29.12 MB)
3 for loops.mp4 (27.65 MB)
4 while loops.mp4 (8.98 MB)
5 break.mp4 (8.21 MB)
6 continue.mp4 (7.37 MB)
7 range.mp4 (15.57 MB)
8 else.mp4 (9.14 MB)]
Screenshot
[Image: CejT9lMe_o.jpg]

RapidGator

[To see links please register or login]

TurboBit

[To see links please register or login]