CoreyMS

Development, Design, DIY, and more

  • Contact
  • Portfolio
  • Development
    • Python
    • Git
    • Terminal
    • JavaScript
    • WordPress
  • Design
    • CSS
  • DIY
    • Woodworking
    • Home Improvement
  • Contributors
  • Support
  • Giveaway

Python Django Tutorials – Full Series

October 4, 2018 by Corey Schafer Leave a Comment

Tutorial 1: Getting Started

In this Python Django Tutorial, we will be learning how to get started using the Django framework. We will install the necessary packages and get a basic application running in our browser.


Tutorial 2: Applications and Routes

In this Python Django Tutorial, we will be creating a blog application within our Django project. We will also learn how to create URL patterns that are handled by our application views.

Read more…

Filed Under: Development, Python Tagged With: Computer Science, Django, Programming, SQL, Video, web development, web framework

Python Flask Tutorials – Full Series

June 20, 2018 by Corey Schafer Leave a Comment

Tutorial 1: Getting Started

In this Python Flask Tutorial, we will be learning how to get started using the Flask framework. We will install the necessary packages and get a basic Hello World Application running in our browser.


Tutorial 2: Templates

In this Python Flask Tutorial, we will be learning how to use templates. Templates allow us to reuse sections of code over multiple routes and are great for serving up dynamic HTML pages.

Read more…

Filed Under: Development, Python Tagged With: Computer Science, flask, SQL, Video, web dev, web development, web framework

Python SQLite Tutorial: Complete Overview – Creating a Database, Table, and Running Queries

April 19, 2017 by Corey Schafer Leave a Comment

In this Python SQLite tutorial, we will be going over a complete introduction to the sqlite3 built-in module within Python. SQLite allows us to quickly get up and running with databases, without spinning up larger databases like MySQL or Postgres. We will be creating a database, creating a table, insert, select, update, and delete data. Let’s get started…

Filed Under: Development, Python Tagged With: Computer Science, Database, Programming, SQL, SQLite, SQLite3, Video

SQL for Beginners: UPDATE and DELETE – Modifying and Removing Records from Your Database

November 3, 2015 by Corey Schafer Leave a Comment

In this video we will learn how to modify and remove records from our database using the UPDATE and DELETE statements. We will learn how to update and delete all the values in our table as well as updating and deleted specific values. Let’s get started:

Filed Under: Database, Development Tagged With: Computer Science, Postgres, PostgreSQL, SQL, Video

SQL for Beginners: SELECT – Retrieving Records from Your Database

November 3, 2015 by Corey Schafer Leave a Comment

In this video we will continue learning SQL Basics by retrieving records from our database using the SELECT statement. Once we learn how to use the SELECT statement, we will learn how to filter records that match a certain criteria with the WHERE Clause. Lastly, we will learn how to sort our results using the ORDER BY statement. Let’s get started:

Filed Under: Database, Development Tagged With: Computer Science, Postgres, PostgreSQL, SQL, Video

SQL for Beginners: INSERT – Adding Records to Your Table

October 13, 2015 by Corey Schafer Leave a Comment

In this video we will continue learning SQL Basics by inserting records into our table. We will learn the INSERT syntax, a couple of different ways we can add these records, and also what happens if we try to add incorrect values. Let’s get started.

Filed Under: Database, Development Tagged With: Computer Science, Programming, SQL, Video

SQL for Beginners: Creating Your First Table

October 13, 2015 by Corey Schafer Leave a Comment

In this video we will continue learning SQL Basics by creating our first table. We will go over the syntax for creating tables and also some datatypes we can use for our table’s fields. Let’s get started.

Filed Under: Database, Development Tagged With: Computer Science, Programming, SQL, Video

SQL for Beginners: Installing PostgreSQL and Creating Your First Database

October 13, 2015 by Corey Schafer Leave a Comment

In this video we will begin learning SQL Basics. To get started writing SQL, we need to first set up a server and a database. The server we will be using for these tutorials is Postgres. We’ll walk through how to download, install, and setup PostgreSQL. Then we will create our first database so that we can begin writing SQL code. Let’s get started.

Filed Under: Database, Development Tagged With: Computer Science, Programming, SQL, Video

Main Contributor

  • Andre Nevares

Top Contributors (17)

  • Andre Nevares
  • Cyril Hediger
  • Abhilash Rajan
  • Hien Nguyen
  • Alan Hawse – iotexpert.com
  • Just a Guy
  • Alex Canady
  • Sergey Trubin
  • Justin Presley
  • Sirake
  • chris
  • Jerome Massey
  • Robert Butler
  • Jonathan Llovet
  • David Myers
  • Karthik
  • Michael Zoitas

Thank You! If you would like to have your name listed as a contributor and support the website, you can do so through my Patreon Page. I am extremely grateful for any support.

Search CoreyMS.com

Subscribe to Future Posts

Recommended Books

Podcasts I Listen To

Tech Related:
Talk Python To Me
Shoptalk Show
Software Engineering Radio
HanselMinutes
CodePen Radio

Non-Tech Related:
Dan Carlin's Hardcore History
Bill Burr's Monday Morning Podcast
Waking Up with Sam Harris
StarTalk Radio
Talk Nerdy with Cara Santa Maria

© 2023 · CoreyMS · Corey Schafer