[HOW TO] Get Started With Git
Wikipedia:
In software development, Git (/ɡɪt/) is a distributed revision control and source code management (SCM) system with an emphasis on speed.[3] Initially designed ... Continue Reading →
Looping and Iterations in Python
Lets enter into the one of the most important topics in python: Looping. Looping or Iteration means repetition of a certain part of code for a number of times until a condition is met(till ... Continue Reading →
Python: Conditional Constructs:if-else..
We have completed very basic of Python til now. In some situations depending on the conditions the set of codes will be executed. In python, we have conditional constructs which will ... Continue Reading →
String Enters the Arena
The next Superpower of Python which we are going to study is “Strings”- a text based information which is a collection of ordered collection of characters. In this Blog we are ... Continue Reading →
How to Save and Run Python Program in IDLE
Some of us might not know how to work with IDLE. so let me quickly through how to deal with IDLE saving of program and executing them. Hope you have by now IDLE installed in your system. ... Continue Reading →
Working with Functions and modules in Python
Sandesh Yadav LinuxCandy mentioned.
A function is a block of code that performs a specific action and returns a result.
How functions make your life easier?
Functions let ... Continue Reading →
Which Python IDE is best ? Choose your own!
Before we move onto writing programs in Python, we will be needing an Editor to write the source files. But many of us will be having a confusion here, whether to choose an IDE or ... Continue Reading →
Installing Python
Installing Python
Since am a member of open source community, let me first show you how to install Python in your Linux/Ubuntu then will move on to Windows.
Linux:
If you are using ... Continue Reading →
Python, lets begin!
Welcome to Python world! Here at linuxcandy we are going to begin python step by step crash course. Lets have a look on its history and we shall see its scope then turn ourselves into ... Continue Reading →
Shelling out some $hell $cripts! Part 3
Welcome back, guys ‘n’ gals! This is the third part of the shell scripting series at LinuxCandy, and I hope this part will be just as useful to you as the last one!
Today, ... Continue Reading →




Talks