‘Python Mini Projects’ is my third book on Python software in continuation with books named ‘Python Coding for Beginners’ and ‘Python coding with tkinter library’ This book is useful for Python beginners who really wanted to write coding for Mini Python Projects. These books are categorized under four titles namely Basic Projects, Python Maths and Geometrical Projects, Trigonometrical solutions using Python, and Mixed Projects’. Titles of various Projects are as Basic Projects Draw a circle filled with a color(with turtle) Draw square(with turtle) Draw Octagon (Polygon) (with turtle) Draw Parallelogram(with turtle) Draw a Star(with turtle) Star with 10 edges(with turtle) Color the Star(with turtle) Circles Around(with turtle) Indian Flag(with turtle) Computer, CPU and Computer Table(with turtle) Flower(with turtle) House (with turtle and Math) Simple Interest (with tkinter) Physical and Chemical Constants (with tkinter) Python Maths and Geometrical Projects Circle, Sphere, Hemisphere, Cone, Cylinder Cylinder and Circular Cone Equilateral Triangle Prism Cuboid Triangular Pyramid (3 equal sides) Rectangular Pyramid Square Pyramid Trigonometrical Solutions using Python Math Trigonometry Problem 01 Trigonometry Problem 02 Trigonometry Values Derivatives of Trigonometry Values Mixed Projects Combined Analog and Digital Clock Calculator Combined Simple interest and Compound Interest
Books coming under title ‘Basic Projects’ are useful for children and grown ups who wanted to start building mini projects in Python. Books under other titles are good references for Python Developers, Engineering students, Mathematics teachers and students In these books I have given the source codes for Python Projects using Turtle, Tkinter, Math, etc. In my Previous books I have already explained how to download Python software and Thonny software for testing your coding without internet connection. Modules turtle and tkinter are coming with Python Package. If modules mentioned above are not included in Python package you may have to install them separately from the command prompt using the command ‘pip install the (package name)’. Any way you can avail all the installation process from the net.