https://github.com/ineszenkri/opensap-python-course
OpenSAP Python Course Solutions
https://github.com/ineszenkri/opensap-python-course
python sap
Last synced: 3 months ago
JSON representation
OpenSAP Python Course Solutions
- Host: GitHub
- URL: https://github.com/ineszenkri/opensap-python-course
- Owner: InesZenkri
- Created: 2023-11-28T17:47:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T13:49:09.000Z (over 1 year ago)
- Last Synced: 2025-01-09T07:43:50.597Z (5 months ago)
- Topics: python, sap
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π OpenSAP Python Course Solutions π
Welcome to my repository containing solutions for the amazing `OpenSAP Python for Beginners course`! π
- - -## π Repository Structure
Week 00: Getting Started
Week 01: Python Fundamentals
Week 02: Lists and Loops
Week 03: Complex Data Types
Week 04: Reading and Writing Data
Week 05: Functions
Week 06: Libraries
Week 07: Final Exam
- - -
## β‘ How to Use
1. **Clone the repository:**
```bash
git clone https://github.com/InesZenkri/OpenSAP-Python-Course.git
cd OpenSAP-Python-for-Beginners
```
2. **Navigate to the desired solution:**
```bash
cd solutions/Week_1
```
3. **Execute the Python script:**
```bash
python exercise_1.py
```
- - -
## π Additional Notes
- This repository exclusively contains my personal solutions for the course exercises. These solutions represent my personal work and understanding of the course material. I completed the course with a final score of 95% β‘βΈ(ΛΆΛ α΅ ΛΛΆ)βΈβ‘
- Please note: These solutions are provided for reference and learning purposes. It's recommended to try solving the exercises independently before referring to these solutions.π