Python


How to Schedule Recurring Jobs or Tasks Using Celery

Schedule Jobs 2: Schedule recurring jobs/tasks using Celery.

Celery beatJob schedulingPython

Modularization on Python

Modularization with Function and Package

ModularizationPythonProgramming

How to Generate Requirements.txt for Your Python Project

A guide to generating Requirements.txt for Python project.

PythonRequirements.txtPip

9 Ways to Call a Function in Python

How to call a function in Python?

PythonProgrammingPython3

How to Replace Missing Dataframe Values with a Machine Learning Algorithm

A step-by-step guide to predicting missing data using an ML Algorithm.

PythonMachine LearningDataframe

How to Create a Console UI in Python Using the Rich Library

Trading websocket ticker using EOD Historical Data (EODHD APIs)

PythonEodhdWebsocket

How to Parse Data Tables from a PDF Bank Statement with Python

The image above shows a snapshot of my student life, the flying home during breaks and Uber trips about four years back. We see that the PDF contains a date, a relatively long transaction…

Data SciencePythonData Visualization

How to Validate Your DataFrames with Pytest

A guide to validating DataFrames with Pytest.

DataframePythonPytest

25 Interesting Python Codes to Solve Complex Tasks

Part 1: A list of Python codes for solving complex tasks.

PythonProgrammingCoding

How to Implement a Maximum Likelihood Estimation Code for Any Distribution

A guide for writing MLE code for any distribution under 5 minutes in case SciPy fails.

ScipyMle