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 - 47 total

What is Robocorp?

🧠 1. What is Robocorp? Robocorp is a platform for building, running, and managing software...

Learn More 0 0Oct 7

Django formfield_for_foreignkey() function

Mastering Django formfield_for_foreignkey: Complete Guide with Examples Django’s admin is...

Learn More 0 0Oct 3

'formfield_for_foreignkey()' with Django Permissions: Fine-Grained Control in Admin

formfield_for_foreignkey()' with Django## Mastering formfield_for_foreignkey with Django Permissions:...

Learn More 0 0Oct 3

How to Restrict ForeignKey Choices in Django

Introduction If you’ve ever built an application with Django Admin, you’ve probably used...

Learn More 1 0Oct 3

`formfield_for_foreignkey()` in Django Admin: A Complete Guide

Mastering formfield_for_foreignkey in Django Admin: A Complete Guide Django’s admin is one...

Learn More 0 0Oct 3

Demystifying db_field in Django Admin

When working with Django Admin, you’ll often need to customize how fields appear in your forms....

Learn More 0 0Oct 2

What is threading in Python?

🔹 What is threading in Python? Threading means running multiple threads of execution...

Learn More 0 0Sep 15

What is a Decorator in Python, Django and FastAPI?

🔹 Decorators in Python, Django and FastAPI in details with examples In Python, a decorator...

Learn More 0 0Sep 4

Arrays, Lists, Dicts, and Sets Across Python, C++, and JavaScript

Comparison of Arrays, Lists, Dicts, and Sets Across Python, C++, and JavaScript ...

Learn More 0 0Sep 2

Django vs Flask vs FastAPI

Django vs Flask vs FastAPI: A Complete Comparison When building a web application in...

Learn More 6 2Sep 1

`inspect.stack()` in Python with Examples

🔍 Understanding inspect.stack() in Python with Examples When you use Python’s...

Learn More 5 0Aug 29

What is difference between Django and DRF ( Django REST Framework )

🔹 1. Django What it is: Django is a full-stack web framework for Python. It helps you...

Learn More 0 0Aug 28

Which Architecture does Django Follow?

🔹 Django Architecture Django follows the MVT architecture (Model–View–Template). It’s very...

Learn More 0 0Aug 28

Django ORM vs SQLAlchemy

🔹 Django ORM vs SQLAlchemy Both are Object Relational Mappers (ORMs) in Python, but they...

Learn More 0 0Aug 28

How to Train AI Model

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

Learn More 8 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 9 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 5 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