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
├ 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
No comments:
Post a Comment