shivambansal96/vcet_vasai — explained in plain English
Analysis updated 2026-05-18
Learn Python print statements, variables, and data types from Day 1's material
Follow a structured week-long path from basics to object-oriented programming
Practice with provided exercises for each day's topic
Reference example code for operators, type conversion, and conditionals
| shivambansal96/vcet_vasai | 920linjerry-stack/capital-studio | adya84/ha-world-cup-2026 | |
|---|---|---|---|
| Stars | 16 | 16 | 16 |
| Language | Python | Python | Python |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | general | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Python 3.8+ and a text editor or IDE, no prior programming experience needed.
This repository is a self-paced, seven-day Python course built for fourth-year students at Vidhyavardhini's College of Engineering and Technology in Vasai, Maharashtra. It walks through Python fundamentals from the very beginning, starting with basic syntax and working up toward object-oriented programming, with one day's material stored in its own file, such as Day1.py. The plan covers print statements, variables, and data types on Day 1, followed by loops, lists, and tuples on Day 2, dictionaries, sets, functions, and scope on Day 3, recursion and backtracking on Day 4, file handling and exceptions on Day 5, classes and objects on Day 6, and object-oriented programming with a capstone project on Day 7. As of this writing only Day 1 is marked complete, with the remaining days still upcoming. Day 1's material is the most fully written out and covers the print function and its formatting options, how variables and Python's four basic data types, strings, integers, floats, and booleans, work, naming rules for variables, arithmetic, comparison, logical, and membership operators, converting values between types, reading input from the user with the input function, and writing if, elif, and else statements to make decisions in a program, including nested conditions. The README recommends a study routine for each day: read the learning objectives, study the explained concepts and examples, review the code snippets, open the day's source file to see it in full, work through the practice problems starting with the easiest, then experiment by changing the code to see what happens. It expects a computer with Python 3.8 or newer installed, a text editor or IDE, and basic logical thinking, but no prior programming experience. No software license is mentioned in the README.
A 7-day self-paced Python fundamentals course for VCET engineering students, from print statements through object-oriented programming.
Mainly Python. The stack also includes Python.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.