🎉 75% of content is free forever — Unlock Premium from $10/mo →
CW
đŸ’ŧ Servicesâ„šī¸ Aboutâœ‰ī¸ ContactView Pricing Plansfrom $10

python

232 tutorials found

Advertisement

Python(126)

Python Variables and Data Types — The Complete Guide

Python Basics

Python Operators — Complete Reference with Examples

Python Basics

Python Strings — Master Text Processing in Python

Python Basics

Python Lists — The Complete Guide to Python's Most Versatile Data Structure

Python Basics

Python Tuples — Immutable Sequences and When to Use Them

Python Basics

Python Dictionaries — The Complete Guide to Key-Value Data

Python Basics

Python Sets — Understanding Unordered Collections

Python Basics

Python Conditional Statements — Making Decisions in Code

Python Basics

Python Loops — for, while, and Iterator Patterns

Python Basics

Python Functions — Complete Guide to Defining and Using Functions

Python Basics

Python for Data Science

Python Data Science

Python Automation

Python Automation

Python Machine Learning

Python ML

Testing Best Practices

Python Testing

Error Handling Patterns

Python Error Handling

Decorator Patterns

Python Decorators

Advanced String Operations

Python Strings

Advanced Collections

Python Collections

Concurrency Patterns

Python Concurrency

Advanced Testing Techniques

Python Testing

Python List Comprehensions — Elegant Data Transformation

Python Basics

Advanced Design Patterns

Python Patterns

Advanced Async Patterns

Python Async

Data Models and Validation

Python Data

Advanced I/O Patterns

Python I/O

Algorithm Implementation

Python Algorithms

Advanced Class Patterns

Python OOP

Performance Patterns

Python Performance

I/O Optimization

Python I/O

Interview Questions Advanced

Python Interview

Testing Architecture

Python Testing

Python Lambda Functions — Anonymous Functions Explained

Python Basics

Advanced Python Patterns

Python Patterns

Collection Patterns

Python Collections

Error Handling Strategies

Python Error Handling

Generator Mastery

Python Generators

Context Manager Mastery

Python Context Managers

OOP Mastery

Python OOP

Python Mastery Final

Python Mastery

Python String Methods — Every Method You Need to Know

Python Basics

Python File Handling — Reading, Writing, and Managing Files

Python Basics

Python Error Handling — Exceptions Done Right

Python Basics

Python Modules and Packages — Organizing Your Code

Python Basics

Python Virtual Environments — Isolating Your Projects

Python Basics

Python PIP — Package Installation and Management

Python Basics

Python Comments and Docstrings — Writing Professional Documentation

Python Basics

Python f-strings — Modern String Formatting Mastery

Python Basics

Python Iterators — The Iterator Protocol Explained

Python Advanced

Python Generators — Lazy Evaluation & Memory Efficiency

Python Advanced

Python Decorators — Function Enhancement Patterns

Python Advanced

Python Context Managers — Resources Done Right

Python Advanced

Python Regular Expressions — Pattern Matching Mastery

Python Advanced

Python Date & Time — datetime Module Mastery

Python Standard Library

Python Math & Statistics — Numerical Computing

Python Standard Library

Python JSON — Serialization & Data Exchange

Python Standard Library

Python CSV — Reading & Writing Tabular Data

Python Standard Library

Python Networking — HTTP, Sockets & APIs

Python Advanced

Python Web Scraping — BeautifulSoup & Beyond

Python Advanced

Python SQLite — Embedded Database Programming

Python Standard Library

Python Concurrency — Threading & Multiprocessing

Python Advanced

Python Async/Await — Asynchronous Programming

Python Advanced

Python Unit Testing — pytest & Test-Driven Development

Python Quality

Python Debugging — Finding & Fixing Bugs

Python Quality

Python Performance — Profiling & Optimization

Python Advanced

Python Type Hints — Static Typing for Python

Python Advanced

Python Dataclasses — Modern Class Syntax

Python Advanced

Python Best Practices — Writing Clean Code

Python Quality

Python Security — Protecting Your Code

Python Advanced

Python Docker — Containerized Applications

Python DevOps

Python Cloud Deployment — AWS, GCP & Serverless

Python DevOps

Python Machine Learning — Getting Started

Python Data Science

Python Data Analysis — Pandas & NumPy

Python Data Science

Python File I/O — Advanced Patterns

Python Standard Library

Python Logging — Production-Ready Logging

Python Standard Library

Python Configuration — Settings & Environment

Python Advanced

Python CLI — Command-Line Interface Tools

Python Advanced

Python Template Engines — Jinja2 & String Templates

Python Advanced

Python Authentication — JWT, OAuth & Session Management

