atlas des actus
    
Python Hunter
20  janvier     13h24
regex in python python hunter
   Regular Expressions is a powerful concept if understood clearly you can save your valuable time to extract out the particular text from huge string or paragraph. It is wildly pronounced as regex, it can help you to automate the boring stuff, like searching particular text form log files, python...
29  avril     06h23
Fallback tag in xslt by pran sukh on python hunter blog.
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Fallback: As the name is self explanatory to use something as an alternative if the primary thing does not work well. In xslt the fallback tag...
26  avril     17h54
Calling xslt template with param tag by pran sukh on Python Hunter
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; In XSLT we may need to use same template for different xml data tags, and also there might be a situation where we need to send some special...
    17h13
XML, XSLT info by pran sukh on Python Hunter blog.
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; What is XML Many computer systems contain data in incompatible formats. Exchanging data between incompatible systems or upgraded systems is...
25  avril     17h49
XSLT apply import tag by pran sukh on python hunter blog
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Modular Programming is good attitude of best programmer. We often need to keep our code in modular approach so that is would be easy to...
24  avril     17h40
XSLT applyTemeplate tag by pran sukh on Python Hunter.
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; XSLT is used for presenting XML data in well structured way and in eye appealing sense. In XSLT we can define different templates and maintain...
02  avril     13h06
Classes and inheritance in python on python hunter by Pran Sukh.
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Class inheritance is powerful concept of Object Oriented Programming. In this post some basic examples will consolidate the concept on...
22  mars     18h59
Set in python on Python hunter blog by pran sukh
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; The set can contain elements or members of anything: numbers, characters, words, names, letters of the alphabet, even other sets...
20  mars     18h26
Python Hunter, Deep copy and Shallow copy by pran sukh
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; In any programming language the copy concept is assigning the value of variable to other variable. But python shows strange behavior when this...
    17h37
Dictionary on Python Hunter by Pran Sukh
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; We have learned about list in previous blogs, list can contain dictionary object vice versa. Both has the ability to change their size at run...
10  mars     06h47
Python Hunter, Slicing, traversing, copy and pit falling of list and tuple in python. By Pran Sukh
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Slicing is a technique in python to pick up data from list,tuple and set from desired location. lets make python a bit more beautiful...
09  mars     20h30
Python Hunter, Post on Python Tuple.
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Tuple is like list but unlike in structure and functionality. first basic difference is can be figured out by the structure. List...
08  mars     18h59
List, Tuple and manipulation operation on Python Hunter’s blog.
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; List in python are the most flexible datatype in python. Python list looks identical to c and java’s array elements...
    18h51
Sequential Data Types with Python Hunter
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Sequential Data Types A String can be seen as a sequence of characters, which can be expressed in several ways: . Single quotes ’ ...
03  mars     21h22
Understanding with keyword in python, on Python Hunter
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Just like anything in python, keyword with is introduced in python to make the things little easy. Imagine a situation where you have to...
26  février     18h14
Understand the generators and yield keyword in python, on Python Hunter
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Generators look like a function but there is huge difference b w generators and function. Instead of return statements you will find only...
22  février     18h56
Whats App Tricks.
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Top Secret whatsapp tricks you never knew Whatsapp is the most famous mobile messaging platform...
    18h46
This post to make you familiar with some basic whatsapp tricks.
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Whats App tricks that will just blow your mind and help you be safe. WhatsApp. Wonderful, wonderful, WhatsApp. The messaging service that...
21  février     17h05
Hackthon Challenge.....
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Roy wants to change his profile picture on Facebook. Now Facebook has some restriction over the dimension of picture that we can upload....
20  février     09h18
User Defined Exception in python. On Python Hunter
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Exceptions in any programming language are the unexpected output of a script.Traditional example is dividing a number with zero . These...
28  août     07h11
Understand the lambda expression python. On Python Hunter
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; hitman silent c gmail.com Hello and welcome again. If you are reading this blog then surely you are having some difficulties to...
16  août     10h51
Understanding the usage of underscore( ) of Python for beginner. On Python Hunter
   adsbygoogle window.adsbygoogle .push google ad client: ca pub , enable page level ads: true ; Introduction: Just like you, a newbie in python scripting language, me too was confused about lot of new things in python that are...