Создание веб-сервера в Node.js с помощью модуля HTTP
Автор выбрал COVID-19 Relief Fund для получения пожертвования в рамках программы Write for DOnations. При просмотре веб-страницы в браузере мы отправляем запрос на другой…
Автор выбрал COVID-19 Relief Fund для получения пожертвования в рамках программы Write for DOnations. При просмотре веб-страницы в браузере мы отправляем запрос на другой…
В этом учебном модуле мы рассмотрим выражения break, continue и pass в Python, которые позволят вам более эффективно использовать циклы for и while в вашем коде.
This tutorial will take you through writing conditional statements in the Python programming language.
Being able to effectively perform mathematical operations in programming is an important skill to develop because of how frequently you’ll be working with numbers. This tutorial will go over many different operators that can be used with numerical data types in PHP, as well as how PHP handles “type juggling” and built-in math functions.
Visual Studio Code — популярная интегрированная среда разработки. Большой выбор плагинов, минимальный дизайн и поддержка кросс-платформ делают ее привлекательной для разработчиков всех уровней. В этом обучающем модуле основное внимание уделяется…
In this tutorial you’ll build and deploy a GraphQL server with Node.js that can query and mutate data from a MongoDB database that is running on Ubuntu 18.04. At the end of this tutorial, you’ll be able to access data in your database by using a single endpoint, both by sending requests to the server directly through the terminal and by using the pre-made GraphiQL playground interface.
Um código robusto precisa reagir de forma correta a circunstâncias inesperadas, como erros de entrada do usuário, problemas de conexões de rede e falhas de discos. Tratamento de erro é o processo de identificar quando seu programa se encontra em um estado inesperado e adotar medidas para…
Встроенная функция filter() Python может использоваться для создания нового итератора из существующего итерируемого объекта (например списка или…
This tutorial will walk you through two Twitterbot programs, one that tweets from a file, and one that retweets, follows, and favorites. We’ll also go through storing your credentials in a separate program file, and keeping the Twitterbot running on a server.
Автор выбрал фонд Open Internet/Free Speech для получения пожертвования в рамках программы Write for DOnations. Во многих программах JavaScript код выполняется так, как написал его…