Python Web

Python WebSockets — Real-Time Communication

Python Web

Python Caching — Speed Up Your Applications

Python Advanced

Python Message Queues — Async Task Processing

Python Advanced

Python Final Project — Building a Complete Application

Python Projects

Python Cheatsheet — Quick Reference Guide

Python Reference

String Formatting Deep Dive

Python Strings

Advanced Lists

Python Data Structures

Advanced Dictionaries

Python Data Structures

Advanced Sets

Python Data Structures

Advanced Conditionals

Python Control Flow

Advanced Loops

Python Control Flow

Advanced Functions

Python Functions

Advanced Error Handling

Python Error Handling

Advanced File Handling

Python File I/O

Advanced Modules

Python Modules

Advanced Object-Oriented Programming

Python OOP

Design Patterns in Python

Python Patterns

Advanced Generators

Python Generators

Advanced Context Managers

Python Patterns

Advanced Testing

Python Testing

Advanced Decorators

Python Decorators

Advanced Closures

Python Functions

Advanced Iteration

Python Iteration

Advanced Recursion

Python Recursion

Advanced Algorithms

Python Algorithms

Advanced Data Structures

Python Data Structures

Advanced Comprehensions

Python Comprehensions

Advanced Lambda Functions

Python Functions

Advanced Class Methods

Python OOP

Advanced Properties

Python OOP

Advanced Inheritance

Python OOP

Advanced Dunder Methods

Python OOP

Advanced Async Programming

Python Async

Advanced Python Patterns

Python Patterns

Advanced Testing Patterns

Python Testing

Advanced Metaclasses

Python OOP

Advanced Descriptors

Python OOP

More Design Patterns

Python Patterns

Advanced Concurrency

Python Concurrency

Generator Patterns

Python Generators

More Context Manager Patterns

Python Patterns

Testing Strategies

Python Testing

Performance Optimization

Python Performance

Security Best Practices

Python Security

Advanced Interview Questions

Python Interview

Python Web Development

Python Web

Python Database Access

Python Database

API Development

Python API

Data Science(61)

What is Data Science?

Python Data Types and Structures

String and Text Processing

Functions, Lambda, and Comprehensions

File I/O and Data Import

OOP for Data Science

NumPy Essentials

Pandas Series and DataFrames

GroupBy, Merge, and Pivot Tables

Data Cleaning Essentials

Data Cleaning: Missing Values, Outliers and Types

Module 2: NumPy and Pandas

Advanced Pandas: Performance and Patterns

Module 2: NumPy and Pandas

Matplotlib and Seaborn: Data Visualization

Module 3: Visualization

Advanced Visualization: Plotly and Interactive Charts

Module 3: Visualization

Data Storytelling and Communication

Module 3: Visualization

Statistics 101: Mean, Median, Variance and Distributions

Module 4: Statistics and Probability

Probability, Bayes' Theorem and PDF/CDF

Module 4: Statistics and Probability

Statistical Testing: Hypothesis, t-tests and Chi-square

Module 4: Statistics and Probability

A/B Testing and Experimentation

Module 4: Statistics and Probability

Causal Inference: Beyond Correlation

Module 4: Statistics and Probability

SQL for Data Scientists

Module 5: Data Collection and SQL

Web Scraping and API Data Collection

Module 5: Data Collection and SQL

Project 1: EDA on Real Dataset

Module 6: EDA Project

Capstone Foundation Project

Module 6: EDA Project

Introduction to Machine Learning: Supervised, Unsupervised and Reinforcement

Module 7: Machine Learning Fundamentals

Linear Regression: Math, Code and Assumptions

Module 7: Machine Learning Fundamentals

Logistic Regression: Sigmoid, Decision Boundary and Multi-class

Module 7: Machine Learning Fundamentals

Model Evaluation: ROC, AUC, Precision, Recall and F1

Module 7: Machine Learning Fundamentals

Cross-Validation and Bias-Variance Tradeoff

Module 7: Machine Learning Fundamentals

Regularization: Ridge, Lasso and ElasticNet

Module 7: Machine Learning Fundamentals

Decision Trees: Gini, Entropy and Pruning

Module 8: Tree-Based Models

Random Forest: Bootstrap Aggregating and Feature Randomness

Module 8: Tree-Based Models

Gradient Boosting: XGBoost, LightGBM, CatBoost

Module 8: Tree-Based Models

Hyperparameter Tuning: Grid Search, Random Search and Optuna

Module 8: Tree-Based Models

Model Interpretability: SHAP, LIME and Feature Importance

Module 8: Tree-Based Models

K-Means Clustering

Module 2: Machine Learning

PCA: Dimensionality Reduction and Feature Extraction

