Creating Python Modules: Easy way
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 Variable and Data types
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
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 :...
Python: Matplotlib Plotting Cookbook
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
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 in Python
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
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...