Video

Python Automation Libraries (Video)

Learn about some of the automation packages that you can use in Python in this handy video. Links are also provided here underneath the video. Web Automation Packages Selenium – https://www.selenium.dev/ Playright – https://playwright.dev/python/docs/intro ScraPy – https://scrapy.org/ BeautifulSoup – https://www.crummy.com/software/BeautifulSoup/bs4/doc/ GUI Automation Packages SikuliX – http://sikulix.com/ pywinauto – https://pywinauto.readthedocs.io/en/latest/ PyAutoGUI – https://pyautogui.readthedocs.io/en/latest/ Excel Automation OpenPyXL […]

Python Automation Libraries (Video) Read More »

Python 101 – Learn All About Functions (Video)

In this video tutorial you will learn the following: Creating a function Calling a function Passing arguments Type hinting your arguments Passing keyword arguments Required and default arguments *args and **kwargs Positional-only arguments Scope Related Merch Python 101 Video Series Python 101 – 2nd Edition: Amazon (paperback / Kindle) Gumroad (eBook – PDF, mobi, epub)

Python 101 – Learn All About Functions (Video) Read More »

Python 101 – Intro to Graphing with Python and Matplotlib (Video)

Python has lots of data visualization packages available to it. One of the most popular is Matplotlib. In this video tutorial, will be learning about the following topics: Creating a Simple Line Chart with PyPlot Creating a Bar Chart Creating a Pie Chart Adding Labels Adding Titles to Plots Creating a Legend Showing Multiple Figures

Python 101 – Intro to Graphing with Python and Matplotlib (Video) Read More »

Python 101: Exception Handling (Video)

In this video tutorial, you will learn how exception handling works in Python. Specifically, you will learn the following: Common exceptions Handling exceptions Raising exceptions Examining exception objects Using the finally statement Using the else statement If you prefer to read a tutorial, you might be interested in this: Python 101 – Exception Handling Want

Python 101: Exception Handling (Video) Read More »

An Overview of Image Processing with Python and Pillow (Video)

Learn how to edit and enhance photos using Pillow and the Python programming language. What you’ll learn in this video: Opening Images Extracting Image Information (EXIF) Cropping Rotating Image Enhancement Drawing Adding a GUI and more! Talk Notes / Jupyter Notebook Example Code from Pillow: Image Processing with Python book

An Overview of Image Processing with Python and Pillow (Video) Read More »