Image: How to install and configure an Ubuntu FTP serverRawpixel.comshutterstock

How to install and configure an Ubuntu FTP server

An Ubuntu FTP server makes it easy to upload and download files, with each connection managed securely and individually. Whether you’re setting up file sharing for personal use or managing data transfers in a professional environment, this step-by-step Ubuntu FTP server tutorial…

Read more
Image: How to index pandas DataFramesMr. Kosalshutterstock

How to index pandas DataFrames

Pandas DataFrame indexing is a powerful tool for efficient and effective data handling. With various methods, you can target specific data and subsets of your DataFrame. In this article, we’ll explore what the pandas DataFrame index is, how to access column and row data using…

Read more
Image: How to select data from pandas DataFrames with loc[]

How to select data from pandas DataFrames with loc[]

The pandas DataFrame feature loc[] offers an easy way to extract data using labels. It’s especially useful when working with data where the positions of rows and columns aren’t always predictable. In this article, we’ll go over the syntax for pandas loc[], how to use it and what…

Read more
Image: What is the Python pandas property iloc[]?

What is the Python pandas property iloc[]?

When working with DataFrames in Python pandas, not all rows or columns of a DataFrame are always relevant for data analysis. The pandas DataFrame property iloc[] is a useful tool for selecting rows or columns using their indices. In this article, we’ll take a look at the syntax…

Read more
Image: How to create an Astroneer server

How to create an Astroneer server

Having your own Astroneer dedicated server can take your experience in the creative adventure game to a whole new level. In this guide, you’ll find out which requirements must be met to operate your own Astroneer server and how you can create an Astroneer server with Windows…

Read more
Image: How to install, host and configure an Avorion server

How to install, host and configure an Avorion server

If you host your own dedicated Avorion server on external hardware, you can enjoy an optimal gaming experience with complete freedom of configuration. You can easily install the required application via SteamCMD. Find out in detail which computing capacities you need to plan for…

Read more
Image: How to create and configure an Icarus server

How to create and configure an Icarus server

You love playing Icarus and want to make your own decisions about the number of players, difficulty level and online times? Then set up your own Icarus server! You can easily install the required software using the command-line client SteamCMD. In this article, we explain what…

Read more
Image: What is Python round()?

What is Python round()?

With Python’s round() function, you can round numbers and specify whether decimal places should be included or not. In this article, we’ll go over the syntax of this function and take a closer look at its two parameters. We’ve also included easy-to-follow examples to illustrate…

Read more
Image: How to create a Risk of Rain 2 dedicated server in just a few steps

How to create a Risk of Rain 2 dedicated server in just a few steps

The multiplayer game Risk of Rain 2 enjoys widespread popularity. Playing on your own server — accessible only to you and selected players — makes the experience even more enjoyable. In our detailed guide, we explain what to keep in mind when setting up a dedicated Risk of Rain 2…

Read more
Image: How to use TypeScript decoratorsGorodenkoffshutterstock

How to use TypeScript decorators

TypeScript decorators allow you to enhance classes, methods, or properties with additional functionality, without altering their original structure. Although still in the experimental phase and not yet supported by the majority of browsers, there is potential. In this article,…

Read more