Traversy Media


  • 40:25 PHP, MySQL & Stripe API Payment App - Part 1

    PHP, MySQL & Stripe API Payment App - Part 1

    by Best Webhosting Added 93 Views / 0 Likes

    In this video series we will build a PHP payment page that accepts credit cards using the stripe API and also stores the data in a MySQL database using PDO. We will be creating tables and models for customers and transactions to store them in the database and retrieve them within the app. SPONSOR: Eduonix Machine Learning Course https://goo.gl/jo6vNd CODE: Github Repo https://github.com/bradtraversy/php_stripe_paypage Stripe API Docs: Card Element Qui

  • 26:57 Popular PHP, MySQL & Stripe API Payment App - Part 2

    PHP, MySQL & Stripe API Payment App - Part 2

    by Best Webhosting Added 105 Views / 0 Likes

    In part 2 we will implement the PDO class and the customers and transaction models so we can store custom data from the Stripe API CODE: Github Repo https://github.com/bradtraversy/php_stripe_paypage Stripe API Docs: Card Element Quickstart https://stripe.com/docs/stripe-js/elements/quickstart PDO Class Gist: https://gist.github.com/bradtraversy/a77931605ba9b7cf3326644e75530464 PHP OOP Udemy Course: https://www.udemy.com/object-oriented-php-mvc/?coupo

  • 18:06 PHP, MySQL & Stripe API Payment App - Part 3

    PHP, MySQL & Stripe API Payment App - Part 3

    by Best Webhosting Added 98 Views / 0 Likes

    In part 3 we will build our customers.php and transactions.php pages so that we can view our stored data in MySQL. We will use our PDO library and models for this SPONSOR: Eduonix Machine Learning Course https://goo.gl/jo6vNd CODE: Github Repo https://github.com/bradtraversy/php_stripe_paypage Stripe API Docs: Card Element Quickstart https://stripe.com/docs/stripe-js/elements/quickstart PDO Class Gist: https://gist.github.com/bradtraversy/a77931605ba9

  • 15:40 Popular Pipenv Crash Course

    Pipenv Crash Course

    by Best Webhosting Added 106 Views / 0 Likes

    Create a better Python workflow by using Pipenv which allows you to install Python packages within a virtual environment easily. Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Pipenv Cheat Sheet: https://gist.github.com/bradtraversy/c70a93d6536ed63786c434707b898d55 • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/t

  • 13:53 Popular Planning & Building Projects

    Planning & Building Projects

    by Best Webhosting Added 133 Views / 0 Likes

    Some advice when planning and building a web development project James Q Quick YouTube Channel: https://www.youtube.com/channel/UC-T8W79DN6PBnzomelvqJYw • Support The Channel! http://www.patreon.com/traversymedia Website & Brad Traversy Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.facebook.com/traversymedia

  • 42:35 Popular Pluralsight Login Page Clone - HTML & CSS

    Pluralsight Login Page Clone - HTML & CSS

    by Best Webhosting Added 113 Views / 0 Likes

    In this video we will be creating a clone of the Pluralsight login page with HTML5 and CSS3 including Flexbox and media queries for responsiveness. Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Code: https://codepen.io/bradtraversy/pen/MzyJqw Flexbox in 20 Minutes: https://www.youtube.com/watch?v=JJSoEo8JSnc • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Foll

  • 34:06 PostCSS Crash Course

    PostCSS Crash Course

    by Best Webhosting Added 38 Views / 0 Likes

    In this video, we will talk about what PostCSS is, set it up and show you how to use some of the popular plugins such as postcss-preset-env, precss, postcss-import, autoprefixer and more. 💻 Code: https://github.com/bradtraversy/postcss-crash ⭐ All Courses: https://traversymedia.com 💖 Show Support Patreon: https://www.patreon.com/traversymedia PayPal: https://paypal.me/traversymedia 👇 Follow Traversy Media On Social Media: Twitter: https://twitter.com/

  • 30:53 Popular Practical Gulp Tasks - Minify, Webserver, SASS Compiler

    Practical Gulp Tasks - Minify, Webserver, SASS Compiler

    by Best Webhosting Added 117 Views / 0 Likes

    In this video we will build up a Gulpfile that can run really helpful tasks such as JavaScript minification, SCSS file compiling, error hinting, and a webserver

  • 23:25 Popular Problems & Solutions In The Life Of A Programmer

    Problems & Solutions In The Life Of A Programmer

    by Best Webhosting Added 144 Views / 0 Likes

    In this video we will discuss some of the tougher parts of being a developer/programmer from both a technical and a personal standpoint and we will look at some solutions and suggestions that may help you out in your career and in your life in general. • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: http://www.facebook.com/traversymedia http:/

  • 1:01:21 Popular Product Landing Page | Build & Deploy | HTML & CSS

    Product Landing Page | Build & Deploy | HTML & CSS

    by Best Webhosting Added 125 Views / 0 Likes

    In this project we will build a small responsive landing page using modern css (grid, flex, media queries) and deploy it to Netlify with a working form. Code: https://codepen.io/bradtraversy/pen/MNEgoJ Udemy Course - Modern HTML & CSS From The Beginning https://www.udemy.com/course/modern-html-css-from-the-beginning/?couponCode=TRAVERSYMEDIA Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa • Become a Patron: Show support & get perks! http://www.pat

  • 07:15 Productivity Over Panic

    Productivity Over Panic

    by Best Webhosting Added 90 Views / 0 Likes

    Your first priority should be the safety and health of you and your family, but once that is setttled, there is no reason to stop being productive. • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.facebook.com/traversymedia

  • 15:36 Popular Pull A Heroku Rails App and Database

    Pull A Heroku Rails App and Database

    by Best Webhosting Added 105 Views / 0 Likes

    Tutorial on grabbing an application from your Heroku account along with the database

  • 35:48 Popular Pure CSS Hamburger Menu & Overlay

    Pure CSS Hamburger Menu & Overlay

    by Best Webhosting Added 112 Views / 0 Likes

    In this video we will create a landing page with a pure CSS responsive hamburger menu (No JavaScript) with a bit of animation using CSS transitions. CSS Starts - 6:27 Menu CSS Starts - 15:40 Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html Code: https://codepen.io/bradtraversy/pen/vMGBjQ • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Modern HTML & CSS From The Beg

  • 36:25 Popular Pure JavaScript Type Writer Effect

    Pure JavaScript Type Writer Effect

    by Best Webhosting Added 120 Views / 0 Likes

    In this project we will create a little website with a type writer effect using pure vanilla JavaScript. We will also do some CSS (Flexbox, etc) Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Carlos Mafla Dev Channel: https://www.youtube.com/channel/UCnFRgYETwUg6eoeHACuVkcA • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Code: https://codepen.io/bradtraversy/pen/jeNjwP Pexels Image: https://www.pexels.com/photo/c

  • 29:52 Popular Push Notifications Using Node.js & Service Worker

    Push Notifications Using Node.js & Service Worker

    by Best Webhosting Added 111 Views / 0 Likes

    In this video we will create push notification capability using Node.js without any 3rd party services. We will achieve this using web-push, the push/notifications api and service workers. Code: https://github.com/bradtraversy/node_push_notifications Webpush Repo: https://github.com/web-push-libs/web-push Helpful Articles: https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications https://developers.google.com/web/fundamentals/primer

  • 24:39 Python & MySQL Crash Course

    Python & MySQL Crash Course

    by Best Webhosting Added 75 Views / 0 Likes

    This is a beginner-based crash course on working with MySQL with the Python programming language. Code Gist: https://gist.github.com/bradtraversy/5ea2fa59776ddc8cf45c536be65d4f86 • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.facebook.com/traversy

  • 1:35:47 Python Crash Course For Beginners

    Python Crash Course For Beginners

    by Best Webhosting Added 96 Views / 0 Likes

    In this crash course we will be going over Python programming basics like variables, data types and structures, functions, loops, classes and more. Timestamps are below... Python Sandbox Files: https://github.com/bradtraversy/python_sandbox TIMESTAMPS: 2:15 - Comments, Variables & Data Types 9:50 - String Formatting & Methods 17:40 - Lists 24:15 - Tuples & Sets 33:09 - Dictionaries 42:15 - Functions 49:25 - Conditionals 59:09 - Loops 1:05:06 - Modules

  • 33:54 Python Data Visualization With Bokeh

    Python Data Visualization With Bokeh

    by Best Webhosting Added 95 Views / 0 Likes

    In this video we will get started with data visualization in Python by creating a top horsepower chart using the Bokeh library Code: https://github.com/bradtraversy Bokeh Docs: https://bokeh.pydata.org/en/latest/ Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/travers

  • 7:10:05 Python Django 7 Hour Course

    Python Django 7 Hour Course

    by Best Webhosting Added 65 Views / 0 Likes

    Build a discord-like application with Python Django. Visit the finished application at https://studybuddev.herokuapp.com/ Get The Full Django Beginners Course: https://dennisivy.teachable.com/p/django-beginners-course/?product_id=3222835&coupon_code=BRAD Use promo code BRAD for 50% off Dennis Ivy YouTube Channel: https://www.youtube.com/c/dennisivy Code For This Project: https://github.com/divanov11/StudyBud/ Timestamps: 00:00 - Intro 1:10 - Product D

  • 1:08:11 Popular Python Django Crash Course

    Python Django Crash Course

    by Best Webhosting Added 104 Views / 0 Likes

    In this video I will cram as much as I can about the Python Django framework. We will talk about the framework and its advantages and we will setup up an app from scratch with MySQL. We will discuss the MTV (Model-Template-View) design pattern, setup a virtual environment, look at the core Django files and build the app. DJANGO 2.x UDEMY COURSE COUPON: https://www.udemy.com/python-django-dev-to-deployment/?couponCode=TRAVERSYMEDIA SPONSOR: GDP HOST -

  • 1:11:51 Popular Python Django Crash Course 2019

    Python Django Crash Course 2019

    by Best Webhosting Added 104 Views / 0 Likes

    In this Django 2.x crash course we will build a polling app based off the one from the docs. We will look at apps, views, models, urls, the shell and more. Code: https://github.com/bradtraversy/pollster_django_crash Gist With Commands: https://gist.github.com/bradtraversy/06538da5924882b2cf30fa6310d505b1 Udemy Course Promo: https://www.udemy.com/python-django-dev-to-deployment/?couponCode=TRAVERSYMEDIA Sponsor: DevMountain Bootcamp https://goo.gl/6q0d

  • 51:02 Python Django Tutorial - Build A Todo App

    Python Django Tutorial - Build A Todo App

    by Best Webhosting Added 91 Views / 0 Likes

    If you are new to Django and want a better explained tutorial, check out the newer crash course - https://www.youtube.com/watch?v=D6esTdOLXh4 In this video we will install Django and build a todo list application. This is a guide for beginners just starting out with Django and the Python programming language CODE: https://github.com/bradtraversy/django-todolist SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia O

  • 31:19 Popular Python Face Recognition Tutorial

    Python Face Recognition Tutorial

    by Best Webhosting Added 120 Views / 0 Likes

    In this video we will be using the Python Face Recognition library to do a few things Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Examples & Docs: https://github.com/bradtraversy/face_recognition_examples https://github.com/ageitgey/face_recognition • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/traversymedia

  • 28:48 Popular Python Flask From Scratch - [Part 1] - Getting Started

    Python Flask From Scratch - [Part 1] - Getting Started

    by Best Webhosting Added 101 Views / 0 Likes

    In this video we will start the project and install Flask using pip. We will create the main app.py file and create some routes and render some templates CODE: Code for this video https://github.com/bradtraversy/myflaskapp Python Crash Course: https://www.youtube.com/watch?v=oy4GOI9vn5M&t=1503s SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon

  • 36:08 Popular Python Flask From Scratch [Part 2] - User Registration

    Python Flask From Scratch [Part 2] - User Registration

    by Best Webhosting Added 120 Views / 0 Likes

    In this video we will start the authentication system in our Python Flask app and program the user registration system CODE: Code for this video https://github.com/bradtraversy/myflaskapp Python Crash Course: https://www.youtube.com/watch?v=oy4GOI9vn5M&t=1503s SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/traversymedia FOLLOW TRAVERSY

  • 28:18 Popular Python Flask From Scratch [Part 3] - Login & Access Control

    Python Flask From Scratch [Part 3] - Login & Access Control

    by Best Webhosting Added 113 Views / 0 Likes

    In this video we will program the login functionality in our Flask app and add some access control CODE: Code for this video https://github.com/bradtraversy/myflaskapp Python Crash Course: https://www.youtube.com/watch?v=oy4GOI9vn5M&t=1503s SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/traversymedia FOLLOW TRAVERSY MEDIA: http://www.fa

  • 25:04 Popular Python Flask From Scratch [Part 4] - Dashboard & Articles

    Python Flask From Scratch [Part 4] - Dashboard & Articles

    by Best Webhosting Added 137 Views / 0 Likes

    In this video we will setup the dashboard and pull the articles from MySQL. We will also create the add article functionality CODE: Code for this video https://github.com/bradtraversy/myflaskapp Python Crash Course: https://www.youtube.com/watch?v=oy4GOI9vn5M&t=1503s SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/traversymedia FOLLOW TR

  • 13:25 Popular Python Flask From Scratch [Part 5] - Edit & Delete Articles

    Python Flask From Scratch [Part 5] - Edit & Delete Articles

    by Best Webhosting Added 121 Views / 0 Likes

    In this video we will add the article edit and delete functionality to our Python Flask application CODE: Code for this video https://github.com/bradtraversy/myflaskapp Python Crash Course: https://www.youtube.com/watch?v=oy4GOI9vn5M&t=1503s SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/traversymedia FOLLOW TRAVERSY MEDIA: http://www.f

  • 35:47 Popular Python In The Browser | Brython Crash Course

    Python In The Browser | Brython Crash Course

    by Best Webhosting Added 120 Views / 0 Likes

    In this video we will manipulate the DOM, use local storage, mke Ajax calls, etc using Python in the browser with Brython. Code: https://gist.github.com/bradtraversy/d7cef8a658992e61e9a4ab04ae8e7770 • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.f

  • 21:34 Python In The Browser! PyScript First Look

    Python In The Browser! PyScript First Look

    by Best Webhosting Added 34 Views / 0 Likes

    In this video, we will look at the brand new PyScript framework, which uses Web Assembly and Pyodide to write Python and use Python Packages right in our HTML. And no, it will NOT replace JavaScript. 🐍 PyScript Website & Examples: https://pyscript.net https://github.com/pyscript/pyscript/tree/main/examples 📘Check out my 300 page Web Dev Guide: https://traversy.gumroad.com/l/web-dev-guide 💻 All Courses https://traversymedia.com 💖 Show Support Patreon:

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA

RSS