Programming Project

How To Write Your First JavaScript Program — step-by-step Javascript tutorial on Progressive Robot

How To Write Your First JavaScript Program

This tutorial will walk you through creating a “Hello, World!” program in JavaScript. To make the program more interesting, we’ll modify the traditional “Hello, World!” program so that it asks the user for their name. We’ll then use the name in a greeting. When you’re done with this tutorial, you’ll have an interactive “Hello, World!” program.

Read more
Como Fazer um Programa de Calculadora Simples no Python 3 — step-by-step Python tutorial on Progressive Robot

Como Fazer um Programa de Calculadora Simples no Python 3

A linguagem de programação Python é uma grande ferramenta para utilizar ao trabalhar com números e avaliar expressões matemáticas. Esta qualidade pode ser utilizada para fazer programas úteis. Este tutorial apresenta um exercício de aprendizado para ajudá-lo a fazer um…

Read more
Como criar elementos React com o JSX — step-by-step Javascript tutorial on Progressive Robot

Como criar elementos React com o JSX

O autor selecionou a Creative Commons para receber uma doação como parte do programa Write for DOnations. Neste tutorial, você aprenderá como descrever elementos com o JSX. O JSX é uma abstração que permite que…

Read more
How To Display Data from the cloud provider API with Django — step-by-step Python tutorial on Progressive Robot

How To Display Data from the cloud provider API with Django

Django is a web framework written in Python. Django has been used in websites such as Mozilla, Pinterest and Instagram. You can use Django to display information from APIs (such as Instagram posts or GitHub repositories) in your own websites and web apps. In this tutorial you will build a Django project that will display your cloud account’s Droplet information using the cloud provider’s API. When you complete this tutorial, you will be able use APIs in your own Django projects.

Read more
How To Mock Services Using Mountebank and Node.js — step-by-step Javascript tutorial on Progressive Robot

How To Mock Services Using Mountebank and Node.js

A service mock is code that simulates a service that is not yet available in order to test an application. In this guide, you will build two flexible service-mocking applications using Node.js and Mountebank. After this tutorial, you’ll be able to mock all kinds of service behavior so you can more easily develop and test your applications.

Read more
How To Write Your First Python 3 Program — step-by-step Python tutorial on Progressive Robot

How To Write Your First Python 3 Program

This tutorial will walk you through writing a “Hello, World” program in Python 3. The “Hello, World!” program is a classic tradition in computer programming. Serving as a simple and complete first program for beginners, as well as a good program to test systems and programming environments, “Hello, World!” illustrates the basic syntax of programming languages.

Read more
CHAT