# Resources

> In this section, we'll provide awesome **courses**, **websites**, and **books** that stand out for CS majors around the world.

> We'll also look at sites that provide a **compilation** of resources.

> Finally, we'll look at an overview of **local scholarships** in the Hampton Roads area.

> If you're looking for applications that are not directly related to learning CS, then jump to section `2.5.3 Useful Crap`.

***

![](http://bit-post.com/wp-content/uploads/2015/02/quora-logo.png)

## Related Questions on Quora

> general

* #### [How do I learn to code?](https://www.quora.com/How-do-I-learn-to-code-1)
* #### [What are the best resources (sites, books or tutorials) for learning programming?](https://www.quora.com/What-are-the-best-resources-sites-books-or-tutorials-for-learning-programming)
* #### [What are the best sources to learn web coding (in a short time)?](https://www.quora.com/What-are-the-best-sources-to-learn-web-coding-in-a-short-time?no_redirect=1)
* #### [What are the best online web development courses?](https://www.quora.com/What-are-the-best-online-web-development-courses)
* #### [What are the most learner-friendly resources for learning about algorithms?](https://www.quora.com/What-are-the-most-learner-friendly-resources-for-learning-about-algorithms)

> topic specific

* #### [How can I learn Java?](https://www.quora.com/How-can-I-learn-Java-2)
* #### [How do I learn Python?](https://www.quora.com/How-do-I-learn-Python-3)
* #### [What are some good resources for learning Ruby?](https://www.quora.com/What-are-some-good-resources-for-learning-Ruby)
* #### [What are the best resources for learning bleeding-edge web, UI and UX design?](https://www.quora.com/What-are-the-best-resources-for-learning-bleeding-edge-web-UI-and-UX-design)
* #### [What are the best resources for learning iOS development?](https://www.quora.com/What-are-the-best-resources-for-learning-iOS-development)
* #### [What are the best resources for learning JavaScript?](https://www.quora.com/What-are-the-best-resources-for-learning-JavaScript)


---

# Agent Instructions: 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:

```
GET https://francescoronel.gitbook.io/intro-to-cs/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
