Hi, what do you want to do?
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - How to Install Python on Your Machine?
This video demonstrates how to install Python.
r/>
This clip is from the chapter "Complete Installation Guide for Python and Selenium Learning" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
r/>
This clip is from the chapter "Complete Installation Guide for Python and Selenium Learning" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
Curated Video
REST APIs with Flask and Python - Testing Your New Resource with Postman
This video explains how to test your new resource with Postman.
r/>
This clip is from the chapter "Token refreshing and Flask-JWT extended" of the series "REST APIs with Flask and Python".This section refreshes your knowledge...
r/>
This clip is from the chapter "Token refreshing and Flask-JWT extended" of the series "REST APIs with Flask and Python".This section refreshes your knowledge...
Curated Video
REST APIs with Flask and Python - Calling the API from JavaScript
This video explains how to call the API from JavaScript.
r/>
This clip is from the chapter "Your First REST API" of the series "REST APIs with Flask and Python".This section explains the various aspects of writing a REST API in...
r/>
This clip is from the chapter "Your First REST API" of the series "REST APIs with Flask and Python".This section explains the various aspects of writing a REST API in...
Curated Video
Job-Ready SQL in an Afternoon - SQL Editor CLI (Command Line Interface)
In this video, we will explore SQL Editor CLI (Command Line Interface).
<
br/>
This clip is from the chapter "Fundamentals and Setup" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover fundamentals and work...
<
br/>
This clip is from the chapter "Fundamentals and Setup" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover fundamentals and work...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Work with Python from the Terminal
This video demonstrates working with Python from the Terminal.
<
br/>
This clip is from the chapter "Python 3 and the Terminal" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on Python 3 and...
<
br/>
This clip is from the chapter "Python 3 and the Terminal" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on Python 3 and...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Take a Photo with Python
This video demonstrates how to take a photo with Python.
<
br/>
This clip is from the chapter "Add Vision to Your Applications with the Raspberry Pi Camera V2 Module" of the series "Raspberry Pi for Beginners - 2022 Complete...
<
br/>
This clip is from the chapter "Add Vision to Your Applications with the Raspberry Pi Camera V2 Module" of the series "Raspberry Pi for Beginners - 2022 Complete...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Install Python Modules
This video helps you with the installation of Python modules.
<
br/>
This clip is from the chapter "Python 3 and the Terminal" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on Python 3 and...
<
br/>
This clip is from the chapter "Python 3 and the Terminal" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on Python 3 and...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Install a New Python Module: yagmail
This video talks about installing a new Python module: yagmail.
<
br/>
This clip is from the chapter "Send an Email from Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on...
<
br/>
This clip is from the chapter "Send an Email from Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Get the Password in Your Python Program
This video explains how to get the password in your Python program.
<
br/>
This clip is from the chapter "Send an Email from Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses...
<
br/>
This clip is from the chapter "Send an Email from Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Edit Files from the Terminal with Nano
This video demonstrates editing files from the Terminal with Nano.
<
br/>
This clip is from the chapter "Use the Terminal on Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses...
<
br/>
This clip is from the chapter "Use the Terminal on Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Create, Remove, and Manipulate Files
This video helps you create, remove, and manipulate files.
<
br/>
This clip is from the chapter "Use the Terminal on Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on the...
<
br/>
This clip is from the chapter "Use the Terminal on Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on the...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Activity 09 - Create a New Python Script from the Terminal
This is the ninth activity video to create a new Python script from the Terminal.
<
br/>
This clip is from the chapter "Python 3 and the Terminal" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section...
<
br/>
This clip is from the chapter "Python 3 and the Terminal" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section...
Curated Video
Python In Practice - 15 Projects to Master Python - Starting Our Website Project with Django
This video helps in starting our website project with Django.<br<br/>/>
This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Python In Practice - 15 Projects to Master Python - input( )
This video explains the input( ) function.<br<br/>/>
This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Curated Video
Python In Practice - 15 Projects to Master Python - help( )
This video explains the help( ) function.<br<br/>/>
This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Curated Video
Python In Practice - 15 Projects to Master Python - Functions in Python and Defining Our Own
This video explains functions in Python, how to create functions using the def keyword, and how to call the functions we created.
<
br/>
This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to...
<
br/>
This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to...
Curated Video
Python In Practice - 15 Projects to Master Python - Executing Python Programs
This video explains executing Python programs.<br<br/>/>
This clip is from the chapter "PyCharm IDE" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the PyCharm IDE.
This clip is from the chapter "PyCharm IDE" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the PyCharm IDE.
Curated Video
Python In Practice - 15 Projects to Master Python - Creating GUI Application Tk( ) Windows and Widgets
This video explains creating GUI application Tk( ) windows and widgets.
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the...
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - venv - Virtual Environments
After learning how to install a third-party package with pip, we can then create virtual environments such as Python REPL at any directory.
<
br/>
This clip is from the chapter "Modules" of the series "The Ultimate Guide to Python...
<
br/>
This clip is from the chapter "Modules" of the series "The Ultimate Guide to Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Unordered Lists - set
You will learn about an unordered datatype, which is similar to a list, called the set.
<
br/>
This clip is from the chapter "Sets" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section discusses...
<
br/>
This clip is from the chapter "Sets" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section discusses...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - True or False Values
In this video, you will learn about the only two Boolean values in Python, true and false.
<
br/>
This clip is from the chapter "Booleans" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
<
br/>
This clip is from the chapter "Booleans" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Terminal
Here, we will understand the concept of working on a terminal with programming and non-programming operations of a computer.
<
br/>
This clip is from the chapter "Generic Programming" of the series "The Ultimate Guide to Python...
<
br/>
This clip is from the chapter "Generic Programming" of the series "The Ultimate Guide to Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - String Methods
You will learn about the built-in functions called methods to work on strings.
<
br/>
This clip is from the chapter "Strings" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on strings...
<
br/>
This clip is from the chapter "Strings" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on strings...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Python Setup
You will learn to set up the Python interpreter in your computer to get started with programming.
<
br/>
This clip is from the chapter "Programming with Python" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "Programming with Python" of the series "The Ultimate Guide to Python Programming with Python...