- name: project 1
- path:
./Homework/homework1.py - description: A simple project for push on github.
- type: HOMEWORK
This is a project for show some simple jobs in python like:
- set numbers to variables as type intiger.
- use print() function to get output.
- define a simple function for get sum of 2 numbers.
- name: User age actions
- path:
./Homework/homework2.py - description: A simple project to use operators on user's age and check user age to be legal.
- type: HOMEWORK
This is a project to understand variables, input, types, operators and little bit conditions.
- name: Foods, Factorial, Fibonachi
- path:
./Homework/homework3.py - description: A simple project to work with List Methods and For Loops.
- type: HOMEWORK
- I create List and put 5 foods in it. Then I add new food and delete third food of List.
- I create for loop to find factorial of the number that user entered.
- I create for loop to find fibonachi numbers in range of user said.
- name: List, Tuples, Sets and Dictionarys
- path:
./Homework/homework4.py - description: A simple project to work with List, Tuple, Set and Dictionary Methods.
- type: HOMEWORK
- Add 4 List, Tuple, Set and Dictionary.
- get major and school name from user data
- print 15 methods
- name: Calculator
- path:
./Homework/homework5.py - description: Simple calculator.
- type: HOMEWORK
- Jam
- Tafrigh
- Zarb
- Taghsim
- name: Students Management
- path:
./Homework/homework6/index.py - description: Project for manage students.
- type: HOMEWORK
This project is for manage students and using module in python.
- add student
- show student
- search student
- remove student
- numbers of students
- exit app