Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
Python
Buildin Function 70 codes
Home
Python
Buildin Function
1 A generator function
2 A sentence is split up into a list of words
3 Add iterator behavior to your classes
4 Assigning Consecutive Values
5 Built-in function len()
6 Built-in function len() returns the length of a string
7 Change string to a list
8 Change string to a list and Reference its index
9 Compute prime numbers in Python
10 Convert Float number
11 Convert string to a list and add them together
12 Demo the range function
13 Demonstrates the range() function
14 Demonstrates the range() function with negative step
15 Difference between zip and map
16 Dir() does not list the names of built-in functions and variables
17 Dir() Function
18 Displaying location, type and value for a sum
19 Do a map on list
20 Eval function
21 Fibonacci sequences using generators
22 Filer with lambda function and range
23 Filter demo
24 For statement calls iter() on the container object
25 Functional Programming Tools
26 Generator Expressions
27 Generators
28 Here are two ways to write a table of squares and cubes
29 In a range
30 In can be applied to any iterable object
31 In function demo
32 Input and Output
33 Iter
34 Join list to a string
35 Len() function
36 List comprehensions
37 Loop can be applied to any iterable object
38 Loop over a sequence in reverse
39 Loop over a sequence in sorted order
40 Loop over two or more sequences at the same time
41 Looping through a sequence
42 Map
43 Next() raises a StopIteration exception tellint the for loop to terminate
44 Ord function demo
45 Output Formatting
46 Printing ASCII
47 Range function with steps
48 Range with step
49 Range() Function
50 Range() function with step
51 Read element in a zipped list
52 Reduce
53 Reduce function with add
54 Remove an item from a list given its index instead of its value
55 Str Function
56 Str() and repr()
57 The dir Function
58 The repr() of a string adds string quotes and backslashes
59 Use int function
60 Use int()
61 Use map
62 Used by echoes
63 Used by print
64 Why Use str on a doc string
65 Yield statement
66 Yield statement works with for loop
67 Zfill()
68 Zip a two lists
69 Zip function demo
70 Zip three tuples