Search

Python 3 Essential Training [VIDEO TUTORIALS]

01 -:Introduction:-
├ Welcome.mp4 - http://ceesty.com/w35yz5
├ Understanding prerequisites for Python.mp4 - http://ceesty.com/w35yzM
└ Using the exercise files.mp4 - http://ceesty.com/w35yzX
 
02 Python Quick Start:-
├ Getting started with _Hello World_.mp4 - http://ceesty.com/w35ylK
├ Selecting code with conditionals.mp4 - http://ceesty.com/w35yzj
├ Repeating code with a loop.mp4 - http://ceesty.com/w35yl2
├ Reusing code with a function.mp4 - http://ceesty.com/w35yzu
├ Creating sequences with generator functions.mp4 - http://ceesty.com/w35yzs
├ Reusing code and data with a class.mp4 - http://ceesty.com/w35yl7
├ Greater reusability with inheritance and polymorphism.mp4 - http://ceesty.com/w35yzw
└ Handling errors with exceptions.mp4 - http://ceesty.com/w35ylV
 
03 Setting Up Python:-
├ Installing Python 3 and Eclipse for Windows.mp4 - http://ceesty.com/w35ylr
└ Installing Python 3 and Eclipse for Mac.mp4 - http://ceesty.com/w35ylo
 
04 General Syntax:-
├ Creating a main script.mp4 - http://ceesty.com/w35ykT
├ Understanding whitespace in Python.mp4 - http://ceesty.com/w35ykP
├ Commenting code.mp4 - http://ceesty.com/w35ykx
├ Assigning values.mp4 - http://ceesty.com/w35ykh
├ Selecting code and values with conditionals.mp4 - http://ceesty.com/w35ykG
├ Creating and using functions.mp4 - http://ceesty.com/w35yka
└ Creating and using objects.mp4 - http://ceesty.com/w35ykm
 
05 Variables, Objects, and Values:-
├ Understanding variables and objects in Python.mp4 - http://ceesty.com/w35yjU
├ Distinguishing mutable and immutable objects.mp4 - http://ceesty.com/w35yjW
├ Using numbers.mp4 - http://ceesty.com/w35yjJ
├ Using strings.mp4 - http://ceesty.com/w35yjk
├ Aggregating values with lists and tuples.mp4 - http://ceesty.com/w35yjC
├ Creating associative lists with dictionaries.mp4 - http://ceesty.com/w35yjS
├ Finding the type and identity of a variable.mp4 - http://ceesty.com/w35yjd
└ Specifying logical values with True and False.mp4 - http://ceesty.com/w35yjv
 
06 Conditionals:-
├ Selecting code with if and else conditional statements .mp4 - http://ceesty.com/w35yhF
├ Setting multiple choices with elif.mp4 - http://ceesty.com/w35yhL
├ Understanding other strategies for multiple choices.mp4 - http://ceesty.com/w35yh3
└ Using the conditional expression.mp4 - http://ceesty.com/w35yhB
 
07 Loops:-
├ Creating loops with while.mp4 - http://ceesty.com/w35ygM
├ Iterating with for.mp4 - http://ceesty.com/w35yht
├ Enumerating iterators.mp4 - http://ceesty.com/w35yh0
└ Controlling loop flow with break, continue, and else.mp4 - http://ceesty.com/w35yg5
 
08 Operators:-
├ Performing simple arithmetic.mp4 - http://ceesty.com/w35ygj
├ Operating on bitwise values.mp4 - http://ceesty.com/w35ygs
├ Comparing values.mp4 - http://ceesty.com/w35ygQ
├ Operating on Boolean values.mp4 - http://ceesty.com/w35ygu
├ Operating on parts of a container with the slice operator.mp4 - http://ceesty.com/w35ygw
└ Understanding operator precedence.mp4 - http://ceesty.com/w35ygc

09 Regular Expressions:-
├ Using the re module.mp4 - http://ceesty.com/w35yfI
├ Searching with regular expressions.mp4 - http://ceesty.com/w35yfD
├ Replacing with regular expressions.mp4 - http://ceesty.com/w35yfE
└ Reusing regular expressions with re.compile.mp4 - http://ceesty.com/w35yfb
 
10 Exceptions:-
├ Learning how exceptions work.mp4 - http://ceesty.com/w35yfr
├ Handling exceptions.mp4 - http://ceesty.com/w35yd9
└ Raising exceptions.mp4 - http://ceesty.com/w35yfo
 
