
CS Dojo
Welcome to CS Dojo's official website. You can find FAQ's about coding here. Also, join our Discord, Facebook and Reddit communities. There are also additional courses and recommended resources …
Python Tutorial #1 - Sample Code - CS Dojo
Python Tutorial #1 - Sample Code Here is my sample code for Python Tutorial #1! Please note that you'll need Jupyter Notebook to open them. To open them, launch Jupyter Notebook, navigate to the folder …
Python Tutorial #3 - Sample Code - CS Dojo
Python Tutorial #3 - Sample Code Here is my sample code for Python Tutorial #3! Please note that you'll need Jupyter Notebook to open them. To open them, launch Jupyter Notebook, navigate to the folder …
Python Tutorial #5 - Sample Code - CS Dojo
Python Tutorial #5 - Sample Code Here is my sample code for Python Tutorial #5! Please note that you'll need Jupyter Notebook to open them. To open them, launch Jupyter Notebook, navigate to the folder …
Data and Sample Code - Intro to Data Visualization with Python - CS …
Looking for more videos about data visualization with Python? Then, I'd recommend my intro to data visualization with Python course here -> https://goo.gl/fZ5oVX
Sample Code - Introduction to Classes and Objects - CS Dojo
Sample Code - Introduction to Classes and Objects Here's my sample code for my intro to classes and objects videos. As you'll see below, you can download sample files in Jupyter Notebook (Python), …
Frequently Asked Questions — CS Dojo
What do you use to make your videos on CS Dojo? - I use QuickTime Player and ScreenFlow for screen recording, Final Cut Pro for editing, AKG C520 and Shure X2U for audio, Logitech C920 for video, …
Sample Code - Introduction to Classes and Objects Part 2 - CS Dojo
Sample Code - Introduction to Classes and Objects Part 2 Here's my sample code for my intro to classes and objects videos (Part 2). As you'll see below, you can download sample files in Jupyter …
5 Problem Solving Tips - Sample Solution Code - CS Dojo
Below, you can find my sample solution code (Python and Java) for the problem I introduced in my video, 5 Problem Solving Techniques for Cracking Any Coding Interview Question.
Sample Code - Introduction to Trees — CS Dojo
Sample Code - Introduction to Trees Here's my sample code for my intro to trees in Python and Java. Click below to download: tree.py TestTrees.java