Sending mail in python
Introduction Sending mail is a great feature that python provides. We can send mail in real-time by using Simple Mail Transfer Protocol (SMTP).
Introduction Sending mail is a great feature that python provides. We can send mail in real-time by using Simple Mail Transfer Protocol (SMTP).
Introduction Password manager is a python Tkinter based project. Password manager is useful for managing the password that can be saved and retrieved. It is easy to use and implement.
Introduction A Spirograph is a geometric drawing device that is used to draw a pattern of cyclical curved lines. We can create our own Spirograph device using python turtles.
Introduction Chatbot is a python based project. A chatbot is a computer program that interacts with human conversation through voice or text. It is built using python programming.
Introduction Pandas in the world of programming, it is a python library used for working with data sets. Pandas library are very useful in the field of data science.
Introduction Connect ball game is a multiplayer puzzle game made in python. The objective of this game is to connect four balls of the same color and win.
Introduction Nato phonetic alphabet is a python based project. Nato phonetic is a set of words used instead of letters in oral communication.
Introduction List comprehension is an effective way to create lists by writing a single line of code. It offers a shorter syntax for creating lists.
Introduction Dict comprehension is useful in creating new dictionaries from existing dictionaries and iterables. Data are stored in key value pairs.