Faisal Malik
@faisalmalik_01
Followers
281
Following
3K
Media
29
Statuses
174
Aspiring full-stack developer with a problem-solving mindset, eager to build real-world solutions.
work
Joined June 2020
People will download Kali on VMware and adopt this entire persona.
180
416
5K
How do LLMs actually work? LLMs power AI applications like ChatGPT, Grok, and Claude to generate human-like text and assist with complex tasks. Here’s a simple to understand breakdown of how they work: Step 1) Learning from massive text data LLMs train on huge datasets
78
547
3K
Day 14: Cracking the API code in Python! Finally got my hands dirty with API calls & JSON parsing - from zero to fetching YouTube data! 🎯 Built my first API script after countless chai breaks ☕️ Key wins: API calls ✅ JSON parsing ✅ Error handling ✅ #Python #100DaysOfCode
1
0
1
Day 12 of My Python Journey! Built a YouTube Video Manager using Python + SQLite —a CLI-based app to store, update, delete, and search videos efficiently! 💾 Tech Stack: Python, SQLite3, SQL Queries #Python #100DaysOfCode #SQLite #PythonProjects #DevCommunity #LearningInPub
0
0
3
Day 12: Error Handling in Python & YouTube Manager Project! 🔹 Why it matters? Unexpected errors happen. Error handling keeps apps running smoothly. 📂 Full code & explanation in my GitHub repo: 🔗 https://t.co/SC8HUaSpka
#Python #100DaysOfCode
github.com
Python fundamentals, advanced topics, and hands-on projects - Faisalmalik01/Python-Exploration
1
0
2
Day 11: Python Decorators! Today, I explored Decorators in Python—powerful tools that allow functions to be modified dynamically! Understanding them unlocked a whole new level of code reusability and efficiency. #Python #100DaysOfCode Check it out here: [ https://t.co/SC8HUaSpka]
0
0
2
Day 10: Object-Oriented Programming in Python! Today, I explored OOP in Python, and it’s amazing how it improves code structure! While I knew OOP concepts before, implementing them in Python felt different and exciting. #Python #OOP #LearningInPublic #100DaysOfCode
1
0
1
A key takeaway: Modifying global variables inside functions is not a good practice. Instead, use function arguments or closures. To make things clearer, I created a .md file with explanations & a simple diagram to visualize how Python manages variables in memory.
0
0
0
Day 9 of Learning Python – Scope & Closures 🔹 Scope & Namespace 🔹 Global vs. Local Scope 🔹 Closures – Functions that remember variables from their parent function. #Python #100DaysOfCode #Coding 🧵👇 (1/2)
1
0
1
🔹 Function definitions & calls 🔹 *args & **kwargs for dynamic arguments 🔹 Lambda functions for concise operations 🔹 Recursion & stack memory optimization 🔹 Generators & yield for efficient iteration #Python #Functions #100DaysOfCode #ChaiAurCode
@Hiteshdotcom
0
0
0
Day 8 - Functions in Python Functions are at the core of writing efficient, modular, and scalable code. Since I’ve worked with functions in other languages, adapting to Python felt natural, but understanding how it manages function execution internally was an eye-opener.
1
0
1