Code Monkey home page Code Monkey logo

Taha Iqbal's Projects

basic_logger icon basic_logger

I made a logger that logs object info to toyotas.log whenever a ToyotaCar object is created. Open logger_diagram.png to view a diagram that shows the components of a non-root logger and some of the commands used to make them.

bike_purchases_dashboard_excelel icon bike_purchases_dashboard_excelel

In this project, I performed data cleaning operations on raw CSV data in Microsoft Excel, creating pivot tables from that modified data, and then making a dashboard

bitcoin_whitepage_web_scraper icon bitcoin_whitepage_web_scraper

In this project, I build a web_scraper that scrapes data off the bitcoin whitepages. I then plot this data using matplotlib. An important highlight of this project is my use of a venv virtual environment and the .gitignore file.

composition_vs_inheritance icon composition_vs_inheritance

Explore two design paradigms in an Employee Management System. One leverages Inheritance for feature enhancement; the other adopts Composition for modularity and flexibility. Delve into the implementations to discern the strengths and trade-offs of each.

django_social_blog_website icon django_social_blog_website

In this project, I used Django 4.1.5 to create a blog-based social media application. The application implements MVT (Model View Template), template inheritance, class-based and function-based views, Django apps, AWS S3, AWS IAM

dockerized_gui_atm_tkinter_app icon dockerized_gui_atm_tkinter_app

This mini-project is an ATM app that uses everything I know about the customertkinter GUI library. The app is dockerized. It runs through both the command line and a graphical user interface.

dockerizing_tcb_program icon dockerizing_tcb_program

Dockerizing as simple python program that establishes a TCP server on port 9999, sends the first column of the Iris dataset to connected clients, and then closes the connection after a brief pause.

dsa_leetcode icon dsa_leetcode

This directory hold my work on data structures and algorithms. It also holds some of my leetcode practice.

easy_leetcodesque icon easy_leetcodesque

This repository stores python exercises that tested my knowledge of recursion, conditional logic, string manipulation, looping, sequences, collections, functions, classes etc.

game_sales_tableau_dashboardardboard_excel icon game_sales_tableau_dashboardardboard_excel

Using a game-sale csv dataset from kaggle, I created a Tableau dashboard showing the sales of games of different platforms. The first visualization shows the change in game sales for different platforms over time and the second shows the total sales in each genre throughout all of history.

git_practice_directory icon git_practice_directory

In this project, I practice all the basic commands for git and github. These include 'git commit' 'git merge' and 'git status'. I also demonstrate my understanding of the relationship between commits, branches, local repositories and remote repositories. I have a short video for this project on youtube: https://youtube.com/shorts/pHUW6viUmaA

java_ecommerce_system icon java_ecommerce_system

In this project, I created an command-line ecommerce application where the 'system administrator' can view all customer data, forcefully cancel orders etc. This project implements the comparable interface, java enums, access modifiers, array lists, linked lists, object oriented programming etc.

my_scripts icon my_scripts

All my commonly used automation scripts: downloaing youtube videos, merging pdf-slideshows for final exam study, extracting the uninstall executable of an application, image resizing etc.

pong icon pong

Here I made a pong game simulation using Turtle

regal_bank_backend icon regal_bank_backend

I successfully created a banking system using Java and MySQL. This system allows registered users to tranfer funds, check their balances, enroll in advanced CDIC insurance plans etc. The program connects to an instance of MySQL to store information long-term.

sedoku_solver icon sedoku_solver

Here I wrote a 9x9 sudoku solver in python by implementing the backtracking algorithm

sql_rental_database_design icon sql_rental_database_design

Designed a SQL Database/Schema for a Car Rental System. It was created on an Oracle 11g Database. The project features Entity-Relationship Design, Functional Dependency Theory, 3NF/BCNF principles, SQL Code, Bash Scripting

web_scraping_amazon_purchase_tracker icon web_scraping_amazon_purchase_tracker

Creating an app that allows users to track their product views in python and register items that they might buy in the future. This project incorporates web-scraping and a sqlite3 database

weightedtree_and_weightedgraph icon weightedtree_and_weightedgraph

Explore optimal network pathways with WeightedTree, a Python class extending WeightedGraph. Generate, validate, and manipulate minimum spanning trees efficiently from weighted graphs, ensuring connectivity with minimal cost.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.