> For the complete documentation index, see [llms.txt](https://sairamana.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sairamana.gitbook.io/blog/learning-path-of-mine.md).

# Learning Path Of Mine

I am learning python on my own you can look into it and follow through it as i do. As Python is free an open source. Its Easy to use and learn when you know basic Languages like C, C++, HTML, JAVA, and more. As i am using Python 3.9.0 so i recommend to install it or higher version of it.

### Python Installation

Installing Python is easy as follow&#x20;

* Before installing, we will download the software <https://www.python.org/downloads/> from the given link.
* Now install it.
* Run Executable Installer.
* Python Installer will appear.
* Select Install Now. and you are done

### Visual Studio Code:

Installing VSCode in Windows

* Download [VSCode](https://code.visualstudio.com/download).
* Once it is downloaded, run the installer (*VSCodeUserSetup-{version}.exe*). It will only take a minute.
* Secondly, accept the agreement and click on next.
* Thirdly, click on “***create a desktop icon***” so that it can be accessed from desktop and click on Next.
* After that, click on the install button.
* Finally, after installation completes, click on the finish button, and the visual studio code will get open. your now ready to code with VSCode.

{% content-ref url="/pages/-MXc2evSNZz8X-woL6wH" %}
[My First Day using Python](/blog/my-first-day-using-python.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sairamana.gitbook.io/blog/learning-path-of-mine.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
