Video description
Python 3 is one of the most popular programming languages. Companies like Facebook, Microsoft, and Apple all want Python
About This Video
- Goes through everything slowly so that you have the time to take in everything. Demonstrates everything thoroughly so you understand how to use python.
In Detail
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
Downloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
Table of Contents
Chapter 1 : Introduction & Setup
Introduction
00:01:34
Setup on Mac OS X
00:03:23
Setup on Linux/Ubuntu
00:02:51
Setup on Windows
00:03:26
Run Code Online
00:02:30
Chapter 2 : Basics
Comments
00:02:24
Variables & Variable Types
00:05:16
Lists
00:04:20
Tuples
00:03:10
Dictionary
00:05:31
Data Type Conversion
00:01:49
Arithmetic Operators
00:04:36
Comparison Operators
00:02:54
Assignment Operators
00:03:00
Bitwise Operators
00:10:26
Logical Operators
00:06:51
Membership Operators
00:02:16
Identity Operators
00:02:14
Operator Precedence
00:02:48
Decision Making
00:09:18
Loops
00:05:59
Loop Control Statements
00:04:47
Numbers
00:05:16
Strings
00:12:12
Lists in Depth
00:05:01
Tuples in Depth
00:06:03
Dictionary in Depth
00:07:32
Date & Time
00:06:48
Functions
00:11:29
Modules
00:04:45
File Inputs & Ouputs
00:12:31
Handling Exceptions
00:07:29
Chapter 3 : Classes/Objects
Simple Example
00:03:45
Creating Instance Objects
00:01:19
Accessing Attributes
00:04:23
Constructor New & Init Method
00:05:50
Destroying Objects
00:02:22
Class Inheritance
00:03:32
Overriding Methods
00:02:40
Overloading Methods
00:00:51
Overloading Operators
00:03:57
Data Hiding
00:03:18
Chapter 4 : Regular Expressions
Match Function
00:04:35
Search Function
00:02:16
Advanced Expressions
00:04:31
Search & Replace
00:03:20
Chapter 5 : CGI Programming
Basic CGI Programming
00:08:29
GET Method
00:05:33
POST Method
00:05:00
Cookies
00:05:20
Chapter 6 : Database
Setup Database
00:01:53
Connect To Database
00:05:28
Create Table
00:03:26
INSERT Operation
00:04:15
READ Operation
00:06:20
UPDATE Operation
00:02:08
DELETE Operation
00:01:37
Simple Network Example
00:04:23
Simple Client
00:04:09
Chapter 7 : Multithreading
Initiate a New Thread
00:07:10
Create Thread
00:06:25
Synchronise Threads
00:03:16
Multithreaded Priority Queue
00:08:31
Chapter 8 : XML
Parse an XML File
00:09:58
Chapter 9 : GUI
Introduction
00:01:57
Button
00:03:11
Canvas
00:03:43
Checkbutton
00:02:25
Entry
00:01:49
Frame
00:03:35
Label
00:01:30
Listbox
00:01:52
Menubutton
00:03:03
Menu
00:07:32
Message
00:01:39
Radiobutton
00:05:05
Scale
00:03:20
Scrollbar
00:03:35
Text
00:03:26
Toplevel
00:01:48
Spinbox
00:01:32
PanedWindow
00:02:59
MessageBox
00:02:05
LabelFrame
00:02:06