Author Archives

Python – Sending Email using SMTP

Simple Mail Transfer Protocol (SMTP) is a protocol, which handles sending e-mail and routing e-mail between mail servers. Python...

Python – Sending Email using SMTP

Simple Mail Transfer Protocol (SMTP) is a protocol, which handles sending e-mail and routing e-mail between mail servers. Python...

Python – Network Programming

Python provides two levels of access to network services. At a low level, you can access the basic socket...

Python – Network Programming

Python provides two levels of access to network services. At a low level, you can access the basic socket...

Python – MySQL Database Access

The Python standard for database interfaces is the Python DB-API. Most Python database interfaces adhere to this standard. You...

Python – MySQL Database Access

The Python standard for database interfaces is the Python DB-API. Most Python database interfaces adhere to this standard. You...

Python – CGI Programming

The Common Gateway Interface, or CGI, is a set of standards that define how information is exchanged between the...

Python – CGI Programming

The Common Gateway Interface, or CGI, is a set of standards that define how information is exchanged between the...

Python – Exceptions Handling

Python provides two very important features to handle any unexpected error in your Python programs and to add debugging...

Python – Exceptions Handling

Python provides two very important features to handle any unexpected error in your Python programs and to add debugging...

Python – Files I/O

This chapter covers all the basic I/O functions available in Python. For more functions, please refer to standard Python...

Python – Files I/O

This chapter covers all the basic I/O functions available in Python. For more functions, please refer to standard Python...

Python – Modules

As your program gets longer, you may want to split it into several files for easier maintenance. You may...

Python – Modules

As your program gets longer, you may want to split it into several files for easier maintenance. You may...

Python – Functions

A function is a block of organized, reusable code that is used to perform a single, related action. Functions...

Python – Functions

A function is a block of organized, reusable code that is used to perform a single, related action. Functions...

Python – Tuples

A tuple is a collection of objects which ordered and immutable. Tuples are sequences, just like lists. The differences...

Python – Tuples

A tuple is a collection of objects which ordered and immutable. Tuples are sequences, just like lists. The differences...

Python – Loops

In general, statements are executed sequentially: The first statement in a function is executed first, followed by the second,...

Python – Loops

In general, statements are executed sequentially: The first statement in a function is executed first, followed by the second,...

', { 'anonymize_ip': true });