# Coding
## Definition(s)
### Context [[Nexus - Google Analytics Certificate Course#7.1 Google Analytics - 7 Data Analysis with R Programming - Module 1 - Programming and data analytics Programming and data analytics|Google Analytics Certificate]]
#### Sub-context
>[! Definition]
>The process of writing instructions to a computer in the syntax of a specific programming language.
## Examples
```python
import library_name
print("hello world")
```
```R
library(library_name)
```
## Related
[[R Programming|R]]
[[Python]]
## Resources
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)