Skip to content

Instantly share code, notes, and snippets.

View ZenithClown's full-sized avatar
📔
learning

Debmalya Pramanik ZenithClown

📔
learning
View GitHub Profile

SQL Utility Functions

Zenith Clown REPO:ADMIN CODE:DOCUMENTATION
code snippets for handling SQL or NoSQL in python

@ZenithClown
ZenithClown / Optimization Problems.md
Last active April 3, 2024 07:28
A set of utility functions related to linear programming using pulp and/or scipy library

Optimization Problems

Zenith Clown REPO:ADMIN CODE:DOCUMENTATION
utility function related to code and/or function optimizations

@ZenithClown
ZenithClown / MS-SQL NoSQL.md
Last active January 5, 2024 10:04
A simplified approach to store NoSQL object into MS-SQL Server, instead of using a Full-Fledged No-SQL DB like MongoDB

NoSQL in MS-SQL Server

usecases - saving ai/ml predictions without complications

Colab Notebook

⚠⚠⚠THIS CODE IS NOT FINALIZED, AND IS SUBJECT TO CHANGE⚠⚠⚠


@ZenithClown
ZenithClown / Automatic Email.md
Last active April 4, 2024 11:34
A set of utility functions for sending emails

Automatic Email Application

Zenith Clown REPO:ADMIN CODE:DOCUMENTATION
send email from python using defined clients

@ZenithClown
ZenithClown / tabulate_.py
Last active December 12, 2023 08:51
A single file utility function that works as a wrapper for the "tabulate" module in python to print a table fetched using a SQL query.
# -*- encoding: utf-8 -*-
"""
A Utility Function to Print Tables fetched using a SQL Query
SQL query is used to fetch records from a table, and the utility
function can be used to print the table in the terminal in a fancy
format using the `tabulate` library. The function simply works as a
wrapper and all other functionalities are controlled externally.
@ZenithClown
ZenithClown / Time Series Utilities.md
Last active October 20, 2023 13:18
Time Series utility functions includes data analysis, featurization, n-dimensional sequence generation, baseline model development etc. In addition, do check the Time Series Utilities.md for theories/study materials/external code snippets for time series data.

Time Series Utilities

object oriented process to create time series sequence features for AI/ML model development

Colab Notebook

@ZenithClown
ZenithClown / Web Scrappers.md
Last active February 29, 2024 09:52
Simple Web-Scrapping Utility Functions

Web Scrappers (webscrappers)

a set of functions that uses the BeautifulSoup module to scrap data from various websites


@ZenithClown
ZenithClown / NLP Utilities.md
Last active July 10, 2023 10:28
A set of utility functions related to natural language processing.

NLP Utilities

a set of functions that extends from pandas to reduce code duplicacy

Colab Notebook

@ZenithClown
ZenithClown / Scaler Functions.md
Last active April 12, 2023 07:27
Custom Built Scaler Functionality

Scaler Functions

a custom built object-oriented approach to scale a data series

Colab Notebook

@ZenithClown
ZenithClown / Geometric Objects.md
Last active April 18, 2023 17:53
Codes for Manipulating Geometric Objects

Geometric Objects

a set of utility functions for manipulating shapely.geometry objects

Colab Notebook