Compare commits
3 Commits
6b5111ff98
...
03cf5e362f
Author | SHA1 | Date | |
---|---|---|---|
03cf5e362f | |||
67bd5d4577 | |||
b72a3eb4ff |
15
README.md
15
README.md
@ -2,10 +2,17 @@
|
|||||||
Math/statistic tasks have been created in this repository
|
Math/statistic tasks have been created in this repository
|
||||||
|
|
||||||
## Subj / loc
|
## Subj / loc
|
||||||
- ```Practica``` - directory, where there are small programs for easy tasks. One file - one small task.
|
- ```DOCS``` - directory, where there is information about courses and study materials
|
||||||
- [math](practica/math/) (for math tasks)
|
- ```Practica``` - directory, where there are small programs for easy tasks. One file - one small task. DETAILS HERE: [README.md](practica/README.md)
|
||||||
- [statistic](practica/statistic/) (for statisti tasks)
|
- [Math tasks](practica/math/) - Here you can find different tasks/ [README.md](practica/math/README.md)
|
||||||
|
- [Math](practica/math/ord_tasks/) - Details here: [README.md](practica/math/ord_tasks/README.md)
|
||||||
|
- [Statistic](practica/math/statistic/) - Details here: [README.md](practica/math/statistic/README.md)
|
||||||
|
- [Statistics tasks](practica/math/statistic/Statistic_tasks/)
|
||||||
|
- [Variance](practica/math/statistic/Variance/)
|
||||||
|
- [Course's tasks](practica/stepik/) - Here you can find various of tasks i did for different courses. DETAILS HERE: [README.md](practica/stepik/README.md)
|
||||||
|
- [Beneficial features](practica/stepik/beneficial_features/)
|
||||||
|
- [Sketches](practica/stepik/sketches/)
|
||||||
|
- [Courses's tasks](practica/stepik/stepik_tasks/)
|
||||||
## Who's maintainer
|
## Who's maintainer
|
||||||
|
|
||||||
```Yesen``` - alesa.tomer@mail.ru
|
```Yesen``` - alesa.tomer@mail.ru
|
||||||
|
29
practica/stepik/README.md
Normal file
29
practica/stepik/README.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Course tasks#
|
||||||
|
|
||||||
|
different tasks from various courses
|
||||||
|
|
||||||
|
***[Beneficial features](beneficial_features)*** - beneficial features which you can use for mathematic and statistic tasks
|
||||||
|
- [Dictionaries and lists](beneficial_features/dictionaries_and_lists.py) - some of the properties of dictionaries and lists
|
||||||
|
- [Double](stepik/beneficial_features/double.py) - how to find/delete double numbers/letters on a input line
|
||||||
|
- [Indentation](beneficial_features/indentation.py) - some of features to do indentation
|
||||||
|
- [Index](beneficial_features/index.py) - some of features of index
|
||||||
|
- [Input](beneficial_features/input.py) - some of features of input. function
|
||||||
|
|
||||||
|
***[Sketches](sketches)*** - here you can find various of sketches unfinished\ unsuitable project
|
||||||
|
|
||||||
|
- [Sketches](sketches/sketches.py) - there are fail code here
|
||||||
|
|
||||||
|
***[Stepik tasks](stepik_tasks)*** - here you can find done tasks from stepik courses. Details here: [README](stepik_tasks/README.md)
|
||||||
|
|
||||||
|
- [10_pass_100_break](stepik_tasks/10_pass_100_break.py)
|
||||||
|
- [counting_numbers](stepik_tasks/counting_numbers.py)
|
||||||
|
- [Geometric figures](stepik_tasks/geometric_figures.py)
|
||||||
|
- [intervals](stepik_tasks/intervals.py )
|
||||||
|
- [percentage_of_letters](stepik_tasks/percentage_of_letters.py)
|
||||||
|
- [Pie](stepik_tasks/pie.py)
|
||||||
|
- [programmer_names](stepik_tasks/programmer_names.py)
|
||||||
|
- [sum_num_from_last](stepik_tasks/sum_num_from_last.py)
|
||||||
|
- [sum_num_nearby](stepik_tasks/sum_num_nearby.py)
|
||||||
|
- [Tickets](stepik_tasks/tickets.py)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user