Python Snake Game

Learn How To Create A Python Snake Game Using Python IDE

Introduction - In this blog, you will learn how to create the very famous arcade game, Snake using Python. The player will be responsible to...
Python Tutorial – Advanced Topics

Learn Operating System Interaction in Python

0
As nobody can live alone and isolated from others, the interaction with the surrounding environment is a necessity. This holds true both in real...
Developing Secure Applications Part 2 OpenID Connect

Developing Secure Applications Part 2 OpenID Connect

Introduction This article is part 2 of a four part series where we look at the issues around developing secure applications. In Part 1 we...
Build Profiles

Learn about how to Build Profiles in Maven

0
In the last article, we discussed about the Maven build life cycle in detail. In this article, we are going discuss about the types...
keylogger

Learn To Create A Keylogger Using Python

1
In this article, we will be learning how to create a Simple Keylogger model using Python. A Keylogger is a program that is used to...
Software Development Process

Learn about the Top 10 Software Development Process Models

0
Every software project comes with a set of objectives and goals. These goals are the primary differentiating factors separating one project from another. Also,...
Extreme Programming

The Emergence of Extreme Programming

Software Development is a systematic process that typically comprises of 6 main phases, namely requirement analysis, designing, coding, testing, deployment and maintenance. However, it...
Developing Secure Applications Part 1 Secure Socket Layer (SSL)

Developing Secure Applications Part 1 Secure Socket Layer (SSL)

Introduction This article is part 1 of a four part series where we look at the issues around developing secure applications. Thousands of hackers work...
Python Tutorial – Advanced Topics

Learn the concept of Tuples in Python

2
In this article, we are going to talk about Tuples. A Tuple is a collection of objects (elements). Well, does this definition remind you with...
Agile Software Development Methodologies

Agile Software Development Methodologies And It’s Applications

0
Agile in English is an adjective that means “quick to move or drive”. When you apply the same definition to software application development, Agile...