https://github.com/epamelisaosinery/python-for-beginners
5 Fundamentals of Python by Epamelis Empire
https://github.com/epamelisaosinery/python-for-beginners
learning-python python python-exercises python-notes python3 school
Last synced: 3 months ago
JSON representation
5 Fundamentals of Python by Epamelis Empire
- Host: GitHub
- URL: https://github.com/epamelisaosinery/python-for-beginners
- Owner: EpamelisAosinery
- Created: 2020-04-07T17:21:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T19:02:59.000Z (about 5 years ago)
- Last Synced: 2025-02-07T21:43:16.235Z (4 months ago)
- Topics: learning-python, python, python-exercises, python-notes, python3, school
- Homepage:
- Size: 7.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to Python
Welcome to the Epamelis Empire and here is a little bit about myself. When I was young, I was very interested in software engineering, but because of the situation back then; therefore I didn't have the opportunity to interact with it until many years later. My first programming language was Python. Python is easy to learn, understand the logic, and build a solid knowledge of coding. So here we are, I will show you what I have learned and hope it will help you too.
## *5 Fundamentals about Python*
1. IPO model: Input -> Process -> Output
2. Built-In and User-Defined Functions
3. Decision Statements
4. Looping (Repetition) Statements
5. Input Validation and Arrays (Lists)## _Work References_
-[w3schools.com](https://www.w3schools.com/python/)