Results for "Modules"

6 / 6 posts

Search: Modules

Filter by Category

Python

Functions and Modules in Python

def Grreting(name): print("Hello, " + name + "! Welcome to Python programming.") def main(): user_name = input("Please enter your name: ") Grreting(user_na…

Functions Modules Python
Match in titleMatch in tagsMatch in content
Mar 19, 2026 4 min read
SQL

SQL Server User-Defined Functions (UDF)

SQL Server ke saare User-Defined Functions — Scalar, Inline TVF, MSTVF — ko ek jagah samjho. Real examples, performance tips, aur interview questions ke saath.

SQL Server UDF User Defined Function SQL Scalar Function SQL Server
Match in contentMatch in code
Apr 29, 2026 18 min read
Misc.

Git for Real Projects – Complete Office Workflow (Beginner to Advanced)

Chapter 1 – Welcome to Your First Company Story Starts Here... Congratulations! 🎉 Aaj tumne ek software company join ki hai as a SQL Developer. Manager tumh...

Match in content
Jun 28, 2026 19 min read
SQL

Generate SQL Server Scripts by Name Pattern

Repository: https://github.com/himanshukhyap/SQLServer The SSMS Generate Scripts wizard is fine the first time. By the fifteenth time — clicking through the...

generate sql script Generate table script Generate Store procedure
Match in content
Aug 9, 2026 9 min read
Python

Pure Python Data Science — Building a Social Network from Scratch

Learn how to load, clean, and analyze social network data using only pure Python. Build People You May Know & Pages You Might Like features from scratch.

python data-science pure-python
Match in content
Apr 11, 2026 23 min read
Python

Making API Calls in Python

APIs (Application Programming Interfaces) are the bridges that allow different software systems to communicate with each other. pip install requests import…

CRUD API exceptions RequestException
Match in content
Mar 19, 2026 6 min read