Module 9: Unsupervised Learning

Anomaly Detection: Isolation Forest, LOF and Autoencoders

Module 9: Unsupervised Learning

Imbalanced Data: SMOTE, Class Weights and Sampling

Module 10: Specialized ML

Time Series Basics: Trend, Seasonality and Stationarity

Module 10: Specialized ML

ARIMA and Prophet: Time Series Forecasting

Module 10: Specialized ML

Recommendation Systems: Collaborative and Content-Based

Module 10: Specialized ML

Graph Data Science: Networks and Graph Analytics

Module 10: Specialized ML

Project 2: End-to-End ML Pipeline

Module 11: End-to-End ML

Neural Networks: Perceptron to MLP — Full Mathematical Foundation

Module 12: Deep Learning

PyTorch Fundamentals: Tensors, Autograd and GPU Computing

Module 12: Deep Learning

Training Loops: Loss Functions, Optimizers and Learning Rate Schedules

Module 12: Deep Learning

CNNs for Image Data: Convolution, Pooling and Architectures

Module 13: Computer Vision

Transfer Learning: Fine-tuning Pre-trained Models

Module 13: Computer Vision

NLP Basics: Tokenization, Embeddings and Word Vectors

Module 14: NLP

Transformers and BERT: Attention Is All You Need

Module 14: NLP

Spark Fundamentals for Big Data

Module 15: Data Engineering and MLOps

Analytics Engineering with dbt

Module 15: Data Engineering and MLOps

MLOps: Experiment Tracking and MLflow

Module 15: Data Engineering and MLOps

Data Versioning with DVC

Module 15: Data Engineering and MLOps

Cloud ML: AWS SageMaker and GCP Vertex AI

Module 15: Data Engineering and MLOps

Model Deployment with FastAPI

Module 15: Data Engineering and MLOps

Project 3: Deploy a Deep Learning Model

Module 16: Deployment Project

Data Science Case Study Prep

Module 17: Career and Portfolio

Building a Data Science Portfolio and GitHub

Module 17: Career and Portfolio

Capstone: End-to-End Data Science Project

Module 17: Career and Portfolio

python-interview-premium(35)

GIL, Threading, Multiprocessing, Asyncio: When to Use What

PythonPremium

Data Structures & Algorithms in Python

Python InterviewPremium

OOP Design Patterns in Python

Python InterviewPremium

Memory Management: Reference Counting, GC, Generations

PythonPremium

Decorators: Function, Class, Parameterized, Stacking

PythonPremium

Generators & Iterators in Python

Python InterviewPremium

Generators, Iterators, yield, __iter__, __next__

PythonPremium

Decorators & Metaclasses in Python

Python InterviewPremium

Threading & Multiprocessing in Python

Python InterviewPremium

Metaclasses: type, __new__, __init_subclass__, Descriptors

PythonPremium

Descriptor Protocol: __get__, __set__, __delete__, Properties

PythonPremium

Async/Await & Event Loop in Python

Python InterviewPremium

Dataclasses vs Pydantic vs NamedTuple: Performance

PythonPremium

Context Managers in Python

Python InterviewPremium

Concurrency: ThreadPoolExecutor, ProcessPool, asyncio.gather

PythonPremium

Descriptors & Properties in Python

Python InterviewPremium

Memory Management & Garbage Collection in Python

Python InterviewPremium

Testing: pytest, fixtures, mock, patch, parametrize, coverage

PythonPremium

Design Patterns: Singleton, Factory, Observer, Strategy in Python

PythonPremium

Design Patterns in Python

Python InterviewPremium

Type Hints: Generic, Protocol, TypeVar, overload, Literal

PythonPremium

Performance: profiling, C extensions, Cython, vectorization

PythonPremium

Context Managers: __enter__, __exit__, contextlib, async

PythonPremium

AST, Inspect, Metaprogramming, Code Generation

PythonPremium

Python System Design

Python InterviewPremium

Serialization: pickle, json, msgpack, protobuf, marshmallow

PythonPremium

FastAPI vs Django vs Flask: Architecture, Performance, async

PythonPremium

Database Patterns: SQLAlchemy, Connection Pooling, Transactions

PythonPremium

Testing & Mocking in Python

Python InterviewPremium

Caching: functools.lru_cache, Redis, TTL, Cache Invalidation

PythonPremium

Performance Optimization in Python

Python InterviewPremium

Exception Handling: EAFP, Context Managers, Custom Exceptions

PythonPremium

Security Best Practices in Python

Python InterviewPremium

Data Structure Internals: dict, set, list, deque, heap

PythonPremium

Production Python Patterns

Python InterviewPremium