Book Image

The Python Programming Bible: Networking, GUI, Email, XML, CGI [Video]

By : Frahaan Hussain
5 (1)
Book Image

The Python Programming Bible: Networking, GUI, Email, XML, CGI [Video]

5 (1)
By: Frahaan Hussain

Overview of this book

Learn about everything there is to know about Python Applications and How To Program Them. A step by step process is used to show explain every facet of these topics. Gain a good understanding of the following concepts with this course: What Python is? How to program in the Python language Features of the Python programming language Coding semantics Website programming Design practices of applications Application programming GUI programming, CGI programming Network programming, Email programming, XML programming Python is fast becoming a worldwide Tour De Force that is requested by all companies such as Google, Facebook and Microsoft. This course will ensure you are not left as more and more companies request this awesome language. This course will teach you everything about programming Python applications and websites. You will receive all the knowledge to use and leverage the powerful technology behind these amazing and wonderful platforms. Sounds great? Then start this adventure today by clicking the “Take this course" button, and join me in the only course that you will need! All the code and supporting files for this course are available at: https://github.com/PacktPublishing/The-Python-Programming-Bible-Networking-GUI-Email-XML-CGI
Table of Contents (9 chapters)
Chapter 2
Basics
Content Locked
Section 13
Identity Operators
The identity operators in Python are used to determine whether a value is of a certain class or type. They are usually used to determine the type of data a certain variable contains. For example, you can combine the identity operators with the built-in type() function to ensure that you are working with the specific variable type