CoreyMS

Development, Design, DIY, and more

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

How to Create a Network of Machines in VirtualBox with SSH Access

July 20, 2017 by Corey Schafer Leave a Comment

In this video, we’ll be learning how to clone Virtual Machines, add these machines to a network so they can communicate with each other, make sure they have internet access, and also set up SSH so that we are able to SSH into these machines from our host machine. This will allow us to pretty much build an entire virtual lab that we can use to test all kinds of different software. So after we’re done, this will give us the ability to quickly spin up a new VM that behaves just like a real machine on our network. Let’s get started.

Filed Under: Development Tagged With: Computer Science, Network, Programming, SSH, Video, Virtual Box SSH, Virtual Lab, Virtual Machine, Virtual Network, virtualbox, VM

VirtualBox: How to Use Snapshots

July 12, 2017 by Corey Schafer Leave a Comment

In this video, we will be learning how to use snapshots within VirtualBox. Snapshots are great for saving a machine state and being able to revert back to a previous time. Let’s get started.

Filed Under: Development Tagged With: snapshots, Video, virtual box, virtualbox, virutalbox snapshots

Python Beginner Tutorials – Complete Series

May 18, 2017 by Corey Schafer 1 Comment

Welcome to a nine-part series on Python Programming for Beginners. We’ll go over the installation/setup, data types, conditionals, loops, functions, how to import modules and explore the standard library. You can find each individual video down below, or view the entire playlist here


Tutorial 1: Installation and Setup

In this video, we will start with the basics of how to install and setup Python for Mac and Windows. We will also take a look at the interactive prompt, as well as creating and running our first script. Let’s get started.


Tutorial 2: Strings

In this video, we will begin learning about the string data type. Strings allow us to work with textual data in Python. We will be going over different ways to format strings, and also a lot of useful string methods. Let’s get started.

Read more…

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

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

Channel Update: Code Snippets, New Rewards, and Playlists

April 17, 2017 by Corey Schafer Leave a Comment

In this Channel Update, we will be discussing new rewards for the supporters of the channel. We will also be discussing code snippets being posted to GitHub and playlists being arranged properly.

Filed Under: Development Tagged With: Channel Update, Computer Science, Programming, Update, Video

Python Tutorial: Decorators With Arguments

March 27, 2017 by Corey Schafer Leave a Comment

In this Python tutorial, we will be learning how to create decorators with parameters that accept arguments. This was a highly requested video in response to my original decorator tutorial video. Accepting arguments allows us to add even more functionality to our decorators. You will see this throughout many frameworks and libraries, so it’s a good skill to know. Let’s get started…

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

Python Tutorial: Anaconda – Installation and Using Conda

March 24, 2017 by Corey Schafer 2 Comments

In this Python Tutorial, we will be learning how to install Anaconda by Continuum Analytics. Anaconda is a data science platform that comes with a lot of useful features right out of the box. Many people find that installing Python through Anaconda is much easier than doing so manually. Also, we will look at Conda. Conda is Continuum’s package, dependency and environment manager. Let’s get started…

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

Python Tutorial: Datetime Module – How to work with Dates, Times, Timedeltas, and Timezones

March 24, 2017 by Corey Schafer Leave a Comment

In this Python Tutorial, we will be learning how to use the datetime module. The datetime module is important to understand, because you will be working with dates and times in just about every application you write. We will look at how to work with dates, times, datetimes, timedeltas, and timezones. Let’s get started…

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

Linux/Mac Terminal: How To Use The Find Command

March 24, 2017 by Corey Schafer Leave a Comment

In this Linux/Mac terminal tutorial, we will be learning how to use the find command. The find command allows us to scan through our file system in order to find files and directories that meet a certain criteria. We will also learn how to perform actions on the results that are Let’s get started…

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

Python Tutorial: Logging Advanced – Loggers, Handlers, and Formatters

March 24, 2017 by Corey Schafer Leave a Comment

In this Python Tutorial, we will be going over the some more advanced logging concepts. These will include loggers, handlers, and formatters. Let’s get started…

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

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

Top Contributors (1)

  • Juan Guillermo Henao


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

© 2018 · CoreyMS · Corey Schafer