11 Functions:-
├ Defining functions.mp4 - http://ceesty.com/w35ys6
├ Using lists of arguments.mp4 - http://ceesty.com/w35ys1
├ Using named function arguments.mp4 - http://ceesty.com/w35ydq
├ Returning values from functions.mp4 - http://ceesty.com/w35ydy
└ Creating a sequence with a generator function.mp4 - http://ceesty.com/w35yda
 
12 Classes:-
├ Understanding classes and objects.mp4 - http://ceesty.com/w35ya0
├ Using methods.mp4 - http://ceesty.com/w35yaz
├ Using object data.mp4 - http://ceesty.com/w35ypX
├ Understanding inheritance.mp4 - http://ceesty.com/w35yp5
├ Applying polymorphism to classes.mp4 - http://ceesty.com/w35yat
├ Using generators.mp4 - http://ceesty.com/w35ypM
└ Using decorators.mp4 - http://ceesty.com/w35yag
 
13 String Methods:-
├ Understanding strings as objects.mp4 - http://ceesty.com/w35yiN
├ Working with common string methods.mp4 - http://ceesty.com/w35yi9
├ Formatting strings with str.format.mp4 - http://ceesty.com/w35yi4
├ Splitting and joining strings.mp4 - http://ceesty.com/w35yiZ
└ Finding and using standard string methods.mp4 - http://ceesty.com/w35yiG
 
14 Containers:-
├ Creating sequences with tuples and lists.mp4 - http://ceesty.com/w35yyO
├ Operating on sequences with built-in methods.mp4 - http://ceesty.com/w35yyn
├ Organizing data with dictionaries.mp4 - http://ceesty.com/w35yyR
└ Operating on character data with bytes and byte arrays.mp4 - http://ceesty.com/w35yuU
 
15 File I_O :-
├ Opening files.mp4 - http://ceesty.com/w35yrV
├ Reading and writing text files.mp4 - http://ceesty.com/w35yr2
└ Reading and writing binary files.mp4 - http://ceesty.com/w35yr7
 
16 Databases :-
├ Creating a database with SQLite 3.mp4 - http://ceesty.com/w35yro
├ Creating, retrieving, updating, and deleting records.mp4 - http://ceesty.com/w35ye9
└ Creating a database object.mp4 - http://ceesty.com/w35yrr
 
17 Modules :-
├ Using standard library modules.mp4 - http://ceesty.com/w35ywS
├ Finding third-party modules.mp4 - http://ceesty.com/w35ywJ
└ Creating a module.mp4 - http://ceesty.com/w35ywC
 
18 Debugging :-
├ Dealing with syntax errors.mp4 - http://ceesty.com/w35yqz
├ Dealing with runtime errors.mp4 - http://ceesty.com/w35yqO
├ Dealing with logical errors.mp4 - http://ceesty.com/w35yqg
└ Using unit tests.mp4 - http://ceesty.com/w35yqn
 
19 Building a Database Application :-
├ Normalizing a database interface.mp4 - http://ceesty.com/w35t97
├ Deconstructing a database application.mp4 - http://ceesty.com/w35t92
└ Displaying random entries from a database.mp4 - http://ceesty.com/w35y0w
 
20 Conclusion :-
└ Goodbye.mp4 - http://ceesty.com/w35t8y

Ex_Files_Python_3_EssT.zip - http://ceesty.com/w35t8T

Learning Python GUI Programming [VIDEO TUTORIALS]

01 Creating the GUI Form and Adding Widgets:-
├ Introduction to Python GUI.mp4 - http://ceesty.com/w343rx
├ Adding a label to the GUI form.mp4 - http://ceesty.com/w343rN
├ Creating buttons and text box widgets.mp4 - http://ceesty.com/w343r9
├ Exploring widgets.mp4 - http://ceesty.com/w343r4
├ Adding extra features.mp4 - http://ceesty.com/w343rZ
├ Adding several widgets in a loop.mp4 - http://ceesty.com/w343rG
 
02 Layout Management:-
├ Arranging several labels within a label frame.mp4 - http://ceesty.com/w343tE
├ Using padding to add space around widgets.mp4 - http://ceesty.com/w343t7
├ Expanding the GUI dynamically using widgets.mp4 - http://ceesty.com/w343tV
├ Aligning the GUI widgets by embedding frames within frames.mp4 - http://ceesty.com/w343yu
├ Creating menu bars.mp4 - http://ceesty.com/w343yw
├ Creating tabbed widgets.mp4 - http://ceesty.com/w343ys
└ Using the grid layout manager.mp4 - http://ceesty.com/w343t2
 
