Skip to content
View Safwan197's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Safwan197

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Safwan197/README.md

Hi 👋, I'm Muhammad Safwan

Software Engineering Student | Python Enthusiast | Data Analysis Learner

Passionate about software development, data analysis, and continuous learning. I enjoy building practical projects, solving problems, and exploring new technologies in software engineering and data science.


🚀 About Me

  • 🎓 Software Engineering Student at Sir Syed University of Engineering & Technology
  • 💻 Strong interest in Software Development and Data Analysis
  • 🐍 Growing as a Python Developer
  • 🌐 Familiar with Django (basics) and currently learning FastAPI
  • 🤖 Enhancing skills in Artificial Intelligence, Machine Learning, and Deep Learning
  • 🌱 Always improving problem-solving and development skills
  • 📫 Reach me at [email protected]

🛠️ Tech Stack

💻 Programming Languages

Java Python

🌐 Web Development

HTML CSS Django FastAPI

📊 Data Analysis

NumPy Pandas Matplotlib

🗄️ Databases

SQL MongoDB

⚙️ Tools

Git GitHub VS Code NetBeans


🚀 Projects

🎬 Netflix Movie Data Analysis

Exploratory data analysis using Python, Pandas, NumPy, Matplotlib, and Seaborn to analyze movie trends, ratings, and genres.

🛒 Retail Sales Data Analysis

Analyzed retail dataset to identify sales trends, category performance, and customer purchasing behavior.

🏥 Healthcare Data Analysis

Performed exploratory data analysis on healthcare datasets to discover insights and patterns using Python visualization tools.


📚 Current Focus

  • Strengthening my journey as a Python Developer
  • Learning FastAPI for modern backend development
  • Improving knowledge of Django framework
  • Exploring AI and Machine Learning fundamentals
  • Building more real-world projects

🏆 Certifications

  • Deloitte Data Analytics Job Simulation — Forage

  • Cybersecurity Certification — Coursera

  • Python Crash Course Certification — Coursera

  • AI Certification — Coursera

  • Communication Skills Certification — MOOCs


🌐 Connect With Me


Thanks for visiting my GitHub profile! I'm always open to learning, collaboration, and new opportunities.

Pinned Loading

  1. Adaptive-Sorted-Round-Robin-ASRR-Operating-Systems-Project Adaptive-Sorted-Round-Robin-ASRR-Operating-Systems-Project Public

    Forked from AZANAMIR272/Adaptive-Sorted-Round-Robin-ASRR-Operating-Systems-Project

    An optimized CPU scheduling algorithm in Java that adapts the Time Quantum using the median of burst times to reduce waiting and turnaround times. Features a simple Swing GUI with Gantt chart visua…

    Java

  2. CAR-RENTAL-SYSTEM CAR-RENTAL-SYSTEM Public

    Forked from AZANAMIR272/CAR-RENTAL-SYSTEM

    A Spring Boot web application that implements eight software design patterns (Factory, Singleton, Observer, Mediator, etc.) to manage car rentals efficiently. Includes modules for admin control, cu…

    HTML

  3. flappy-bird-pfund flappy-bird-pfund Public

    Forked from AZANAMIR272/flappy-bird-pfund

    This is a simple Flappy Bird game created using Python and Pygame for my PFUND project. The player controls a bird and tries to pass through pipes without hitting them. The game includes gravity-ba…

    Python

  4. Linked-List-Visualizer Linked-List-Visualizer Public

    Forked from AZANAMIR272/Linked-List-Visualizer

    The Linked List Visualizer is a Java-based tool that visually demonstrates how linked lists work. It allows users to insert, delete, and search nodes with real-time animations. Built using Java Swi…

    Java

  5. SSUET-WEATHER-APP SSUET-WEATHER-APP Public

    Forked from AZANAMIR272/SSUET-WEATHER-APP-

    A responsive weather forecasting website built using HTML, CSS, JavaScript, Node.js, and SQL Server. It displays real-time weather data, interactive maps, and a clean dashboard for city-based forec…

    JavaScript

  6. Temperature-Converter-in-MIPS-Assembly Temperature-Converter-in-MIPS-Assembly Public

    Forked from AZANAMIR272/Temperature-Converter-in-MIPS-Assembly

    Temperature Converter – COA Project (MIPS Assembly) A MIPS Assembly Language program that converts temperatures between Celsius and Fahrenheit using arithmetic instructions and system calls. Demons…

    Assembly