top of page
The Feed


BLACKJACK CAPSTONE PROJECT
This project is a Python implementation of the card game Blackjack. The project includes a user interface that allows players to interact...
Aqsa Ashfaq
1 min read


COFFEE MACHINE
The Coffee Machine project is a Python program that simulates a coffee machine. The program allows you to select different coffee drinks,...
Aqsa Ashfaq
1 min read


CHATGPT CHATBOT
The Chatbot project is a Python program that simulates a chatbot. The program uses a generative AI model to generate text that is similar...
Aqsa Ashfaq
1 min read


Toronto MCI Analysis & Prediction Model
This project is a Python script that analyzes the MCI (Multi-Criteria Indicator) scores for different neighborhoods in Toronto. The...
Aqsa Ashfaq
1 min read


CLUSTERING with SKLEARN
This project demonstrates how to use the scikit-learn library for data preprocessing, modeling, and clustering. The notebook first...
Aqsa Ashfaq
1 min read


DEEP LEARNING with Tensor flow
Deep learning is a type of machine learning that uses artificial neural networks to learn from data. Neural networks are inspired by the...
Aqsa Ashfaq
1 min read


DATA MANIPULATION
Data manipulation is the process of transforming data into a format that is more useful for analysis. This can involve tasks such as...
Aqsa Ashfaq
2 min read


DATA ANALYSIS
Data analysis is the process of inspecting, cleansing, transforming, and modeling data with the goal of discovering useful information by...
Aqsa Ashfaq
1 min read


DuckDuckGo SEARCH
DuckDuckGo.ipynb is a Python notebook that uses the DuckDuckGo API to search for information on the internet. The notebook first imports...
Aqsa Ashfaq
1 min read


LOVE CALCULATOR
Love Calculator is a Python program that calculates the compatibility between two people based on their names. The program works by first...
Aqsa Ashfaq
1 min read


GUESS THE NUMBER
Number Guessing Game is a Python program that plays a guessing game with the user. The program starts by generating a random number...
Aqsa Ashfaq
1 min read


THE HIGHER LOWER GAME
Higher Lower Game is a Python program that plays a guessing game with the user. The program starts by generating a random number between...
Aqsa Ashfaq
1 min read


SECRET AUCTION
Secret Auction is a Python program that allows users to bid on items anonymously. The program works by first creating a list of items...
Aqsa Ashfaq
1 min read


PASSWORD GENERATOR
Password Generator is a Python program that generates random passwords. The program takes a few parameters from the user, such as the...
Aqsa Ashfaq
1 min read


BANKER ROULETTE
Banker Roulette is a Python program that randomly chooses one person from al to pay the bill for a meal. This is a common practice in the...
Aqsa Ashfaq
1 min read


CAESAR CIPHER
This project is a Python script that implements the Caesar cipher, a simple encryption technique that shifts each letter in a message by...
Aqsa Ashfaq
1 min read


BMI CALCULATOR
This project is a Python script that calculates the Body Mass Index (BMI) of a person. The script takes the user's height and weight as...
Aqsa Ashfaq
1 min read


ROCK PAPER SCISSOR
This project is a Python script that plays the game Rock Paper Scissors against the user. The script randomly generates a move for the...
Aqsa Ashfaq
1 min read


TIP CALCULATOR
This project is a Python script that calculates the tip for a restaurant bill. The script takes the bill amount as input and calculates...
Aqsa Ashfaq
1 min read
bottom of page

