Beginner’s Guide to Python – Lesson 06 – Simple Functions

Beginner’s Guide to Python – Lesson 06 – Simple Functions

Welcome to the Beginner’s Guide to Python! This is video #6 in the series. In this video, I'm going to show you how to create and use functions in Python. If you have any comments or questions, let me know in the comments below or on Youtube. Subscribe…
Beginner's Guide to Python - Lesson 05 - While Loops

Beginner’s Guide to Python – Lesson 05 – While Loops

Welcome to the Beginner’s Guide to Python! This is video #5 in the series. In this video, I'm going to teach you how to use simple while loops in Python. If you have any comments or questions, let me know in the comments below or on Youtube. Subscribe…
Beginner's Guide to Python - Lesson 04 - Simple If Statements

Beginner’s Guide to Python – Lesson 04 – Simple If Statements

Welcome to the Beginner's Guide to Python! This is video #4 in the series. In this video, I'm going to explain how to write simple conditional statements using Python. If you have any comments or questions, let me know in the comments below…
Beginner's Guide to Python - Lesson 03 - Simple Variables

Beginner’s Guide to Python – Lesson 03 – Simple Variables

Welcome to the Beginner's Guide to Python! This is video #3 in the mini-series which you can find on Youtube (or below). Variables are the building blocks of any programming language. In this video, I'll show you how to use them in Python.…
Beginner's Guide to Python - Lesson 02 - Classic Hello World

Beginner’s Guide to Python – Lesson 02 – Classic Hello World

Welcome to the Beginner's Guide to Python! This is video #2 in the series. In this video, I'll show you how to create a simple Hello World script using Python. If you have any comments or questions, let me know in the comments below or on Youtube.…
Beginner's Guide to Python - Lesson 01 - Getting Set Up

Beginner’s Guide to Python – Lesson 01 – Getting Set Up

Welcome to the Beginner's Guide to Python! This is video #1 in the mini-series which you can find on Youtube (or below). My goal for this free mini-course/mini-series is to give the absolute beginner a grasp on the Python programming language. In…
How to do Coding Peer Reviews with Github
,

How to do Coding Peer Reviews with Github

In my current contract, we do coding peer reviews. When I was first introduced to this process, I was a bit sceptical. Mostly, I thought it was a huge time-suck and an overly-laborious way to fix bugs. After several months of going through…
Biggest Developer Frustrations Reported By You
, , , ,

Biggest Developer Frustrations Reported By You (Q&A)

As part of our weekly monthly newsletter, we send a survey out to all of our readers. A small percentage of our readership respond, but their answers are always telling. One of the questions we ask is: What is your biggest frustration? The…
Hello React.JS - Absolute Beginners Guide to React

Hello React.JS – Absolute Beginners Guide to React

In this video I'll walk you through how to create a basic Hello World application with React.JS. After spending a few months learning React.JS and following all of the official and unofficial tutorials, I found that there was a gap in the information.…
How to install Node.JS v6 on Linux
, , ,

How to install Node.JS v6 on Linux

This video is a step-by-step instruction of installing Node.JS version 6 on Ubuntu or Linux Mint. Hint: As tempting as it might be, don't install it through the package manager. I'll explain why in the video below. Node.JS Official Website:…