top of page

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.

Password Generator

Password generator creates passwords with at least one upper case letter, two lower case letters, and three digits using a combination of numbers, alphabets, and other symbols.

Rock Paper Scissors Game

The player in the Rock Paper Scissors Game has the first opportunity to choose amongst the three options: rock, paper, or scissors. The winner is chosen in accordance with the rules after the computer randomly chooses from the final two alternatives.

Story Generator

Story Generator contrive tales. Every time a user runs the code, Python source code is executed and a new story is conjured up.

To construct sentences and ultimately tales, it will use arbitrary nouns like character, name, colour, place, etc.

Pylaculator

When someone enters equations for the computer to solve, calculators function best. We may use this simple calculator to carry out elementary mathematical operations including addition, subtraction, multiplication, 

and division.

Maintenance Calorie Calculator

Maintenance Calorie Calculator keep track of and estimate how many calories we burn each day based on each person's height, weight, gender, age, and level of activity.

Computer Quiz

The Computer Quiz is like any other quiz with a set of questions related to the subject , with the help of mathematical operators and if statements , this quiz will automatically calculate your score

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.

bottom of page