Python

Python 3をインストールしUbuntu 20.04サーバーにプログラミング環境を設定する方法 — step-by-step Linux tutorial on Progressive Robot

Python 3をインストールしUbuntu 20.04サーバーにプログラミング環境を設定する方法

このチュートリアルでは、Ubuntu 20.24 サーバーでPython 3のプログラミング環境をセットアップする方法を学びます。サーバーでのプログラミングには多くの利点があり、開発プロジェクト間のコラボレーションをサポートします。このチュートリアルの一般原則はDebian Linuxのディストリビューションに適用されます。

Read more
Установка дистрибутива Anaconda Python в Ubuntu 20.04 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Установка дистрибутива Anaconda Python в Ubuntu 20.04 [Краткое руководство]

Anaconda — диспетчер пакетов с открытым исходным кодом, диспетчер среды и дистрибутив языков программирования Python и R. В этом обучающем модуле мы установим версию Anaconda для Python 3 на сервере Ubuntu 20.04. Более детальный вариант настоящего руководства с подробным…

Read more
How To Plot Data in Python 3 Using matplotlib — step-by-step Python tutorial on Progressive Robot

How To Plot Data in Python 3 Using matplotlib

Visualization is a quick and easy way to convey concepts in a universal manner, especially to those who aren’t familiar with your data. This tutorial will describe how to plot data in Python using the 2D plotting library matplotlib. We’ll go through generating a scatter plot using a small set of data, adding information such as titles and legends to plots, and customizing plots by changing how plot points look.

Read more
CHAT