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

Popular Posts

Latest Posts

Blog Archive