Python

Индексация и разделение строк в Python 3 — step-by-step Python tutorial on Progressive Robot

Индексация и разделение строк в Python 3

Тип данных строки Python — это последовательность, состоящая из одного или нескольких отдельных знаков: букв, чисел, пробелов и символов. Строки — это последовательности, и доступ к ним осуществляется посредством индексации и разделения, так же, как и к другим типам данных на основе последовательностей. В этом учебном модуле вы узнаете, как получать доступ к строкам через индексацию, как разделять их через последовательности символов, а также как работают методы подсчета и определения расположен

Read more
How To Install Mailpile on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Mailpile on Ubuntu 14.04

A webmail client like Mailpile is a great way to ensure you can access your email from anywhere without the hassle of configuring a standard email client. Mailpile is just a mail client, meaning it only manages existing mail accounts.

Read more
How To Make a URL Shortener with Flask and SQLite — step-by-step Databases tutorial on Progressive Robot

How To Make a URL Shortener with Flask and SQLite

In this tutorial, you will build a URL shortener, which is a service that takes any URL and generates a shorter, more readable version like bit.ly. You will use Flask, SQLite, and the Hashids library to build your URL shortener. Your application will allow users to enter a URL and generate a shorter version, in addition to a statistics page where users can view the number of times a URL has been clicked. You’ll use the Bootstrap toolkit to sty

Read more
CHAT