DEV Community

Sachin profile picture

Sachin

A Python developer obsessed with Machine Learning and Data Science.

Location Delhi Joined Joined on  Personal website https://geekpython.in/ github website
Python Type Hints: Callable Objects, Iterables and More

Python Type Hints: Callable Objects, Iterables and More

3
Comments
9 min read

Want to connect with Sachin?

Create an account to connect with Sachin. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Creating CLI Commands using Argparse in Python

Creating CLI Commands using Argparse in Python

1
Comments
15 min read
What Asterisk (*) Can Do In Python

What Asterisk (*) Can Do In Python

5
Comments 2
7 min read
Python: Guide to Context Manager & How do they work?

Python: Guide to Context Manager & How do they work?

2
Comments
7 min read
map() in Python

map() in Python

1
Comments
6 min read
How to run the Flask app from CLI

How to run the Flask app from CLI

2
Comments
6 min read
Serializing Python Object Using the pickle Module

Serializing Python Object Using the pickle Module

1
Comments
9 min read
What is Inheritance in OOP in Python? What are the Different Types of Inheritance

What is Inheritance in OOP in Python? What are the Different Types of Inheritance

2
Comments
8 min read
Test your Code Efficiently using pytest Module

Test your Code Efficiently using pytest Module

8
Comments 3
12 min read
shutil Module: High-level File Operations in Python Made Easy

shutil Module: High-level File Operations in Python Made Easy

4
Comments 2
9 min read
venv: Create Virtual Environments Easily in Python

venv: Create Virtual Environments Easily in Python

5
Comments
7 min read
Using Blueprint to Organize Flask Apps

Using Blueprint to Organize Flask Apps

3
Comments
7 min read
Multi-Threaded Programs in Python Using threading Module

Multi-Threaded Programs in Python Using threading Module

2
Comments
11 min read
Standardizing the Data Using StandardScaler in ML

Standardizing the Data Using StandardScaler in ML

9
Comments
5 min read
Hashing User Passwords Using bcrypt in Python

Hashing User Passwords Using bcrypt in Python

8
Comments
5 min read
Build WebSocket Server and Client in Python

Build WebSocket Server and Client in Python

8
Comments 2
5 min read
MySQL x Flask: Add MySQL database with Flask App

MySQL x Flask: Add MySQL database with Flask App

6
Comments
9 min read
Session in Flask - Store User-specific Data on Server

Session in Flask - Store User-specific Data on Server

3
Comments
7 min read
Match Case: A Switch Case Statement of Python

Match Case: A Switch Case Statement of Python

3
Comments
8 min read
What is the Difference Between seek() and tell() in Python?

What is the Difference Between seek() and tell() in Python?

2
Comments
6 min read
What is the Difference Between Reverse and Reversed in Python

What is the Difference Between Reverse and Reversed in Python

4
Comments 2
5 min read
How to Use TailwindCSS with Flask

How to Use TailwindCSS with Flask

5
Comments 2
5 min read
How to Use flash() to Display Messages in Flask

How to Use flash() to Display Messages in Flask

5
Comments
8 min read
__init__ Vs __new__ - When to Use and How

__init__ Vs __new__ - When to Use and How

16
Comments
7 min read
Create an Appwrite Database using only Python

Create an Appwrite Database using only Python

4
Comments
9 min read
How to Use exec() in Python - Everything You Need to Know

How to Use exec() in Python - Everything You Need to Know

4
Comments
9 min read
Python: Public, Protected & Private Access Modifiers - Explained With Examples

Python: Public, Protected & Private Access Modifiers - Explained With Examples

1
Comments
6 min read
How to Connect PostgreSQL with Python Using psycopg2

How to Connect PostgreSQL with Python Using psycopg2

2
Comments
8 min read
How to Test Python Code using the unittest Module

How to Test Python Code using the unittest Module

3
Comments
8 min read
Read And Write ZIP Files Without Extracting Using zipfile Module

Read And Write ZIP Files Without Extracting Using zipfile Module

3
Comments 4
12 min read
Different Methods For String Formatting In Python

Different Methods For String Formatting In Python

1
Comments
7 min read
What Is zip() Function In Python

What Is zip() Function In Python

3
Comments
6 min read
What Are *args And **kwargs In Python - Guide With Examples

What Are *args And **kwargs In Python - Guide With Examples

25
Comments 5
6 min read
Async/Await: Asynchronous Programming In Python

Async/Await: Asynchronous Programming In Python

2
Comments
5 min read
Open Multiple Files Simultaneously Using with Statement In Python

Open Multiple Files Simultaneously Using with Statement In Python

1
Comments
4 min read
Using Python's exec() To Generate Code Dynamically

Using Python's exec() To Generate Code Dynamically

2
Comments
9 min read
How To Solve CAPTCHA In Python Using 2Captcha

How To Solve CAPTCHA In Python Using 2Captcha

Comments 2
4 min read
Scraping Webpage Using BeautifulSoup In Python

Scraping Webpage Using BeautifulSoup In Python

2
Comments
10 min read
Python: Generate Temporary Files And Directories Using tempfile

Python: Generate Temporary Files And Directories Using tempfile

2
Comments 4
8 min read
Getting Started With Python's ABC

Getting Started With Python's ABC

2
Comments
7 min read
Build Flask App For Image Recognition Using DL Model In Python

Build Flask App For Image Recognition Using DL Model In Python

2
Comments
1 min read
__init__ and __call__ in Python - How they differ and what do they do?

__init__ and __call__ in Python - How they differ and what do they do?

3
Comments
1 min read
f-string: Improved and Modern Way Of String Formatting

f-string: Improved and Modern Way Of String Formatting

2
Comments
6 min read
Build A Covid-19 EDA & Viz App Using Streamlit

Build A Covid-19 EDA & Viz App Using Streamlit

9
Comments 1
4 min read
loading...