nutsdb /
nutsdb
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
89/100 healthLoading repository data…
vchandu111 / repository
A fast, structured Python foundation designed specifically for GenAI learners. This repository provides a comprehensive 6-day learning path that covers essential Python concepts with a focus on practical applications for Generative AI work.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A fast, structured Python foundation designed specifically for GenAI learners. This repository provides a comprehensive 6-day learning path that covers essential Python concepts with a focus on practical applications for Generative AI work.
Whether you're new to programming or looking to strengthen your Python skills for AI development, this roadmap will guide you through the fundamentals step by step.
01_notes.md → Start here to learn the concepts02_student_task.md → Practice with hands-on tasks03_mini_project.md → Build a complete projectDay01 - Python Building Blocks/01_notes.mdpython --version or python3 --versionMost libraries are built-in, but you'll need to install:
pip install requests
The following are built-in (no installation needed):
json - For JSON file operationscsv - For CSV file operationsmath, random, datetime - Standard library modulesfilename.pypython filename.py
or
python3 filename.py
| Day | Topic | Key Concepts |
|---|---|---|
| 1 | Python Building Blocks | Variables, Data types, f-strings, User input, Truthy & Falsy values, Operators |
| 2 | Collections & Conditions | if-else, List basics, Common list methods, Dictionaries, for loop |
| 3 | Loops & Functions | while loop, List comprehensions, Functions (def, parameters, return), Lambda functions |
| 4 | Working With Modules & Errors | Python modules (import, from-import), Exception handling (try/except/finally), HTTP Requests (GET & POST) |
| 5 | File Handling Essentials | Working with .txt, Working with .json, Working with .csv |
| 6 | OOP Fundamentals for GenAI | What is a class?, Objects, attributes, and methods, Constructors (__init__), GenAI-friendly examples |
Each day includes a mini project to reinforce learning:
python-for-genai/
│
├── Day01 - Python Building Blocks/
│ ├── 01_notes.md
│ ├── 02_student_task.md
│ └── 03_mini_project.md
│
├── Day02 - Collections & Conditions/
│ ├── 01_notes.md
│ ├── 02_student_task.md
│ └── 03_mini_project.md
│
├── Day03 - Loops & Functions/
│ ├── 01_notes.md
│ ├── 02_student_task.md
│ └── 03_mini_project.md
│
├── Day04 - Working With Modules & Errors/
│ ├── 01_notes.md
│ ├── 02_student_task.md
│ └── 03_mini_project.md
│
├── Day05 - File Handling Essentials/
│ ├── 01_notes.md
│ ├── 02_student_task.md
│ └── 03_mini_project.md
│
├── Day06 - OOP Fundamentals for GenAI/
│ ├── 01_notes.md
│ ├── 02_student_task.md
│ └── 03_mini_project.md
│
└── README.md
No prior programming experience required!
While this repository is self-contained, you may find these helpful:
Created by Chandra Sekhar.
Connect with me on LinkedIn.
This repository is provided for educational purposes. Feel free to use, modify, and share.
Ready to start your Python journey? Begin with Day 1! 🚀
Selected from shared topics, language and repository description—not editorial ratings.
nutsdb /
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
89/100 healthbegeekmyfriend /
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
89/100 healthpeterdsharpe /
Aircraft design optimization made fast through computational graph transformations (e.g., automatic differentiation). Composable analysis tools for aerodynamics, propulsion, structures, trajectory design, and much more.
reconmap /
Reconmap is a collaboration-first security operations platform for infosec teams and MSSPs, enabling end‑to‑end engagement management, from reconnaissance through execution and reporting. With built-in command automation, output parsing, and AI‑assisted summaries, it delivers faster, more structured, and high‑quality security assessments.
86/100 healthxberg-io /
High performance and CommonMark compliant HTML to Markdown converter. Maintained by the Kreuzberg team. Kreuzberg is a fast, polyglot document intelligence engine with a Rust core. It extracts structured data from 56+ document formats using streaming parsers and built-in OCR.
86/100 healthPHPIDS /
PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application
80/100 health