Quantcast
Channel: Like Geeks
Browsing all 104 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Linux find command tutorial (with examples)

When it comes to locating files or directories on your system, the find command on Linux is unparalleled.  It’s simple to use, yet has a lot of different options that allow you to fine-tune your...

View Article


Everything There Is To Know About Online Security

Online security is a major topic of discussion nowadays, with so many threats to your privacy (and even livelihood in some cases). Thanks to the ever-changing nature of technology, those dangers...

View Article


Anonymized Data Is Not Anonymous

We have all more or less accepted that we are living in some kind of dime-store George Orwell novel where our every movement is tracked and recorded in some way. Everything we do today, especially if...

View Article

How to secure your internet activity with Linux system and VPN

Hackers can access, steal and sell your online activity data as well as manipulate it if you don’t use the right system and tools. The level of protection you want will largely influence which tools...

View Article

Image may be NSFW.
Clik here to view.

Why You Should Protect Your Research Papers in Linux

Writing a research paper is a huge task in itself. When you think about how easy it is for other people to copy or plagiarize the paper you worked hard on, this should encourage you to learn how to...

View Article


Image may be NSFW.
Clik here to view.

Matplotlib tutorial (Plotting Graphs Using pyplot)

Matplotlib is a library in python that creates 2D graphs to visualize data. Visualization always helps in better analysis of data and enhance the decision-making abilities of the user. In this...

View Article

Image may be NSFW.
Clik here to view.

15+ examples for yum update command

Yum is a package manager used on Red Hat, CentOS, and other Linux distributions that use RPM Package Manager. Yum is used to install, update, delete, or otherwise manipulate the packages installed on...

View Article

How to Budget for Web Hosting

We’d all like to save money with shared hosting, but for some websites, VPS or even dedicated plans are unavoidable. If you do end up having to spring for a more advanced plan, it probably means your...

View Article


20+ examples for flattening lists in Python

The post 20+ examples for flattening lists in Python appeared first on Like Geeks.

View Article


NumPy loadtxt tutorial (Load data from files)

The post NumPy loadtxt tutorial (Load data from files) appeared first on Like Geeks.

View Article

Image may be NSFW.
Clik here to view.

Caesar Cipher in Python (Text encryption tutorial)

Cryptography deals with encrypting or encoding a piece of information (in a plain text) into a form that looks gibberish and makes little sense in ordinary language. This encoded message(also called...

View Article

Five Things You Must Consider Before ‘Developing an App’

Before you begin developing an app, it is worth taking the time to properly plan out your development cycle. From defining your intended feature set to load testing, the more work you do before you...

View Article

Image may be NSFW.
Clik here to view.

20+ examples for NumPy matrix multiplication

In this tutorial, we will look at various ways of performing matrix multiplication using NumPy arrays. we will learn how to multiply matrices with different sizes together. Also. we will learn how to...

View Article


Image may be NSFW.
Clik here to view.

Exiting/Terminating Python scripts (Simple Examples)

Today, we’ll be diving into the topic of exiting/terminating Python scripts! Before we get started, you should have a basic understanding of what Python is and some basic knowledge about its use. You...

View Article

Image may be NSFW.
Clik here to view.

NumPy where tutorial (With Examples)

Looking up for entries that satisfy a specific condition is a painful process, especially if you are searching it in a large dataset having hundreds or thousands of entries. If you know the fundamental...

View Article


Image may be NSFW.
Clik here to view.

Python correlation matrix tutorial

In this blog, we will go through an important descriptive statistic of multi-variable data called the correlation matrix. We will learn how to create, plot, and manipulate correlation matrices in...

View Article

Image may be NSFW.
Clik here to view.

Depth First Search algorithm in Python (Multiple Examples)

Depth First Search is a popular graph traversal algorithm. In this tutorial, We will understand how it works, along with examples; and how we can implement it in Python. We will be looking at the...

View Article


Image may be NSFW.
Clik here to view.

Dijkstra’s algorithm in Python (Find Shortest & Longest Path)

In a previous tutorial, we talked about the Depth First Search algorithm where we visit every point from A to B and that doesn’t mean that we will get the shortest path. In this tutorial, we will...

View Article

Image may be NSFW.
Clik here to view.

NumPy random seed (Generate Predictable random Numbers)

Most of you must have to use NumPy random seed during Python coding. Sometimes, we use code repeatedly but don’t exactly know the purpose it serves. A similar situation is with NumPy random seed. This...

View Article

Image may be NSFW.
Clik here to view.

Normalization using NumPy norm (Simple Examples)

Normalization of a vector or a matrix is a common operation performed in a variety of scientific, mathematical, and programming applications. In this tutorial, we will understand what normalization is,...

View Article
Browsing all 104 articles
Browse latest View live