Results for "notes"

6 / 10 posts

Search: notes

Filter by Category

SQL

Table Types Comparison: SQL Server vs PostgreSQL

Table Type SQL Server PostgreSQL Scope / Lifetime Usage Notes Permanent Table CREATE TABLE Employee (...) CREATE TABLE Employee (...) Permanent in DB until…

Table Type SQL
Match in content
Mar 19, 2026 1 min read
PySpark

How to Read and Write CSV file into DataFrame by using Pyspark

PySpark Read CSV File into DataFrame: reading CSV files from disk using PySpark offers a versatile and efficient approach to data ingestion and processing.…

csv data-science Pandas
Match in contentMatch in code
Mar 19, 2026 2 min read
PySpark

Markdown Cheat Sheet

Basic Syntax These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements. Element Markdown …

blogging markdown notes
Match in tags
Mar 19, 2026 1 min read
Machine learning

OpenAI Whisper Complete Guide: The Most Powerful Speech-to-Text Tool

OpenAI Whisper kya hai, kaise kaam karta hai, installation se production tak — Python ke saath complete hands-on guide with real-world use cases.

OpenAI Whisper Speech to Text Python
Match in content
May 4, 2026 2 min read
Machine learning

Logistic Regression — The Superhero of Classification | ML Series Part 3

Logistic Regression explained completely — sigmoid function, evaluation metrics, class imbalance, threshold tuning, and real-world projects in Python. Beginn...

logistic regression logistic regression python classification machine learning
Match in content
Apr 14, 2026 21 min read
Python

Complete Guide to Anaconda, Conda, and Jupyter for Beginners

Master Anaconda, Conda, and Jupyter Notebook from scratch. Learn installation, environments, packages, and data science workflows in one complete guide.

anaconda conda jupyter python data-science machine-learning virtual-environment beginner-guide jupyter-notebook jupyterlab conda-forge miniconda environment-management
Match in content
Apr 9, 2026 15 min read