CS-Tutorial
CS-Tutorial copied to clipboard
Source Code for CS Courses Offered by Ali Hejazizo
Tables of contents are well written and structured the notebooks in a nice manner. However, the content of the notebook would be more user-friendly if there would be "back to...
Update `README.md` file. There were some unavailable links in the "Table of content". That's because of not updated directory names. They are modified.
In `README.md`, there are some links that are not available, and the response is `404`. That happened because of the not updated names. The links are mentioned here: - ##...
Hi friends, I wanna update [dictionary](https://github.com/pytopia/CS-Tutorial/blob/main/01.%20Python/01.%20Basics/09%20Composite%20Data%20Types:%20Dictionary.ipynb) file and add three informative and useful methods with their examples. get() >for getting value of a key in dictionary update() > for updating...
Hello., Greeting, In the “Imperative _ Declarative programming” diagram, in the first part of OOP tutorial, two items, “Procedural” and “Object-oriented”, are mistakenly placed under the “Declarative” category, and two...
- Add more examples of Tags in YAMLtutorial - Fix example of Multiple documents in YAML tutorial #10
Add framagit and self-managed gitlab to hosting examples. Add appropriate links to projects and websites. fix some typos (trademark name's capitalization and "Gitea")
Add some examples for the Serialization topic in the YAML document about the tags. !!map !!seq !!str !!null !!bool !!int !!float
Tables of contents are well written and structured the notebooks in a nice manner. However, the content of the notebook would be more user-friendly if there would be "back to...