Home Programming Python Programming

Python Programming

Python Modules

Creating Python Modules: Easy way

0
Creating Python Modules: with Simple Steps     In Python we look at modules ,Module are very simply to put and Module is allows to better organizing the code or pretty much...
python variables and data types

Python Variable and Data types

0
Python Variable and Data types: In python  variable and data types are very interesting, how variable and objects work.In this chapter we will discuss how  variable and object are work together...
Next step towards exploit : finding the return address

Next step towards exploit : finding the return address

0
Hey friends , I think it's the time to take next step towards exploit after reading our all previous posts . In this tutorial you will learn about :...
buffercode_python

Python: Matplotlib Plotting Cookbook

1
Who this book is for?? There may be question in your mind that  who this book is for?? so below is it's answer for you: If you are an engineer or...

Python Data types Tuples ,Sets, Dictionaries

0
Data types Tuples ,Sets, Dictionaries : In python data types  sets ,Dictionaries and Tuples are easy to implement and and many of predefined function and modules are support them. hello friend...
Exception Handling

Exception Handling in Python

0
Exception Handling in Python Exception Basics Exception  : Nothing but an event that are modify the flow of event or a flow of control in a program . In python or...

Defining Functions in python

0
Before you start you must see our previous post My first C++ program Functions : Before learning defining functions you must know what is the meaning of functions in programming languages. What is the meaning...