Add your description here
Project description
🚀 pyboost-trick
pyboost-trick is a beginner-friendly, educational Python library containing clean, simple, and practical examples across:
- 🧱 Python Basics
- 🧮 Data Structures & Algorithms (DSA)
- 🤖 Machine Learning (ML)
- 🧠 Simple Deep Learning (DL) concepts
- 📊 Quick Plotting Helpers
- 🧰 Utility Functions
- 📂 File Handling & I/O
- ➗ Math Helpers
This package is designed for students, educators, and content creators who want easy-to-understand code, hands-on examples, and lightweight implementations of fundamental concepts.
🌟 Features
✔ Python Basics
- String helpers (palindrome check, casing, conversions)
- List operations (flatten, unique, sliding window)
- Loop utilities (chunking, repetitions)
- Simple file I/O
✔ DSA Modules
- Arrays (binary search, two-sum)
- Stacks & Queues
- Linked List with reverse
- Trees (inorder, preorder, postorder)
- Graphs (BFS, DFS)
✔ ML Modules
- Preprocessing (scaling, train-test split)
- Toy models (Linear Regression, KNN Classifier)
- ML Metrics (Accuracy, Precision/Recall/F1)
✔ DL Modules
- Tiny Dense Layer implementation
- Activation functions (ReLU, Sigmoid)
✔ Plotting
- Quick line & bar plotting using Matplotlib
✔ Utils
- Decorators (
memoize,retry,timeit) - Debug helpers
- Timing tools
✔ I/O
- Simple JSON & CSV readers/writers
📦 Installation
Using pip:
pip install pyboost-trick
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyboost_trick-0.1.0.tar.gz.
File metadata
- Download URL: pyboost_trick-0.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c431d20423cece122c56fd089e51c3e7622d27891e5190304ff044d02178362
|
|
| MD5 |
d0eebe005afc0a5dccd4324edc34157c
|
|
| BLAKE2b-256 |
c64a5746267e5ef4515f3046e89090b4a1651680c18d56446e0a2ea9634d6232
|
File details
Details for the file pyboost_trick-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyboost_trick-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e93d685d63c2efcbc5987b81751f014accd308e87e429aa1e117db3e19d71d17
|
|
| MD5 |
df366fc98e6ef34597bcde67aa38ec22
|
|
| BLAKE2b-256 |
d4e35152d5939389b201ffd82dccf46bd375f277ac8162923d634b7da3a6649c
|