Muhammad Atif Iqbal

Muhammad Atif Iqbal @atifwattoo

About: AI Engineer with a software engineering background, skilled in Python, TensorFlow, PyTorch, FastAPI, Flask, Django ReactJS, and NextJS. Expert in building scalable AI models and applications.

Location:
Lahore, Pakistan
Joined:
Mar 23, 2024

Muhammad Atif Iqbal
articles - 33 total

How to Train AI Model

Training a model using modern AI techniques involves several steps, and the process can vary...

Learn More 7 2Jul 6

What is a coroutine object in python

What is a coroutine object? A coroutine is a special kind of function that can pause and...

Learn More 7 0Jun 2

What does *"persistent"* mean in SQLALCHEMY?

✅ What does "persistent" mean? In the context of SQLAlchemy (and databases): A...

Learn More 0 0May 15

Understanding Pydantic Model Validation with Simple Examples

Pydantic is a Python library that provides runtime type checking and validation of data. Let me...

Learn More 0 0May 9

Cheat sheet of 'Alembic' commands

Here’s a complete cheat sheet of Alembic commands you'll use for managing database migrations in your...

Learn More 6 0Apr 22

Difference between `pipenv` and `python -m venv` Environments

Difference between pipenv and python -m venv Environments in Python Both pipenv and python...

Learn More 0 0Apr 21

Python Basics: `dict`, `list`, `f-string`, and `join()`

🧠 Python Basics: dict, list, f-string, and join() ✅ 1. Dictionary (dict) –...

Learn More 6 0Apr 19

Creating Models in Django

🚀 Creating Models in Django Django models define the structure of your database tables....

Learn More 6 0Mar 18

How to Create an Image Model in Django (with Settings)

🚀 How to Create an Image Model in Django (with Settings) Django allows you to store and...

Learn More 5 0Mar 18

What is `__str__()` (dunder string function) in Python?

🔹 What is __str__() in Python? __str__() is a special (dunder) method in Python that...

Learn More 0 0Mar 18

Is '__tablename__' Compulsory in SQLAlchemy? Can We Change It?

📌 Is __tablename__ Compulsory in SQLAlchemy? Can We Change It? No, __tablename__ is not...

Learn More 5 0Mar 18

What is a Python Decorator?

📌 What is a Python Decorator? A Python decorator is a function that modifies another...

Learn More 5 0Mar 18

Understanding '*args' and '**kwargs' in Python

🔹 Understanding *args and `kwargs` in Python** In Python, *args and **kwargs are used to...

Learn More 6 0Mar 18

Python: The Ultimate Guide – Features, Concepts, Use Cases, and Best Practices

Introduction to Python Python is a high-level, dynamically typed, and interpreted...

Learn More 7 0Feb 11

[Boost]

FastAPI vs Flask: Key Differences and Use Cases Muhammad...

Learn More 0 0Feb 10

Flask: A Comprehensive Guide

Introduction Flask is a micro web framework for Python, designed to be lightweight and...

Learn More 9 0Feb 10

FastAPI: The Ultimate Guide to Building High-Performance APIs with Python

If you're searching for FastAPI, you've come to the right place. FastAPI is a modern,...

Learn More 8 0Feb 5

FastAPI vs Flask: Key Differences and Use Cases

FastAPI vs Flask: Key Differences and Use Cases Both FastAPI and Flask are Python web...

Learn More 22 18Feb 5

What is String and its types in Python?

What is a String in Python? In Python, a string is a sequence of characters enclosed...

Learn More 5 0Feb 5

Get 85% Discount on Hostinger Hosting Plans

Unlock an Exclusive 85% Discount on Hostinger Hosting Plans using my referral link! My...

Learn More 0 0Feb 4

Difference Between `( ) => { }` and `( ) => ( )` Arrow Functions in JS with 10 Examples

Difference Between ( ) => { } and ( ) => ( ) Arrow Functions in JavaScript with 10...

Learn More 0 0Jan 26

Different Ways to Fetch Data from APIs Using `useEffect` in React

In React, the useEffect hook is designed to run side effects like fetching data when the component...

Learn More 6 0Jan 10

Explanation of the syntax `df['column'] = expression` in pandas

The syntax df['column'] = expression in pandas is used to create, modify, or assign values to a...

Learn More 0 0Jan 9

What is astype() function in Python

Understanding astype() in Python The astype() function is a powerful method in Python,...

Learn More 0 0Jan 8

Difference between ( )=>{ } and ( )=>( ) arrow function in JavaScript (JS)

The difference between ()=>{} and ()=>() lies in how they handle function bodies and return...

Learn More 22 3Dec 24 '24

What is 'useCallback' in React?

useCallback is a React Hook that helps you optimize your component by memoizing callback functions....

Learn More 0 0Dec 24 '24

Base64 strings concepts in different programming language

Base64 strings are not exclusive to Python—they are widely used across many programming languages and...

Learn More 0 0Dec 23 '24

What is base64 string in Python?

A base64 string is a way of encoding binary data (like images, audio, or files) into a text format....

Learn More 1 0Dec 23 '24

Decision Tree Classifier Example to Predict Customer Churn

Decision Tree Classifier Example to Predict Customer Churn Overview This...

Learn More 1 0Dec 3 '24

Seaborn VS Matplotlib

Seaborn and Matplotlib are two of the most widely used libraries for data visualization in Python....

Learn More 1 0Dec 3 '24