Posts

Showing posts from October, 2020

Turtle Graphics (full Course) with codes

Image
 1. Intro to Turtle Graphics? Turtle is like Logo, if you are familiar with logo then turtle in python is just a piece of cake for you, But if you are not familiar with the Logo it will be the best experience for you to explore turtle graphics in Python you will be really very happy that this course is only for beginners and anyone here can easily understand all the topics of turtle graphics here. We will study making some beautiful and colorful shapes using python and you will be really very happy that this course is only for beginners and anyone here can easily understand all the topics of turtle graphics. Here we will study making some beautiful and colorful shapes using python and you will really be liking it after studying some of the courses. Not only turtle is for kids for drawing and making shapes but also turtle graphics in Python is used for making a graphical analog clock and too digital working clock it also lets you to be innovative and to draw really some beautiful sh...

GUI Lessons (full course) with codes.

Image
1. Intro to GUI and  Tkinter in Python? GUI (Graphical User Interface) helps us to interact with a program written in python. It helps us to get relief from the black and white boring console and gives us a colorful and interactive output.  There are multiple ways to program a GUI : 1. Tkinter GUI 2. PyQT GUI 3. KIVY GUI 4. WxPython GUI 5. PySide GUI 6. PySimpleGUI 7. PyGUI 8. Pyforms GUI 9. Wax Python GUI 10. Libavg The best python GUI known is Tkinter, It is very easy to learn and can create a beautiful program easily. In this lesson, we will be learning Tkinter in a very fun and Interactive way and you can easily create programs like Calculator, Sign in software, and much more. In this lesson, you will also get some codes of Tkinter with specified examples. You can also run these code in Visual studio code, Pycharm, Spyder, or at any Python IDLE, and also in android apps like Pyroid 3