2outube
2outube / channels / corey-schafer

Corey Schafer — transcripts.

49 videos from Corey Schafer, fully transcribed: read, search, copy or download each one free. Missing an episode? Paste its link below — the transcript appears in seconds and joins this library. Working through the whole channel? Transcribe all of it with Plus.

1Python OOP Tutorial 1: Classes and InstancesHey, everybody. How's [it] going in this series of videos? We'll be learning how to create and use classes within python and how object-oriented concepts are applied within the… 2Python FastAPI Tutorial (Part 6): Completing CRUD - Update and Delete (PUT, PATCH, DELETE)Hey there. How's it going everybody? In this video, we're going to be learning how to complete our CRUD operations in fast API. So the last tutorial we set up a database with SQL… 3Python Pandas Tutorial (Part 10): Working with Dates and Time Series Datahey there how's it going everybody in this video we're gonna be learning how to work with date and time series data within pandas now there's a ton of interesting stuff that we… 4Python Tutorial: UV - A Faster, All-in-One Package Manager to Replace Pip and VenvHey there. How's it going everybody? In this video, we're going to be learning about UV, which is a new package manager for Python that's growing pretty quickly in popularity.… 5Python FastAPI Tutorial (Part 14): Password Reset - Email, Tokens, and Background TasksHey there. How's it going everybody? In this video, we're going to be implementing a complete password reset flow in our fast API application. So, let's take a quick look at where… 6Python FastAPI Tutorial (Part 16): AWS S3 and Boto3 - Moving File Uploads to the CloudHey there. How's it going everybody? In this video, we're going to be learning how to make our file storage production ready by moving our uploaded images from local disc storage… 7Python Tutorial: Pathlib - The Modern Way to Handle File Pathshey there how's it going everybody in this video we're going to be learning about the path lib module and how to use it now this is used in place of the OS module for working with… 8Python FastAPI Tutorial (Part 18): Deploy to a VPS - Security, Nginx, SSL, and Custom DomainHey there. How's it going everybody? In this video, we're going to be learning how to deploy our fast API application so that it's live and accessible on the internet. So, we'll… 9Python FastAPI Tutorial (Part 9): Frontend Forms - Connecting JavaScript to Your APIHey there. How's it going everybody? In this video, we're going to be adding front-end forms that interact with our fast API backend. So, right now, our API is mostly functional.… 10Python YouTube API Tutorial: Using OAuth to Access User Accountshey there how's it going everybody in this video we're going to be using python and the youtube api to access a user's account so so far we've only been using public information… 11Python Pandas Tutorial (Part 8): Grouping and Aggregating - Analyzing and Exploring Your Datahey there how's it going everybody in this video we're going to be learning how we can group and aggregate our data now if you don't know what grouping and aggregating really… 12Python YouTube API Tutorial: Getting Started - Creating an API Key and Querying the APIhey there how's it going everybody in this video we're going to be learning how to get started with using Python and the YouTube API so this will allow us to connect to YouTube's… 13Automate Your Development Environment Setup with Scripts and Dotfileshey there how's it going everybody so I went to record some videos for you all the other day and unfortunately when I went to turn on my recording machine it wouldn't start up… 14Python Tutorial: AsyncIO - Complete Guide to Asynchronous Programming with AnimationsHey there. How's it going everybody? In this video, we're going to be learning all about Async.io in Python. Async.io is Python's built-in library for writing concurrent code. And… 15How to Use ChatGPT as a Powerful Tool for Programminghey there how's it going everybody in this video we're going to be looking at chat gbt and how we can use this tool as programmers now I'm sure a lot of you have already heard of… 16Automating My Bill Payments with Python and Seleniumhey there how's it going everybody in this video we're going to be doing something a little different from my normal tutorials we're going to be seeing a real world example of a… 17Python Tutorial: Type Hinting vs Type Checking vs Data Validation - What’s the Difference?Hey there. How's it going everybody? In this video, we're going to be learning about the differences between type hinting, type checking, and data validation in Python. I'm going… 18Python FastAPI Tutorial (Part 13): Pagination - Loading More Data with Query ParametersHey there. How's it going everybody? In this video, we're going to be learning how to add pageionation to our fast API application. So, if you've been following along with this… 19Python FastAPI Tutorial (Part 19): Deploy with Docker - Serverless Containers and Custom DomainHey there. How's it going everybody? In this video, we're going to be learning how to deploy our fast API application using Docker and Google Cloud Run. Now, in the last video, we… 20Python Tkinter Tutorial (Part 1): Getting Started, Elements, Layouts, and Eventshey there how's it going everybody in this video we're going to be learning how to create graphical user interfaces in Python using tkinter and tkinter is a popular package used… 21Python YouTube API Tutorial: Calculating the Duration of a Playlisthey there how's it going everybody in this video we're going to be using Python and the YouTube API to calculate the duration of a YouTube playlist now this is something that you… 22Python Tkinter Tutorial (Part 2): Using Classes for Functionality and Organizationhey there how's it going everybody in this video we're going to be learning how to use tenter with classes now if you're following along with some other tutorials from other… 23Python FastAPI Tutorial (Part 3): Path Parameters - Validation and Error HandlingHey there. How's it going everybody? In this video, we're going to be learning about URL parameters and how we can use those to grab specific resources from our data. So, for… 24Python Pandas Tutorial (Part 7): Sorting Datahey there how's it going everybody in this video we're going to be learning about how to sort our data in pandas so we'll look at ways to sort our columns how to sort multiple… 25Python FastAPI Tutorial (Part 17): Testing the API - Pytest, Fixtures, and Mocking External ServicesHey there. How's it going everybody? In this video, we're going to be learning how to test our fast API application. So, if you've been following along with this series, then at… 26Python Tutorial: Type Hints - From Basic Annotations to Advanced GenericsHey there. How's it going everybody? In this video, we're going to be learning how to use type hints in Python. So, type hints let you add type information to your Python code… 27Python Tutorial: Real World Example - Using Patreon API and Pillow to Automate Image Creationhey there how's it going everybody in this video I'm going to be showing a real-world example of writing a Python script that automates some tasks so specifically I'm going to be… 28Python Tutorial: Securely Manage Passwords and API Keys with DotEnvhey there how's it going everybody in this video we're going to be learning how to use a popular python Library called python. EnV and this can be used to manage environment… 29Python FastAPI Tutorial (Part 5): Adding a Database - SQLAlchemy Models and RelationshipsHey there. How's it going everybody? In this video, we're going to be learning how to add a database to our fast API application using SQL Alchemy. So, up until now, we've been… 30Python FastAPI Tutorial (Part 8): Routers - Organizing Routes into Modules with APIRouterHey there. How's it going everybody? In this video, we're going to be learning how to organize our Fast API application using routers. Now, if you've been following along with… 31Python Pandas Tutorial (Part 11): Reading/Writing Data to Different Sources - Excel, JSON, SQL, Etchey there how's it going everybody in this video we're going to be learning how to read and write data to different sources so we'll learn how to read and write data using CSV… 32Python FastAPI Tutorial (Part 11): Authorization - Protecting Routes and Verifying Current UserHey there. How's it going everybody? In this video, we're going to be learning how to protect our routes with proper authorization. Now, this is where all the pieces that we built… 33Python Pydantic Tutorial: Complete Data Validation Course (Used by FastAPI)Hey there. How's it going everybody? In this video, we're going to be learning how to use Pyantic. Pyantic is Python's most popular data validation library and it uses Typants to… 34Python Pandas Tutorial (Part 4): Filtering - Using Conditionals to Filter Rows and Columnshey there how's it going everybody in this video we're going to go over the basics of filtering data from data frames and series objects so for example if we wanted to look at our… 35Python Pandas Tutorial (Part 9): Cleaning Data - Casting Datatypes and Handling Missing Valueshey there how's it going everybody in this video we're going to be learning how to handle missing values and also how to clean up our data a bit now almost every data set that… 36Python Tutorial: Simulate the Powerball Lottery Using Pythonhey there how's it going everybody now I know it's been a long time since I've released a video and maybe at some point in the future I'll go more into why it took me so long to… 37Python Pandas Tutorial (Part 6): Add/Remove Rows and Columns From DataFrameshey there how's it going everybody in this video we're going to be learning how to add and remove columns from our data frames we'll also take a look at how we can combine… 38Python FastAPI Tutorial (Part 10): Authentication - Registration and Login with JWTHey there. How's it going everybody? In this video, we're going to be learning how to add user registration and login to our fast API application. Now, in the last tutorial, we… 39Python FastAPI Tutorial (Part 2): HTML Frontend for Your API - Jinja2 TemplatesHey there. How's it going everybody? In this video, we're going to be learning how to use templates in fast API. Templates allow us to serve up HTML pages to our users while still… 40Python Tutorial: Generate a Web Portfolio and Resume from One JSON Filehey there how's it going everybody in this video we're going to be learning how to create a web portfolio and a resume using Python and Json so this is the process that I… 41Python Pandas Tutorial (Part 5): Updating Rows and Columns - Modifying Data Within DataFrameshey there how's it going everybody in this video we're going to be learning how to alter existing rows and columns in our data frames so in the last video we learned how to filter… 42Python FastAPI Tutorial (Part 12): File Uploads - Image Processing, Validation, and StorageHey there. How's it going everybody? In this video, we're going to be learning how to handle file uploads and fast API. Specifically, we'll be allowing users to upload profile… 43How to Deploy a Static Website to GitHub Pages - Free Hosting Tutorialhey there how's it going everybody in this video we're going to be learning how to deploy a static website to GitHub pages I mentioned in a community post a while back that I was… 44Python FastAPI Tutorial (Part 4): Pydantic Schemas - Request and Response ValidationHey there. How's it going everybody? In this video, we're going to be learning how to use pyantic schemas to validate our API request and responses in fast API. So in this series… 45Python Tutorial: Ruff - A Fast Linter & Formatter to Replace Multiple Tools and Improve Code QualityHey there. How's it going everybody? In this video, we're going to be learning how to use Rough. Ruff is a super fast Python liner and code formatter that's been growing pretty… 46Python FastAPI Tutorial (Part 1): Getting Started - Web App + REST APIHey there. How's it going everybody? In this series of videos, we're going to be learning how to build a fullfeatured web application from the ground up using the Fast API… 47I Let Python Pick My March Madness Bracket - Bracket Simulation TutorialHey there. How's it going everybody? So, the March Madness brackets were released yesterday and people are starting to fill out their brackets and this is a 64 team tournament.… 48Python FastAPI Tutorial (Part 7): Sync vs Async - Converting Your App to AsynchronousHey there. How's it going everybody? In this video, we're going to be learning about synchronous versus asynchronous and fast API. We'll cover when you should use async routes… 49Python YouTube API Tutorial: Sort a Playlist by Most Popular Videoshey there how's it going everybody in this video we're going to be using python and the youtube api to find the most popular videos in a playlist now i want to say right off the…
New Corey Schafer transcripts, in your inbox. We transcribe new uploads daily. One email when fresh Corey Schafer transcripts land — nothing else.
Transcribe the whole channel. 2outube Plus ($4.99/mo) batch-transcribes Corey Schafer into a Collection you can search in one query and export as one file for your AI. One-time Batch packs from $2.99 if you only need it once.
Transcribe the whole channel Start a Batch