03 Look and Feel Customization:-
├ Creating message boxes.mp4 - http://ceesty.com/w343yX
├ Creating independent message boxes.mp4 - http://ceesty.com/w343yc
├ Creating the title and icon of the main root window.mp4 - http://ceesty.com/w343yH
├ Using a spinbox control.mp4 - http://ceesty.com/w343yQ
└ Creating tooltips and using the canvas widget.mp4 - http://ceesty.com/w343yY
 
04 Data and Classes:-
├ Using the StringVar() type.mp4 - http://ceesty.com/w343uR
├ Using module-level global variables.mp4 - http://ceesty.com/w343uF
├ Improving the GUI by coding in classes.mp4 - http://ceesty.com/w343uL
└ Creating reusable GUI components.mp4 - http://ceesty.com/w343uO
 
05 Matplotlib Charts:-
├ Creating beautiful charts using Matplotlb.mp4 - http://ceesty.com/w343iC
├ Downloading modules for Matplotlb.mp4 - http://ceesty.com/w343ik
├ Creating our first chart.mp4 - http://ceesty.com/w343iJ
├ Placing labels on charts.mp4 - http://ceesty.com/w343iW
├ Giving the chart a legend.mp4 - http://ceesty.com/w343iU
├ Scaling charts.mp4 - http://ceesty.com/w343iv
└ Adjusting the scale dynamically.mp4 - http://ceesty.com/w343iS
 
06 Threads and Networking:-
├ Creating multiple threads.mp4 - http://ceesty.com/w343oq
├ Starting a thread.mp4 - http://ceesty.com/w343i6
├ Stopping a thread.mp4 - http://ceesty.com/w343oy
├ Using queues.mp4 - http://ceesty.com/w343oh
├ Passing queues among different modules.mp4 - http://ceesty.com/w343i1
├ Using dialog widgets to copy files to your network.mp4 - http://ceesty.com/w343ox
├ Using TCP_IP to communicate via networks.mp4 - http://ceesty.com/w343oa
└ Using URLOpen to read data from websites.mp4 - http://ceesty.com/w343om
 
07 Storing Data in Our MySQL Database via Our GUI:-
├ Connecting to a MySQL database from python.mp4 - http://ceesty.com/w343o4
├ Configuring the MySQL connection.mp4 - http://ceesty.com/w343po
├ Designing the Python GUI database.mp4 - http://ceesty.com/w343o9
├ Using the SQL INSERT command.mp4 - http://ceesty.com/w343oN
├ Using the SQL UPDATE command.mp4 - http://ceesty.com/w343pr
└ Using the SQL DELETE command.mp4 - http://ceesty.com/w343pf
 
08 Internationalization and Testing:-
├ Displaying widget text in different languages.mp4 - http://ceesty.com/w343p2
├ Changing the entire GUI language all at once.mp4 - http://ceesty.com/w343aQ
├ Localizing the GUI.mp4 - http://ceesty.com/w343ac
├ Preparing the GUI for internationalization.mp4 - http://ceesty.com/w343pV
├ Designing a GUI in an agile fashion.mp4 - http://ceesty.com/w343pI
├ Do we need to test the GUI code_.mp4 - http://ceesty.com/w343p7
├ Setting debug watches.mp4 - http://ceesty.com/w343pD
├ Configuring different debug output levels.mp4 - http://ceesty.com/w343as
├ Creating self-testing code using the Python __main__ section.mp4 - http://ceesty.com/w343au
├ Creating robust GUIs using unit tests.mp4 - http://ceesty.com/w343aw
└ Writing unit tests using the Eclipse PyDev IDE.mp4 - http://ceesty.com/w343pK
 
09 Extending Our GUI with the wxPython Library:-
├ Installing the wxPython library.mp4 - http://ceesty.com/w343s0
├ Creating our GUI.mp4 - http://ceesty.com/w343st
├ Adding controls.mp4 - http://ceesty.com/w343sp
├ Embedding the Tkinter and wxPython GUIs into each other.mp4 - http://ceesty.com/w343aX
├ Using Python to control two different GUI frameworks.mp4 - http://ceesty.com/w343aM
└ Communicating between the two connected GUIs.mp4 - http://ceesty.com/w343a5

