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 Tutorial: How to Set the Path and Switch Between Different Versions/Executables

August 9, 2018 by Corey Schafer Leave a Comment

In this Python Programming Tutorial, we will be learning how to set the PATH environment variable. We will also learn how to modify the PATH in order to switch between different Python versions and executables. This is an essential skill that trips up many people when they first start learning Python and will definitely help you in many real-world situations. I have two different versions of this video depending on your operating system…

Windows:

Mac/Linux:

Filed Under: Development, Python Tagged With: Command Line, Computer Science, Mac, OS X, Programming, Terminal, Video, Windows

Python Quick Tip: F-Strings – How to Use Them and Advanced String Formatting

July 12, 2018 by Corey Schafer Leave a Comment

In this Python Programming Tutorial, we will be learning how to use f-strings to format strings. F-strings are new to Python3.6+ and are extremely useful once you learn how to use them. Viewers have likely seen me use f-strings in previous videos so this video will go into detail exactly how to use them so that everyone can follow along confidently. Let’s get started…

Filed Under: Development, Python Tagged With: Computer Science, Programming, String Formatting, Video

Python Tutorial: Sets – Set Methods and Operations to Solve Common Problems

June 20, 2018 by Corey Schafer Leave a Comment

In this Python Programming Tutorial, we will be looking at the Set data structure in-depth and discovering how it can help us solve some common problems. The set can not only solve certain problems more quickly but is also more efficient in many cases.

Filed Under: Development, Python Tagged With: Computer Science, data structures, data types, Programming, set theory, sets, Video

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 Quick Tip: Hiding Passwords and Secret Keys in Environment Variables (Windows)

March 29, 2018 by Corey Schafer Leave a Comment

In this Python Programming Tutorial, we will be learning how to hide passwords and secret information within environment variables on Windows machines. Hard-coding secret information is a common mistake that beginners make when learning Python. Hiding this information within environment variables allows you to access your secret information within your code without anyone else being able to see these values from your source code. Let’s get started…

Filed Under: Development, Python Tagged With: Computer Science, Programming, Video, Windows

Python Quick Tip: Hiding Passwords and Secret Keys in Environment Variables (Mac & Linux)

March 29, 2018 by Corey Schafer Leave a Comment

In this Python Programming Tutorial, we will be learning how to hide passwords and secret information within environment variables on Mac and Linux machines. Hard-coding secret information is a common mistake that beginners make when learning Python. Hiding this information within environment variables allows you to access your secret information within your code without anyone else being able to see these values from your source code. Let’s get started…

Filed Under: Development, Python Tagged With: Computer Science, Linux, Mac, OS X, Programming, Video

Python Tutorial: Calculate Number of Days, Weeks, or Months to Reach Specific Goals

March 29, 2018 by Corey Schafer Leave a Comment

In this Python Programming Tutorial, we will be writing three different scripts to estimate how long it will take to reach certain goals. Our first script will calculate how many months it will take us to pay off a credit card. Our second script will calculate how many weeks it will take to lose a certain amount of weight. And our third script will estimate how long it will take to reach a certain number of subscribers. Let’s get started…

Filed Under: Development, Python Tagged With: Computer Science, Programming, Video

Python Tutorial: Context Managers – Efficiently Managing Resources

December 22, 2017 by Corey Schafer Leave a Comment

In this Python Programming Tutorial, we will be learning how to use context managers to properly manage resources. Context Managers are great for when we need to setup or teardown some resources during use. So these can be used for: open and closing files, opening and closing database connections, acquiring and releasing locks, and much much more. Let’s get started…

Filed Under: Development, Python Tagged With: Computer Science, context manager, contextlib, Programming, Video

Python Tutorial: Working with JSON Data using the json Module

December 6, 2017 by Corey Schafer Leave a Comment

In this Python Programming Tutorial, we will be learning how to work with JSON data. We will learn how to load JSON into Python objects from strings and how to convert Python objects into JSON strings. We will also see how to load JSON from a file and save those Python objects back to files. Let’s get started…

Filed Under: Development, Python Tagged With: API, Computer Science, JSON, Programming, Video

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 9
  • Next Page »

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