Giorgi Tsutskiridze (გიორგი ცუცქირიძე)

Results 9 issues of Giorgi Tsutskiridze (გიორგი ცუცქირიძე)

There is a typo in subsection called **Line 1 is a valid Julia expression** At the end of page 4 in the note there is written the following paragraph: "Finally,...

After exercise 5 this is what is written: "There are many ways to get a list of unique numbers, and while you may be able to write a few lines...

There is a typo in exercise 1 part 9. As this exercise is about list, it should be list instead of string. Original: "Reverse the elements in the **string**" Correct:...

There is a typo in the title of Figure 1.9 Figure 1.10: Section of output after reversing the **string** It sohuld be: Figure 1.10: Section of output after reversing the...

### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...

type::bug
stale

These are some minor changes most related to using \alpha instead of using double backslash in front of alpha.

I have just followed the steps written out in README.m file and it produces the following error: > (venv) C:\Users\giorg\Documents\MyPythonProjects\Python_DoIT_ITSTEP_2023-2024\Django_Traversy\StudyBud>pip install -r requirements.txt Collecting asgiref==3.4.1 (from -r requirements.txt (line 1))...

I am trying to follow and replicate the instructions laid out in the file "lecture-datascience.myst" My plastform is Windows 10 Pro x64 Here are the steps I followed: 1. I...

range in Python is not a generator. zip and enumerate are. So, I delted range in the sentence above.