Search

Learning Python GUI Programming [VIDEO TUTORIAL]


Learning-Python-GUI-Programming

[Disclaimer Notice:- This link might show ads which may contain graphics not suitable for kids if around you. This blog is not responsible for any ads show by openload website.]


NOTE:- All the links have python tutorial videos which you can download as well.
If you like my work kindly donate :- Paypal gomesalla@gmail.com
Paytm :- +919773544889
Thank you for your support

01 Creating the GUI Form and Adding Widgets
001 Introduction to Python GUI.mp4
https://openload.co/f/JcRuYbQrhcg
002 Adding a label to the GUI form.mp4
https://openload.co/f/UPeC5dkXX7g
003 Creating buttons and text box widgets.mp4
https://openload.co/f/8zAP-rdfJRM
004 Exploring widgets.mp4
https://openload.co/f/tyZxAcXWKU8
005 Adding extra features.mp4
https://openload.co/f/q9HMBQzliX4
006 Adding several widgets in a loop.mp4
https://openload.co/f/fkpYNd9R1VA

02 Layout Management
001 Arranging several labels within a label frame.mp4
https://openload.co/f/D14ZP0baf8g
003 Expanding the GUI dynamically using widgets.mp4
https://openload.co/f/e6uvTfDQ4pE
002 Using padding to add space around widgets.mp4
https://openload.co/f/ktvTp52b7Bo
004 Aligning the GUI widgets by embedding frames within frames.mp4
https://openload.co/f/D2sCnjnEF-k
005 Creating menu bars.mp4
https://openload.co/f/NHYCeOEAueQ
006 Creating tabbed widgets.mp4
https://openload.co/f/TLgBIjVq-Do
007 Using the grid layout manager.mp4
https://openload.co/f/mctH-dfCDiQ

03 Look and Feel Customization
001 Creating message boxes.mp4
https://openload.co/f/rrpOD0LVjjI
002 Creating independent message boxes.mp4
https://openload.co/f/AAwFfw9tQg0
003 Creating the title and icon of the main root window.mp4
https://openload.co/f/e2jA1qmtwEo
004 Using a spinbox control.mp4
https://openload.co/f/CHw5TftmEqE
005 Creating tooltips and using the canvas widget.mp4
https://openload.co/f/bdi6cK7Dyp0

04 Data and Classes   
001 Using the StringVar() type.mp4
https://openload.co/f/8TFYiwMXdwU
002 Using module-level global variables.mp4
https://openload.co/f/PA3jZGmweZo
003 Improving the GUI by coding in classes.mp4
https://openload.co/f/90scP4Y9cV4
004 Creating reusable GUI components.mp4
https://openload.co/f/4vMbk31ffQY

05 Matplotlib Charts   
001 Creating beautiful charts using Matplotlb.mp4
https://openload.co/f/MmQJCoJbQNY
002 Downloading modules for Matplotlb.mp4
https://openload.co/f/TNYGnFydbnM
003 Creating our first chart.mp4
https://openload.co/f/ZNkocO9TQsA
004 Placing labels on charts.mp4
https://openload.co/f/jlv8viNE5Nc
005 Giving the chart a legend.mp4
https://openload.co/f/atJYgY5eLnw
006 Scaling charts.mp4
https://openload.co/f/CLqg0S1gkhs
007 Adjusting the scale dynamically.mp4
https://openload.co/f/yWNEiroGH1c

06 Threads and Networking   
001 Creating multiple threads.mp4
https://openload.co/f/aWk5mCIidOg
002 Starting a thread.mp4
https://openload.co/f/0qvg9Kz-7To
003 Stopping a thread.mp4
https://openload.co/f/8DcRB05D8a0
004 Using queues.mp4
https://openload.co/f/z7of3L7ITHs
005 Passing queues among different modules.mp4
https://openload.co/f/ir_QamLnMPk
006 Using dialog widgets to copy files to your network.mp4
https://openload.co/f/xTNou_RtA4Q
007 Using TCP_IP to communicate via networks.mp4
https://openload.co/f/vfvkrY9lOJY
008 Using URLOpen to read data from websites.mp4
https://openload.co/f/m4C6_bsenJo

