Python

How To Create an Intelligent Chatbot in Python Using the spaCy NLP Library — step-by-step Python tutorial on Progressive Robot

How To Create an Intelligent Chatbot in Python Using the spaCy NLP Library

In this tutorial, you will create a chatbot that not only helps users simplify their interactions with a software system, but is also intelligent enough to communicate with the user in natural language (American English in this tutorial). The chatbot will use the OpenWeather API to tell the user what the current weather is in any city of the world, but you can implement your chatbot to handle any use case where and API is available.

Read more
Erste Schritte mit der Requests-Bibliothek in Python — step-by-step Python tutorial on Progressive Robot

Erste Schritte mit der Requests-Bibliothek in Python

In vielen Webanwendungen ist es normal, sich über APIs mit verschiedenen Diensten von Drittanbietern zu verbinden. Wenn Sie diese APIs verwenden, können Sie auf Daten wie Wetterinformationen, Sportergebnisse, Filmlisten, Tweets, Suchmaschinenergebnisse und Bilder zugreifen. Sie…

Read more
Индексация и разделение строк в 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
CHAT