CoreyMS

Development, Design, DIY, and more

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

Python Tutorial: Pipenv – Easily Manage Packages and Virtual Environments

October 17, 2018 by Corey Schafer Leave a Comment

In this Python Programming Tutorial, we will be learning how to use Pipenv. Pipenv is a new package manager that combines pip and virtualenv into one easy-to-use tool. We will learn how to install pipenv, how to install new packages, how to manage our newly created environment for our project, and also look at some more advanced use cases. Let’s get started…

Filed Under: Development, Python Tagged With: Command Line, Computer Science, pip, pipenv, Programming, Terminal, Video, virtualenv

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

Best Sublime Text Features and Shortcuts

August 9, 2018 by Corey Schafer Leave a Comment

In this video, we will be learning about my favorite Sublime Text features and shortcuts for Windows. Knowing your way around your text editor will help you get things done much faster and be more productive. The features in this video have saved me a ton of time over the years. I have two different versions of this video depending on your operating system…

Windows:

Mac:

Filed Under: Development Tagged With: Computer Science, Development Environment, Mac, Sublime Text, Video, Windows

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

Big Announcements, Video Updates, and Future Plans

June 26, 2018 by Corey Schafer Leave a Comment

For those of you who don’t know, I recently quit my previous job and will now be doing tutorials on YouTube full-time. In this video, we discuss what to expect now that this is a full-time job, and also some details about how all this will work. Thanks again to all of you who made it possible to do what I love full-time.

Filed Under: General Tagged With: Channel Update, Computer Science, Programming, 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

Linux/Mac Terminal Tutorial: The Grep Command – Search Files and Directories for Patterns of Text

March 29, 2018 by Corey Schafer Leave a Comment

In this Linux/Mac terminal tutorial, we will be learning how to use the grep command. The grep command allows us to search files and directories for patterns of text. You can also pipe the output of one command into grep to get certain matches. It’s extremely useful once you learn the ins and outs. Let’s get started…

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

How to Run Linux/Bash on Windows 10 Using the Built-In Windows Subsystem for Linux

March 29, 2018 by Corey Schafer Leave a Comment

In this video, we will be learning how to run Linux on Windows using the new Windows Subsystem for Linux that comes with Windows 10. This is an excellent way to run Bash on a Windows machine. It allows you to use all of the Bash commands we are used to using on Linux within a Windows system. We will be showing how to enable and install Linux on Windows and also go over a quick overview to see how this works. Let’s get started…

Filed Under: Development, Terminal Tagged With: Bash, Command Line, Computer Science, Linux, Programming, Windows

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • …
  • 11
  • 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