07 Storing Data in Our MySQL Database via Our GUI   
001 Connecting to a MySQL database from python.mp4
https://openload.co/f/wghn5rp0pBQ
002 Configuring the MySQL connection.mp4
https://openload.co/f/pV30x1EC9AE
003 Designing the Python GUI database.mp4
https://openload.co/f/PeTcmba-Xmk
004 Using the SQL INSERT command.mp4
https://openload.co/f/cuDVdeeAWJU
005 Using the SQL UPDATE command.mp4
https://openload.co/f/LqF2OSP5HUA
006 Using the SQL DELETE command.mp4
https://openload.co/f/0Jl3qMW1dWY

08 Internationalization and Testing   
001 Displaying widget text in different languages.mp4
https://openload.co/f/rTaw0A_dwYI
002 Changing the entire GUI language all at once.mp4
https://openload.co/f/X0UTc74heSU
003 Localizing the GUI.mp4
https://openload.co/f/quzMswbyRWE
004 Preparing the GUI for internationalization.mp4
https://openload.co/f/dPCaq0Ie6Ng
005 Designing a GUI in an agile fashion.mp4
https://openload.co/f/rCrKJNvB9vo
006 Do we need to test the GUI code_.mp4
https://openload.co/f/HMehjyASAG4
007 Setting debug watches.mp4
https://openload.co/f/JdEYXk_9V6c
008 Configuring different debug output levels.mp4
https://openload.co/f/z4kyT6ABXF8
009 Creating self-testing code using the Python __main__ section.mp4
https://openload.co/f/BqYSxH2__vs
010 Creating robust GUIs using unit tests.mp4
https://openload.co/f/fqHM-YhTrng
011 Writing unit tests using the Eclipse PyDev IDE.mp4
https://openload.co/f/xVZN6NR5uUQ

09 Extending Our GUI with the wxPython Library   
001 Installing the wxPython library.mp4
https://openload.co/f/UK-aXI0euFQ
002 Creating our GUI.mp4
https://openload.co/f/b_h-njKAkM4
003 Adding controls.mp4
https://openload.co/f/j08l5MmGqdM
004 Embedding the Tkinter and wxPython GUIs into each other.mp4
https://openload.co/f/mwjhAxYf6y4
005 Using Python to control two different GUI frameworks.mp4
https://openload.co/f/IWCydZwwJvg
006 Communicating between the two connected GUIs.mp4
https://openload.co/f/AR9z-u6wY3c

10 Creating Amazing 3D GUIs with PyOpenGL and Pyglet
001 Pyopengl transforms our GUI.mp4
https://openload.co/f/m08fF5mswAk
002 Our GUI in 3D.mp4
https://openload.co/f/0AThi9KGUjI
003 Pyglet transforms our GUI more easily than PyOpenGL.mp4
https://openload.co/f/y3JLTW2TAn0
004 Creating a slideshow using Tkinter.mp4
https://openload.co/f/juES6SJ5Ca0

11 Best Practices   
001 Avoiding spaghetti code.mp4
https://openload.co/f/6QGBCt_XKH0
002 Using __init__ to connect modules.mp4
https://openload.co/f/1yjVOf_334E
003 Mixing fall-down and OOP coding.mp4
https://openload.co/f/-Vg9vH4ErDQ
004 When not to use OOP.mp4
https://openload.co/f/UVVA_WgLPt8
005 Using design patterns successfully.mp4
https://openload.co/f/UneW1e2u0H0
006 Avoiding complexity.mp4
https://openload.co/f/P7FCk8Uaj_4
   
Ex_Files_Learning_Python_GUI.zip
https://openload.co/f/7EK8aJpM9Hc

Popular Posts

Latest Posts

Blog Archive