10 Creating Amazing 3D GUIs with PyOpenGL and Pyglet:-
├ Pyopengl transforms our GUI.mp4 - http://ceesty.com/w343sR
├ Our GUI in 3D.mp4 - http://ceesty.com/w343sn
├ Pyglet transforms our GUI more easily than PyOpenGL.mp4 - http://ceesty.com/w343sF
└ Creating a slideshow using Tkinter.mp4 - http://ceesty.com/w343sO
 
11 Best Practices:-
├ Avoiding spaghetti code.mp4 - http://ceesty.com/w343dk
├ Using __init__ to connect modules.mp4 - http://ceesty.com/w343dv
├ Mixing fall-down and OOP coding.mp4 - http://ceesty.com/w343dS
├ When not to use OOP.mp4 - http://ceesty.com/w343dW
├ Using design patterns successfully.mp4 - http://ceesty.com/w343dU
└ Avoiding complexity.mp4 - http://ceesty.com/w343dJ

Ex_Files_Learning_Python_GUI.zip - http://ceesty.com/w343d1

Learn Python 3 from scratch to become a developer in demand [VIDEO TUTORIALS]

01 -:Introduction:-
└ Introduction.mp4 - http://ceesty.com/w341Yv
 
02 Setup And Configuration:-
├ Python Installation - Windows.mp4 - http://ceesty.com/w341UT
├ Configuration Of Python - Windows.mp4 - http://ceesty.com/w341Uy
├ Python Installation And Setup - Mac.mp4 - http://ceesty.com/w341Ux
├ Package Management Using PIP.mp4 - http://ceesty.com/w341Um
├ IDE Options For Python Development.mp4 - http://ceesty.com/w341Uh
└ Installing iPython.mp4 - http://ceesty.com/w341UP

03 Understanding Variables And Data Type:-
├ Python Terminal Walkthrough.mp4 - http://ceesty.com/w341IE
├ Understanding Objects And References.mp4 - http://ceesty.com/w341Os
├ Variables Rules.mp4 - http://ceesty.com/w341IV
├ Numbers Data Type And Math Operations.mp4 - http://ceesty.com/w341ID
├ Numbers - Exponentiation And Modulo.mp4 - http://ceesty.com/w341I2
├ Arithmetic Order Of Precedence.mp4 - http://ceesty.com/w341Ou
├ Boolean Data Type.mp4 - http://ceesty.com/w341I7
├ Working With Strings.mp4 - http://ceesty.com/w341Oj
├ String Methods - Part 1.mp4 - http://ceesty.com/w341Ib
├ String Methods - Part 2.mp4 - http://ceesty.com/w341Il
├ More String Slicing And Indexing.mp4 - http://ceesty.com/w341Ow
└ Strings Formatting.mp4 - http://ceesty.com/w341IK
 
04 Advanced Data Types:-
├ List And Accessing The Elements.mp4 - http://ceesty.com/w341Pn
├ List Methods.mp4 - http://ceesty.com/w341Pg
├ Working With Dictionary.mp4 - http://ceesty.com/w341Pt
├ Nested Dictionary.mp4 - http://ceesty.com/w341Pp
├ Dictionary Methods.mp4 - http://ceesty.com/w341P0
└ Working With Tuple.mp4 - http://ceesty.com/w341Pz
 
05 Comparison And Boolean Operators:-
├ Working With Comparators.mp4 - http://ceesty.com/w341Ak
├ Understanding Boolean Operators.mp4 - http://ceesty.com/w341Ad
└ Boolean Operators - Order Of Precedence.mp4 - http://ceesty.com/w341Ai
 
06 Program Control Flow:-
├ Conditional Logic - If Else Conditions.mp4 - http://ceesty.com/w341Sh
├ While Loop Demo.mp4 - http://ceesty.com/w341Sa
├ Break Continue And WhileElse.mp4 - http://ceesty.com/w341Sq
├ For Loop Demo.mp4 - http://ceesty.com/w341A6
├ Iterating Multiple Lists - Using the Zip Function.mp4 - http://ceesty.com/w341Sx
└ Using Range Function In For Loop.mp4 - http://ceesty.com/w341Sy
 
