In this blog we will learn to add colors in foreground and background of text Python IDLE . First we have to install colored library using pip command. pip install colored After installing library we have to import colored library then using colored.fg('color_name') function foreground color of text can be changed. To change background of... Continue Reading →
Turtle Graphics — Graphic/Animation in Python
In this blog we build a circular design using turtle module , it's a in-built module in python so we doesn't install it using pip command. We built a simple circular design within 15-20 lines of code using turtle module and for loop. First of all we import turtle module import turtle and then create... Continue Reading →
Python Programming
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.The Python interpreter and... Continue Reading →
The Journey Begins
Thanks for joining me! Good company in a journey makes the way seem shorter. — Izaak Walton