python_math_stat/practica/README.md

47 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2023-10-05 18:38:51 +03:00
# Practica's folder review
2023-10-06 23:31:00 +03:00
Here you can find different tasks.
2023-10-05 18:38:51 +03:00
Among them there are:
2023-10-06 22:00:19 +03:00
---
2023-10-05 18:38:51 +03:00
2023-10-06 22:00:19 +03:00
- **[Math tasks](math)** - useful programs, functions and ready-made solutions for various mathematical operations
2023-10-05 21:15:25 +03:00
- [Ordinary tasks](math/ord_tasks) - task shich i did for myself
- [Statistic tasks](math/statistic) - statistic tasks, which can be usefull in econometric calculations
2023-10-06 22:00:19 +03:00
---
- **[Course tasks](stepik)** - different tasks from various courses
- ***[Beneficial features](stepik/beneficial_features)*** - beneficial features which you can use for mathematic and statistic tasks
- [Dictionaries and lists](stepik/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](stepik/beneficial_features/indentation.py) - some of features to do indentation
- [Index](stepik/beneficial_features/index.py) - some of features of index
- [Input](stepik/beneficial_features/input.py) - some of features of input. function
---
2023-10-06 23:50:18 +03:00
- ***[Sketches](stepik/sketches)*** - here you can find various of sketches unfinished/ unsuitable project
2023-10-06 22:00:19 +03:00
- [Sketches](stepik/sketches/input.py) - there are fail code here
---
- ***[Stepik tasks](stepik/stepik_tasks)*** - here you can find done tasks from stepik courses. Details here: **[README](stepik/stepik_tasks/README.md)**
- [10_pass_100_break](stepik/stepik_tasks/10_pass_100_break.py)
2023-10-06 22:15:27 +03:00
- [counting_numbers](stepik/stepik_tasks/counting_numbers.py)
- [Geometric figures](stepik/stepik_tasks/geometric_figures.py)
2023-10-24 15:56:27 +03:00
- [Index of num in list](stepik/stepik_tasks/index_of_num_in_list.py)
2023-10-06 21:21:15 +03:00
- [intervals](stepik/stepik_tasks/intervals.py )
- [percentage_of_letters](stepik/stepik_tasks/percentage_of_letters.py)
- [Pie](stepik/stepik_tasks/pie.py)
- [programmer_names](stepik/stepik_tasks/programmer_names.py)
2023-10-10 15:42:33 +03:00
- [Sapper game](stepik/stepik_tasks/sapper.py)
2023-10-06 21:21:15 +03:00
- [sum_num_from_last](stepik/stepik_tasks/sum_num_from_last.py)
- [sum_num_nearby](stepik/stepik_tasks/sum_num_nearby.py)
2023-10-13 22:53:09 +03:00
- [Sum of squared numbers](stepik/stepik_tasks/sum_of_squared_numbers.py)
2023-10-06 21:21:15 +03:00
- [Tickets](stepik/stepik_tasks/tickets.py)
2023-11-22 17:56:46 +03:00
- [Function of updating dictionary](stepik/stepik_tasks/update_dictionary.py)
2023-11-22 23:41:21 +03:00
- [Counter the same elements](stepik/stepik_tasks/peace_and_war.py)
2023-10-06 21:21:15 +03:00
2023-10-05 21:06:39 +03:00
2023-10-05 18:43:13 +03:00
2023-10-05 18:38:51 +03:00
2023-10-05 17:43:05 +03:00