07 Methods - Working With Reusable Code:-
├ Understanding Methods.mp4 - http://ceesty.com/w341S4
├ Working With Return Values.mp4 - http://ceesty.com/w341Dl
├ Working With Positional Optional Parameters.mp4 - http://ceesty.com/w341Do
├ Understanding Variable Scope.mp4 - http://ceesty.com/w341Dr
├ More Built-In Functions.mp4 - http://ceesty.com/w341S9
└ Exercise With Solution Homework .mp4 - http://ceesty.com/w341Df
 
08 Classes - Object Oriented Programming:-
├ Understanding Objects Classes.mp4 - http://ceesty.com/w341Zn
├ Create Your Own Object.mp4 - http://ceesty.com/w341Xd
├ Create Your Own Methods.mp4 - http://ceesty.com/w341Z8
├ Inheritance.mp4 - http://ceesty.com/w341Xi
├ Method Overriding.mp4 - http://ceesty.com/w341Xk
└ Exercise With Solution Homework .mp4 - http://ceesty.com/w341Xe
 
09 Exception Handling:-
├ Exception Handling Demo.mp4 - http://ceesty.com/w341Cy
├ Finally And Else Block.mp4 - http://ceesty.com/w341Ca
└ Exercise With Solution Homework .mp4 - http://ceesty.com/w341Ch
 
10 Modules:-
├ Builtin Modules.mp4 - http://ceesty.com/w341CG
└ Create Your Own Modules.mp4 - http://ceesty.com/w341CP
 
11 Conclusion:-
└ BONUS Whats Next and other cool free stuff.mp4 - http://ceesty.com/w341Vr

Python - Code-Clinic-Python [VIDEO TUTORIALS]

01 -:Introduction:-
├ Welcome.mp4 - http://ceesty.com/w34ZMa
└ Getting the most from Code Clinic.mp4 - http://ceesty.com/w34Z1o

02 Problem One_ Exploring Lake Pend Oreille:-
├ Exploring Lake Pend Oreille.mp4 - http://ceesty.com/w34Z1I
├ Solution overview.mp4 - http://ceesty.com/w34Z12
├ Building the GUI front end.mp4 - http://ceesty.com/w34Z1V
├ Exploring the database connection.mp4 - http://ceesty.com/w34Z2w
└ Accessing data from the website.mp4 - http://ceesty.com/w34Z17

03 Problem Two_ Image Analysis:-
├ Image Analysis.mp4 - http://ceesty.com/w34Z9v
├ Solution Overview.mp4 - http://ceesty.com/w34Z9U
├ Outlining the concepts.mp4 - http://ceesty.com/w34Z9S
├ Exploring the code.mp4 - http://ceesty.com/w34Z9C
└ Displaying the results.mp4 - http://ceesty.com/w34Z96

04 Problem Three_ Eight Queens:-
├ Eight Queens.mp4 - http://ceesty.com/w34X0x
├ Solution Overview.mp4 - http://ceesty.com/w34X0P
├ Finding solutions with itertools.mp4 - http://ceesty.com/w34X04
└ Displaying the solutions.mp4 - http://ceesty.com/w34Xqf

05 Problem Four_ Accessing Peripherals:-
├ Musical Instrument.mp4 - http://ceesty.com/w34Xq2
├ Solution Overview.mp4 - http://ceesty.com/w34Xws
├ Capturing mouse input.mp4 - http://ceesty.com/w34Xww
└ Generating sound and colors.mp4 - http://ceesty.com/w34Xwu

06 Problem Five_ Recursion and Directories:-
├ Recursion and Directories.mp4 - http://ceesty.com/w34XwA
├ Solution Overview.mp4 - http://ceesty.com/w34XwM
├ Searching directories.mp4 - http://ceesty.com/w34Xw5
├ Spawning Sub-processes.mp4 - http://ceesty.com/w34Xe0
└ Creating directories and relocating files.mp4 - http://ceesty.com/w34Xet

07 Problem Six_ Building the Web:-
├ Building the Web.mp4 - http://ceesty.com/w34XeO
├ Solution Overview.mp4 - http://ceesty.com/w34XeB
├ Reading CSV data.mp4 - http://ceesty.com/w34Xe8
├ Building HTML tables.mp4 - http://ceesty.com/w34Xe3
└ Formatting table rows.mp4 - http://ceesty.com/w34Xri

Python Exercise files:-
Ex_Files_CC_Python_01.zip - http://ceesty.com/w34Xre
Ex_Files_CC_Python_02.zip - http://ceesty.com/w34Xrd

Popular Posts

Latest Posts

Blog Archive