Python机器学习项目
要完成本教程,你需要:
- 一台运行 Ubuntu 18.04、至少 1GB 内存的服务器。这台服务器应已配置好具有 sudo 权限的非 root 用户,并设置了 UFW 防火墙。你可以按照这份 [Ubuntu 18.04 初始服务器设置指南](link to guide) 进行设置。
- 一个 Python 3 虚拟环境,你可以通过阅读我们的指南《[如何在 Ubuntu 18.04 服务器上安装 Python 3 并设置编程环境](link to guide)》来完成。
或者,如果你使用的是本地机器,可以通过查阅我们Python 安装和设置系列中适合你操作系统的教程,来安装 Python 3 并设置本地编程环境。
To complete this tutorial, you will need:
A server running Ubuntu 18.04, with at least 1GB of RAM. This
server should have a non-root user with sudo privileges configured,
as well as a firewall set up with UFW. You can set this up by
following this Initial Server Setup Guide for Ubuntu 18.04.
A Python 3 virtual environment which you can achieve by reading
our guide “How To Install Python 3 and Set Up a Programming
Environment on an Ubuntu 18.04 Server.”
Alternatively, if you are using a local machine, you can install Python 3
and set up a local programming environment by reading the appropriate
tutorial for your operating system via our Python Installation and Setup
Series.