Latest videos

Learn to Program
Learn to Program ryontg 277 Views • 6 years ago

Install PyCharm : 37:00

Cheat Sheet & Transcript :
http://goo.gl/oiZXp0

Best Python Book : http://amzn.to/1UhfHMV

Interactive Tutorial with Quiz Here : http://goo.gl/VKnCYb

Support me on Patreon : https://www.patreon.com/derekbanas

Many people asked me to make a tutorial that teaches how to program and so here it is. I'll be teaching how to program through problem solving which I think is the best way to learn. Python is the best first language and so I'll use Python 3.5 to teach. And, based on your requests I will use PyCharm in this tutorial series.

I cover receiving input, printing to the screen, doing math, comparison operators, logical operators, if, elif, else and a whole lot more.

Thank you to Patreon supports like the following for helping me make this video

https://www.facebook.com/cottageindustriesbuild/
@kyleaisho
@thetwistedhat
vjFaLk

C++ Programming
C++ Programming ryontg 220 Views • 6 years ago

Get the Cheat Sheet Here : http://goo.gl/OpJ209
Best Book on C++ : http://goo.gl/GLLL0g
How to Install C++ on Windows : https://youtu.be/SykxWpFwMGs?t=1m47s

Support Me on Patreon : https://www.patreon.com/derekbanas

Data Types : 2:40
Arithmetic : 6:02
If Statement : 9:19
Switch Statement : 12:01
Ternary Operator : 13:08
Arrays : 13:49
For Loop : 16:30
While Loop : 17:56
Do While Loop : 19:42
User Input : 20:27
Convert String : 20:56
Strings : 21:39
Vectors : 27:47
Functions : 30:16
Recursive Function : 32:37
File I/O : 34:57
Exception Handling : 38:38
Pointers : 40:02
Reference Operator : 40:25
Classes / Objects : 47:12
Private : 47:55
Static Variables : 48:21
Public / Encapsulation: 49:02
Constructors : 50:42
Static Functions : 51:46
this : 53:16
Inheritance : 57:29
Call Superclass Constructor : 59:14
Execute Static Method : 1:00:34
Virtual Methods : 1:02:45
Polymorphism : 1:07:39
Abstract Data Type : 1:08:29

Show more