LibreOffice vs. OpenOffice
LibreOffice vs. OpenOffice: Which free office suite is best?
  • Online sales

Are you looking for a comprehensive and at the same time free office solution for word processing, to design presentations or to create spreadsheets? Then LibreOffice or OpenOffice are real alternatives to the top dog from Microsoft. But which office suite is suitable for your needs? We compare the two application packages and present the most important features.

LibreOffice vs. OpenOffice: Which free office suite is best?
Free alternatives to Microsoft Word
What are the free Microsoft Word alternatives?
  • Online sales

Without a doubt, Microsoft Word is one of the most popular computer programs in the world. Practically everyone who’s written a text on a computer has used Word to do so, and the majority of companies work with the program. Despite the high number of users, the program doesn’t come cheap. The price can prove a hurdle, especially for private users – so many look for alternative solutions. What are...

What are the free Microsoft Word alternatives?
Python dictionary
How to use Python dictionary for associative lists
  • Web development

The Python dictionary is an important technique to be familiar with if you work with the programming language. It links terms and meanings to key-value pairs, which creates maps that can be read later on. In this article, we’ll show you what a Python dictionary is, how to set it up and how to edit it at a later point in time.

How to use Python dictionary for associative lists
Multi-level marketing
MLM: what is multi-level marketing?
  • Online sales

In multi-level marketing (MLM) or network marketing, consumer goods such as cosmetics and nutritional supplements are sold directly to end-user consumers by freelance sales representatives. MLM organizations use clever commission systems to recruit customers into the sales workforce, creating an ever-growing marketing network.

MLM: what is multi-level marketing?
How to delete a Microsoft account
How to delete a Microsoft account: a step-by-step guide
  • Social media

If you no longer need your Microsoft account or other Microsoft services such as Outlook, Skype, Xbox Live, or OneDrive, you can delete your Microsoft account in just a few simple steps. Our guide will show you how to delete your Microsoft account via the app or a browser, as well as what you need to pay attention to when you do this.

How to delete a Microsoft account: a step-by-step guide
Python break continue
How to operate loops in Python with break and continue
  • Web development

Python break and Python continue are two statements which can be used to terminate or interrupt a loop. In our article, we’ll explain what Python break and continue are used for, how they are structured and what their exact function is. The simple code examples will make it easy to learn how to break and continue loops.

How to operate loops in Python with break and continue
iCloud alternative
The 5 best iCloud alternatives
  • Tools

iCloud isn’t just practical cloud storage for files, pictures and videos. It’s also a virtual drive from where you can access your personal and business data no matter your location. However, not everyone’s a fan of iCloud’s data protection. Similar services offer more storage, comparable features and store data on GDPR-compliant European servers. Here are the best iCloud alternatives.

The 5 best iCloud alternatives
Python sleep
How to pause programs with Python sleep
  • Web development

The Python sleep function is used to stop a program and then resume running after a set period of time. Our article will inform you how Python sleep works exactly, what the function can be used for, and what other commands you can use it with. You’ll learn how to use Python sleep in no time with some simple code examples.

How to pause programs with Python sleep
Python split
How to split strings with Python split
  • Web development

You may find that it’s necessary to split Python strings sometimes. The Python split function has practical and simple method for this. In our dedicated article, we’ll explain what Python split is, how the function is structured, and how the parameters, separator and maxsplit, divide Python strings. Read on to find out more.

How to split strings with Python split
Python tuples
How to create immutable lists with Python tuples
  • Web development

Python tuples allow you to save a collection of the same or different data, however, you cannot change this data afterwards. In our article, we’ll be looking into what these special collections are, how to set them up, and what to use them for. We'll also show you how to convert Python lists into Python tuples.

How to create immutable lists with Python tuples