https://github.com/ashithapallath/python-lab
The Python Lab repository offers a series of practical exercises and projects aimed at enhancing Python programming skills. It covers a wide range of topics including basic syntax, data types, control flow, functions, file handling, and libraries.
https://github.com/ashithapallath/python-lab
decision-methods iterative-methods python raptor sequential-methods
Last synced: 5 months ago
JSON representation
The Python Lab repository offers a series of practical exercises and projects aimed at enhancing Python programming skills. It covers a wide range of topics including basic syntax, data types, control flow, functions, file handling, and libraries.
- Host: GitHub
- URL: https://github.com/ashithapallath/python-lab
- Owner: ashithapallath
- Created: 2022-01-23T13:53:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T06:02:19.000Z (over 1 year ago)
- Last Synced: 2025-01-14T07:18:28.483Z (over 1 year ago)
- Topics: decision-methods, iterative-methods, python, raptor, sequential-methods
- Language: Jupyter Notebook
- Homepage:
- Size: 869 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Lab
This repository contains Python code and Raptor flowchart files for various programming concepts.
## Python Code Problems
The following programming concepts are demonstrated through Python code:
1. **Sequential**: A set of instructions executed in a linear order.
2. **Decision**: Conditional statements and branching based on logical conditions.
3. **Iterative**: Loops for repeating tasks multiple times.
## Raptor Flowchart Files
The corresponding Raptor flowcharts for the above concepts:
1. **Sequential**: Flowchart representing a sequence of steps.
2. **Decision**: Flowchart illustrating conditional decision-making.
3. **Iterative**: Flowchart depicting loops and repetition.