How to Comment in Python
This article covers the basics of writing comments in Python. A comment is a human-readable explanation or annotation that are used to explain the code.
WeiterlesenThis article covers the basics of writing comments in Python. A comment is a human-readable explanation or annotation that are used to explain the code.
WeiterlesenAny time you have a benchmark that gets taken seriously, some people will start gaming the benchmark. Some famous examples in computing are the CPU benchmark...
WeiterlesenThis article explains how to install curl on Ubuntu 20.04. Curl is a command-line utility for transferring data from or to a remote server.
WeiterlesenThis article describes how to install TeamViewer on Ubuntu 20.04. TeamViewer is a cross-platform solution that is used for remote control, web conferencing, desktop sharing, and...
WeiterlesenThis article explains how to open (or unzip) .gz files. Gzip is a popular compression algorithm used to reduce file sizes while maintaining original mode, ownership,...
WeiterlesenThis article describes how to perform search operations in Vim / Vi. Vim allows you to quickly find text using the / (forward slash) and ?...
WeiterlesenThis article describes how to set up Apache Virtual Hosts on Ubuntu 20.04. A Virtual Host is an Apache configuration directive that allows you to run...
WeiterlesenThis tutorial explains how to make a Minecraft Server on Ubuntu 20.04. Minecraft is one of the most popular games of all time.
WeiterlesenIn this article we’ll show you how to parse JSON data in Python. JSON is a human-readable text-based data format
WeiterlesenIn this tutorial, we will show you two different ways to install Apache Maven on Ubuntu 20.04. Apache Maven is an open-source project management and comprehension...
WeiterlesenThis guide explains how to set or change the hostname on Ubuntu 20.04 without needing to restart the system.
WeiterlesenThis tutorial will walk you through the installation of Anaconda Python Distribution on Ubuntu 20.04. Anaconda is a popular Python/R data science and machine learning platform.
WeiterlesenSometimes when you’re trying to figure out the way the world works, basic math is enough to get you going. If we increase the hot water...
WeiterlesenThis tutorial explains how to install and use Composer on Ubuntu 20.04. Composer is a dependency manager for PHP.
WeiterlesenThe modulo operation is an arithmetic operation that finds the remainder of the division of one number by another. In Python, the modulo operator is represented...
Weiterlesenmodprobe is a command-line utility that allows you to add and remove modules from the Linux kernel.
WeiterlesenThis article covers the steps required to install R on Ubuntu 20.04. R is an open-source programming language and free environment that specializes in statistical computing...
WeiterlesenThis tutorial covers the steps required to install Mono on Ubuntu 20.04. Mono is an open-source implementation of Microsoft’s .NET framework.
WeiterlesenThe Python list data type has three methods for adding elements: append(), extend(), and insert().
WeiterlesenThroughout my life I never paid too much attention to health, exercise, diet or nutrition. I knew that you’re supposed to get some exercise and eat...
WeiterlesenThis guide shows two ways of installing Spotify on Ubuntu 20.04. Spotify is a digital music streaming service that gives you instant access to millions of...
WeiterlesenThis guide covers the steps necessary to install PHP on Ubuntu 20.04 and integrate it with Nginx and Apache.
WeiterlesenIn this article, we will cover the Bash exit built-in command and the exit statuses of the executed commands.
WeiterlesenThis guide shows two ways of installing Skype on Ubuntu 20.04. Skype can be installed as a snap package via the Snapcraft store or as a...
Weiterlesen[Updated on 2020-06-17: Add “exploration via disagreement” in the “Forward Dynamics” section. Exploitation versus exploration is a critical topic in Reinforcement Learning. We’d like the RL...
WeiterlesenThis tutorial describes how to install and configure Redis on Ubuntu 20.04. Redis is an open-source in-memory key-value data store.
WeiterlesenTo redirect stderr and stdout, use the 2>&1 or &> constructs. In Bash and other Linux shells, when a program is executed, it uses three standard...
WeiterlesenThis article explains how to install GCC on Ubuntu 20.04. The default Ubuntu repositories contain a meta-package named build-essential that includes the GNU compiler collection and...
WeiterlesenIn Python, you can sort a list using the built-in list.sort() method or the built-in sorted() function.
WeiterlesenVagrant is a command-line tool for building and managing virtual machines. This article describes how to install Vagrant on an Ubuntu 20.04 machine.
WeiterlesenThis is an archive of an old pseudonymously written post from the 90s from someone whose former pseudonym seems to have disappeared from the internet. I...
WeiterlesenThis tutorial explains how to enable SSH on an Ubuntu machine. Enabling SSH will allow you to connect to your system remotely, and perform administrative tasks.
Weiterlesen