How to print in the same line using end=’ ‘ argument
The print statement prints by default a newline character in Python. Look this example:
print("Hello")
print("world")
The output is going to be in two separated lines:
Hello
...
Hex binary decimal conversion tutorial
Take this number: 343
What’s this number? You think it’s decimal by default, right? However, the truth is, we can’t be sure. We can say...
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...
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...
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...
Performance on Linux. Just how far *can* we go?
As the title suggests, Linux and performance in the same sentence makes for an interesting topic of discussion. Everyone knows there is a multitude...
Sandboxed Gentoo
Introduction
This article is a guide on installing Gentoo in another Linux distribution (Arch, in this case). Look at it like a BSD Jail. It's...
Haiku: Package Manager – Doing Things Right
The Haiku community is living a very peculiar moment these days. They are witnessing the creation of its Package Manager. Generally considered as the...
Networking in Python, Sockets
The key to networking in Python is the socket module, which provides a library for making network connections using Python.
The socket module is used...
eStudio (Baseline) Code Preview
A couple of months ago, I got word of a project that an acquaintance of mine as working on. Information...
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...
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...
Introduction to Python Programming Language
This article provides a short introduction to the Python programming language. Python is a free and open source programming language which is getting very...
Gentoo bugday is back
For once you have tasted Gentoo you will compile the kernel with your eyes turned red monitor-squared, for there you have been and experiencing...
Open-Source Software Licenses
To some people’s surprise, even open-source software has a license attached to it. And with that license comes a description and agreement for what...
Kernel Development Made Easy? Not yet.
If someone asked me “What is your favorite part of the Linux operating system?”, I would have to say the Linux kernel itself. And...
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...