Curated Video
Intro To Python Programming - Catching Exceptions
Errors occur during the file i/o process. In this video you'll learn how to catch those errors and prevent further runtime issues.
Curated Video
Intro To Python Programming - Python Sets
Sets are another fundamental Python data structure. In this video, you'll learn to work with sets where each value in the structure must be unique.
Curated Video
Intro To Python Programming - Working with CSV Files
CSV is a common text data storage format. You'll learn to read and write CSV files with Python in this video.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Data Structure (List, Tuple, Set, Dictionary): Exploring Methods Using TAB Completion
In this video, we will cover exploring methods using TAB completion. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Control Flow in Python: For Loop
In this video, we will cover For Loop. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python for Data Science: NumPy Pandas and Matplotlib (Part 1)
In this video, we will cover NumPy Pandas and Matplotlib (part 1).
Curated Video
Data Structures and Algorithms The Complete Masterclass - Quick Sort
This video introduces you to quick sort in data structure. This clip is from the chapter "Algorithm: Sorting Advanced" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of advanced...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Merge Sort Complexity
This video explains merge sort complexity. This clip is from the chapter "Algorithm: Sorting Advanced" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of advanced sorting.
IDG TECHtalk
Sets in Python: Advanced operations
Learn how sets in Python can be used for more powerful work, by using their built-in methods to filter and merge the contents of sets quickly and easily.
TLDR News
Electoral College Victory Secured for Biden: But the Chaos Likely Isn't Over Yet - TLDR News
Yesterday, the Electoral College officially selected Joe Biden to be the 46th President of the United States. However, the process isn't over yet and with some determined to see Trump get a second term, the chaos might not be over...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Section intro and overview - Development environment setup
A look at development environments, some options and what we'll use in the course This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - Search
Go through my implementation of the project and discuss code, tips and pointers This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Functions - an introductory look
Working with files and performing read and write operations using context managers and permissions This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...
Brainwaves Video Anthology
Suzanne Nossel - On Censorship and Banning Books
Suzanne Nossel currently serves as the Chief Executive Officer of PEN America, the leading human rights and free expression organization, and she is author of Dare to Speak: Defending Free Speech for All. Since joining in 2013, she has...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Merge Sort
Merge Sort belongs to a class of algorithms which uses divide and conquer to break the problem set into smaller pieces. This clip is from the chapter "Sorting and Searching" of the series "From 0 to 1: Data Structures & Algorithms in...
Curated Video
The Full Stack Web Development - Lists & Tables - Project List &Table
Basic HTML Programming: Lists & Tables - Project List &Table This clip is from the chapter "Basic HTML Programming" of the series "The Full Stack Web Development".In this section, the author briefly goes over the frontend technology like...
Packt
Linked Lists
This video provides an introduction to linked lists. This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to linked lists in...
KnowMo
Understanding Mutually Exclusive Events: Properties and Examples
The video is a lecture on mutually exclusive events and their key properties. The lecturer explains that an exhaustive list of mutually exclusive events must add up to one because only one event can occur at a given moment. They provide...
Packt
Merge Sort Complexity
This video explains merge sort complexity. This clip is from the chapter "Algorithm: Sorting Advanced" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of advanced sorting.
All Ears English
3 Steps to Achieving Your Goals and a Challenge - All Ears English Podcast Bonus
Can you learn English in 30 minutes? Yes, you can and it might be even more effective than 3 hours of studying if you take our advice from this episode. Listen in today!
Communication Coach Alex Lyon
What Are Soft Skills? Top 8
What are Soft Skills? Here are the Top 8 Soft Skills for career success in the workplace, leaders, and managers. Training in soft skills is the key way to develop leadership skills and advance our careers. 00:00 Intro 00:15 Hard vs Soft...
Curated Video
Finding the Probability of Compound Events with Tree Diagrams
In this video, the teacher explains how to find the probability of compound events by creating a tree diagram. They use examples of listing all the possible outcomes in a race and pulling marbles from a bag to demonstrate the process.