CORE PROGRAMS
What Does Core Python Mean?
Python is basically a interpreted, interactive, object-oriented, and high-level programming language which runs on the compiler level. Python has it’s own Syntax, data types and it’s own rules of Object oriented programming.
Core Python is used in building Desktop based applications, Artificial Intelligence, Machine learning and etc. Name it you can build the application.
CORE PROJECTS
Calender
The Calendar module in Python is a built-in module that enables us to execute date, month, and calendar-related actions as well as to modify our code for a certain day or month of the year. The calendar for that month of the year is displayed once the year and the month are entered. The idealised calendar, which is the present Gregorian calendar, is used by the Python Calendar module.
The Zodiac Sign
Calculator
The Zodiac Sign Calculator display astrological sign/zodiac sign of the user. It starts by asking the user's birthdate and month. Additionally, in accordance with the if statements, it ascertains the user's zodiac sign and displays it on the screen. An error message appears if the user enters the incorrect month name.