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

# Best Practice of Programming

## Goals

When you pursuit the computer languages, you have learned all the basic skills. You may not so sure if you are ready for real world challenge software engineer.

Through these articles and practices, I hope the readers can enhance his/her computing skills and understand most concepts of computing technology.

Also introduce some modern trends and understand to improve your efficient.

## Index

* [Language Fundamental](/programming/topic-fundamental.md)
  * [String](/programming/topic-fundamental/topic-string.md)
  * [Operators](/programming/topic-fundamental/topic-operator.md)
  * [Condition](/programming/topic-fundamental/topic-condition.md)
  * [Loop](/programming/topic-fundamental/topic-looping.md)
* [Data](/programming/topic-data.md)
  * [Exercise JSON Data](/programming/topic-data/exercise-json-data.md)
  * [Array](/programming/topic-data/exercise-array.md)
* [Coding](/programming/topic-coding.md)
* [API](/programming/topic-api.md)
* [Source Code Control](/programming/topic-source-code-control.md)
* [IDE](/programming/topic-ide.md)
* [Httpd and Web](/programming/topic-web.md)
  * [Exercise django](/programming/topic-web/exercise-django.md)

## Who Should Read These Articles?

* This document is to be a guideline of entry level programmers.
* Also welcome the senior mentors to take these articles and add your ingredients to become your guideline.

`alex at ccapeng@gmail.com | [ccapeng.github.io](https://ccapeng.github.io/)`


---

# 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://ccapeng.gitbook.io/programming/master.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.
