| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Modernized teaching repo: uv + ruff + ty only · 100% branch coverage · icontract + hypothesis provable contracts · every example transpilable to Rust via depyler and held to clippy -D warnings + proptest parity. See docs/specifications/upgrade-spec.md.
📚 Rust Data Engineering Specialization — 📦 GitHub: paiml/rust-de-specialization
📚 Next-Gen AI Development with Hugging Face Specialization — 📦 GitHub: paiml/applied-ai-engineering
📚 Enterprise AI and Data Engineering with Databricks Specialization
📚 AI Tooling Specialization — 📦 GitHub: paiml/ai-tooling
📚 Mastering GitHub Specialization — 📦 GitHub: paiml/mastering-github
📚 Building Cloud Computing Solutions at Scale Specialization
📚 MLOps | Machine Learning Operations Specialization
📚 Rust Programming Specialization
📚 Large Language Model Operations (LLMOps) Specialization
📚 Applied Python Data Engineering Specialization
📚 Python, Bash and SQL Essentials for Data Engineering Specialization
Learn real-world ML engineering from industry experts. Used by Fortune 500 companies.
The first section is an intentionally brief, functional, data-science-centric introduction to Python. The assumption is that someone with zero programming experience can follow this tutorial and learn Python with the smallest amount of information possible.
The sections after that vary in difficulty and cover Machine Learning, Linear Optimization, build systems, commandline tools, recommendation engines, Sentiment Analysis, and Cloud Computing.
The notebook files live under notebooks/. Run them with uv run jupyter lab after make install.
Single source of truth for the toolchain. No pip, no pylint, no black, no mypy, no poetry — enforced by CI grep.
| Concern | Tool | Make target |
|---|---|---|
| Env + deps | uv | make install |
| Lint + format | ruff | make lint, make fmt-check |
| Type check | ty | make type |
| Tests + cov | pytest + coverage | make cover (100% required) |
| Contracts | icontract + hypothesis | runs via make cover |
| Compliance | pmat comply | make comply |
| Py → Rust | depyler | make depyler |
| Rust gate | cargo fmt + clippy -D warnings + proptest | make rust |
Run everything: make all.
The text content of these notebooks is released under the CC-BY-NC-ND license (see license.md).
| Back | FazBrowse Home | New Git URL |