Created by everydeveloper
Learn how to create a dice-rolling app with Python!
Created by everydeveloper
Predict Pokemon stats with the help of the TensorFlow library
Created by everydeveloper
This tutorial expands on concepts in the intro to Node.js and Express.js course. You will learn how to use a database (MongoDB) to Create, Read, Update, and Delete data.
Created by everydeveloper
Get started with Machine Learning (ML)/Neural Network (NN) tools
Created by everydeveloper
Java is an object oriented programming language, which is popular for multi-platform apps.
Created by everydeveloper
Learn the basics of Ruby. Make a hello world program, then include if/else statements
Created by everydeveloper
PHP is a server-side programming language that can insert dynamic code into your HTML. PHP is used in popular content management systems, such as WordPress and Drupal.
Created by everydeveloper
Node.js gives you the ability to run JavaScript files on the server-side. Express is a library for Node.js, that allows you to make requests to different "endpoints" and get a response back.
Created by everydeveloper
Go from Hello World to writing a short random quote generator using Python.