Use Special Characters In Python
Sometimes, we want to add some extra space between two words, like pressing Tab key (which is identical up to 4x space-button length). In Python...
A Simple Banner Grabbing Script In Python To Network Admins
Lately i haven't posted much because i have been busy working on some programming projects, but today i will share a python script with...
Install Redmine 3 on CentOS 7 with Nginx as web server
Introduction
Redmine is a web application for project management, written entirely using Ruby on Rails, and released under the terms of GPLv2.
Some of its features...
Introduction To Python *args and **kwargs For Beginners – Part 1
Many new python geeks have a hard time figuring out the *args and **kwargs magic variables when working with them for the first time,...
Introduction To Python *args and **kwargs For Beginners – Part 2
In the first part I explained to you guys the purpose of *args in python programming language through some simple practical examples. In this...
How Secure is Your Password? Create a Strong Password and Sleep...
Our on-line content, bank accounts, shopping accounts and social network accounts are as safe as our passwords are. Most people don't consider password security...
eStudio (Baseline) Code Preview
A couple of months ago, I got word of a project that an acquaintance of mine as working on. Information...
Here are a few Python coding tips for every beginner coding...
Everyday is a new opportunity to progress with your coding skills. There are many good resources available on the world wide web teaching best...
Most Popular Programming Languages In The IT industry
Programmers are always in high demand these days for jobs, especially if they have fluency in coding language. Learning programming in various languages for...
Top 5 Programming Languages for Developing Linux Desktop Applications
The IT industry is the quickest developing industry. It is befuddling to choose the one appropriate and useful choice as it has bunches of...
A Secure Password
The minimum you can do to protect yourself is to avoid weak passwords. In most cases people do not know what weak passwords are...
Popular Linux Development Software
Software developers use a lot of different tools and methods for their hacking. And by hacking, I mean real, good and legitimate hacking. Real...
How to install Visual Studio Code and .NET Core on RHEL...
Introduction
It was November 2014 when Microsoft announced the open sourcing of .NET with a project named .NET Core. It was announced as a smaller...
Install Grunt and Grunt-cli on Ubuntu 16.04
Introduction
Grunt is a JavaScript task runner, which helps in performing repetitive tasks like minification, compilation, unit testing, and linting. This means that a developer...
Howto- Install Python 3.x in Ubuntu, Debian, Fedora & Centos
Question: How to install Python 3.x in Ubuntu, Fedora &Â Centos?
Answer:
1- To be able to compile Python Source, you will need few packages. Open...
Rock-paper-scissors-lizard-Spock in Python
Rock-paper-scissors-lizard-Spock is an expansion of the classic selection method game rock-paper-scissors. It operates on the same basic principle, but includes two additional weapons: the...
systemd on Gentoo
This tutorial is a guide to help setting up systemd on Gentoo. systemd is a modern sysvinit and RC replacement for Linux systems. This article...