# Introduction

Currently, I am working on:

* [ ] Python [Basics](https://salihkilicli.gitbook.io/notes/tutorials/python/basics) under Tutorials/ Python

* [ ] [Git Commands & GitHub ](https://salihkilicli.gitbook.io/notes/tutorials/git/git-commands)notes under Tutorials/Version Control

* [ ] The [Hands-on ML2](https://salihkilicli.gitbook.io/notes/books/handsonml2) book summary under Book Notes

* [ ] The [Deep Reinforcement Learning](https://salihkilicli.gitbook.io/notes/books/drl) book summary under Book Notes

* [x] [Linux | Shell Basics](https://salihkilicli.gitbook.io/notes/tutorials/git/lbasic) under Version Control

* [x] [NLP using Spacy](https://salihkilicli.gitbook.io/notes/tutorials/python/important-libraries/spacy#nlp-using-spacy) library subsection under Tutorials/Python/Important Libraries

* The notes consist of 4 **main** groups:&#x20;

{% content-ref url="tutorials" %}
[tutorials](https://salihkilicli.gitbook.io/notes/tutorials)
{% endcontent-ref %}

{% content-ref url="books" %}
[books](https://salihkilicli.gitbook.io/notes/books)
{% endcontent-ref %}

{% content-ref url="advanced" %}
[advanced](https://salihkilicli.gitbook.io/notes/advanced)
{% endcontent-ref %}

{% content-ref url="misc" %}
[misc](https://salihkilicli.gitbook.io/notes/misc)
{% endcontent-ref %}

* There are 4 types of **hints** used within the notes :

{% hint style="info" %}
**Info:** It is used to provide *tips* and/or extra information such as a *definition*.
{% endhint %}

{% hint style="warning" %}
**Warning:** It is used to present important *details* to keep in mind.
{% endhint %}

{% hint style="danger" %}
**Danger:** It is used to raise attention to common *mistakes* and *misconceptions*.
{% endhint %}

{% hint style="success" %}
**Success:** It is used to show the *successful* *implementation* of a technique.
{% endhint %}
