Posted by Administrator | Mar 17, 2014 | Python
Python 3.4.0 was released on March 16th, 2014. Major new features of the 3.4 series, compared to 3.3. Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improvements and bug fixes. Among the new major new features and changes in... Updated by Administrator | Oct 1, 2012 | Python
Are you a Python programmer? What is your coding rate out of 10? Want to know how to rate your Python program? Then, here is an interesting topic about how to rate Python program! Pylint is a tool which rates the Python program. Pylint analyses the Python source code,... Updated by Administrator | Jun 4, 2011 | Python
Python Program This program accepts two or more words from the user as input, segregates the vowels and consonants in all the words and then generates more words from the combination of vowels and consonants. For example: $ python wordgen.py Enter words separated by... Updated by Administrator | Jun 4, 2011 | Python
Python Program Using the mobile keypad layout: 1 => 1, 2 => ABC, 3 => DEF, 4 => GHI, 5 => JKL,6 => MNO, 7 => PQRS, 8 => TUV, 9 => WXYZ, 0 => 0+_ For a mobile number, generate the possible combinations of alphabets matching each digit...