Development

Comment indexer et couper des chaînes dans Python 3 — step-by-step Python tutorial on Progressive Robot

Comment indexer et couper des chaînes dans Python 3

Le type de données de chaîne Python est une séquence composée d’un ou de plusieurs caractères individuels et constituée de lettres, de chiffres, de caractères d’espacement ou de symboles. Les chaînes sont des séquences auxquelles vous pouvez accéder de la même manière qu’avec les autres types de données basées sur des séquences, via l’indexation ou le découpage en tranches. Ce tutoriel vous montrera de quelle manière accéder aux chaînes par l’indexation, à les découper en séquences de caractères

Read more
How To Install Python 3 and Set Up a Local Programming Environment on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Python 3 and Set Up a Local Programming Environment on Ubuntu 16.04

This tutorial will get you up and running with a local Python 3 programming environment in Ubuntu 16.04. It will guide you through installing Python 3 on your local Linux machine and setting up a programming environment via the command line. Though it will explicitly cover the installation procedures for Ubuntu 16.04, the general principles apply to any other Debian-based distributions.

Read more
How To Install Ruby on Rails with rbenv on macOS — step-by-step Programming tutorial on Progressive Robot

How To Install Ruby on Rails with rbenv on macOS

In this tutorial, you will use rbenv to install and set up Ruby on Rails on your local macOS machine. Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. One way to install Ruby and Rails is with the command-line tool rbenv. Using rbenv will provide you with a well-controlled and robust environment for developing your Ruby on Rails applications, allowing you to easily switch the version of Ruby for your entire team when needed.

Read more
CHAT