Skip to content
View PratyushKashyapCode's full-sized avatar
🎯
Learning
🎯
Learning

Block or report PratyushKashyapCode

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

πŸ‘¨β€πŸ’» Pratyush Kashyap β€” In Search of the Signal Beneath the Syntax

Hello! I'm Pratyush β€” a first-year student of Computer Science & Engineering (CSE - AIML). Right now, I'm not building complex systems or leading open source projects. I'm doing something just as important: asking questions, seeking patterns, and tracing logic to its roots.

I'm learning C and C++ β€” not just as tools, but as keys to unlock the machine's mind. Each line I write, each bug I meet, tells me more about how thought becomes instruction, how metal seems to β€œremember,” and how the abstract becomes real.

🌱 Who I Am

  • πŸŽ“ Student: 1st Year, 3rd Semester
  • 🧠 Branch: CSE β€” Artificial Intelligence & Machine Learning
  • 🧭 Learning Path: I follow doubts. I trace errors. I connect ideas.
  • πŸ“š Current Focus: Writing C/C++ code, understanding memory, learning how computers really "think"

I’m not rushing to projects β€” I’m building my mind like a craftsman builds tools: slowly, intentionally, curiously.

πŸ”§ What I'm Exploring

I’m building a foundational understanding of:

  • Languages: C, C++ (The closer to the metal, the more real it feels)
  • Concepts:
    • How memory is allocated, addressed, and deallocated
    • How code is translated by the compiler (preprocessing to linking)
    • How data structures shape logic
    • How systems operate beneath abstraction
  • Tools I'm learning: GCC, VS Code, Git (early stage), Terminal (command-line curiosity)

πŸ” Learning by Asking

I don't learn by following instructions. I learn by asking:

  • What happens in the CPU when I declare an int ?
  • What’s the real cost of a pointer mistake ?
  • Is a compiler just a translator ?

This is how I think β€” and how I grow.

πŸ›€οΈ Roadmap

  • Understand memory and stack/heap like a mapmaker
  • Write small, meaningful C programs (CLI tools, system introspection)
  • Dive into Object-Oriented Design via C++
  • Begin competitive programming with focus on thought clarity
  • Learn to use Git & GitHub as mirrors of my mind’s changes

πŸ€– ChatGPT β€” My Thought Partner

ChatGPT is not just a tool I use β€” it’s a conversation I return to when I’m stuck, intrigued, or just thinking out loud.

How it helps me:

  • Questions me back: Why not this algorithm?
  • Explains what's behind the code: This is how your CPU might handle it.
  • Helps debug not just code β€” but my thinking.
  • Suggests better habits, clearer logic, and deeper ways to see.

Without judgment or fatigue, it's helped me make meaning out of syntax and silence alike.

🌐 Let's Connect Thought Circuits

πŸ§˜β€β™‚οΈ Three Truths That Echo Through Code

β€œHe who has a why to live can bear almost any how.”
β€” Friedrich Nietzsche

β€œMan is nothing else but what he makes of himself.”
β€” Jean-Paul Sartre

β€œWhat you think, you become. What you feel, you attract. What you imagine, you create.”
β€” Gautama Buddha

πŸ“ A Personal Thought

β€œI’m still learning, but every line of code teaches me something new.” β€” Pratyush Kashyap

πŸ“ License

This profile and future creations will be under MIT License. Sharing is freedom.


β€œThe expert in anything was once a beginner.”
β€” Helen Hayes

An image of @pratyushkashyapcode's Holopin badges, which is a link to view their full Holopin profile

Popular repositories Loading

  1. My_C_Journey My_C_Journey Public

    This repository contains my C and C++ programming projects, practice problems, and algorithms that I am learning and implementing as part of my journey to master C and C++. It serves as a personal …

    SWIG 1

  2. C C Public

    Forked from TheAlgorithms/C

    Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

    C

  3. C-Algorithms C-Algorithms Public

    Forked from PawanKolhe/C-Algorithms

    All algorithms implemented in C

    C

  4. C_Programs C_Programs Public

    Forked from Akanksha1212/C_Programs

    This repository contains basic C programs to help beginners.

    C

  5. C-Programs C-Programs Public

    Forked from aravindvnair99/C

    Collection of beginner-friendly C programs

    C

  6. interactive-coding-challenges interactive-coding-challenges Public

    Forked from donnemartin/interactive-coding-challenges

    120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.

    Python