#python
## The Easiest way to Start Python on Mac
mac has the python out of the box. `python3 --version`.
create a file
```python
# hello_world.py
print("Hello, World!")
```
## Install Conda
see [[Why javascript doesn't have the dependency hell as python#Fix This with Conda]]
## Learning Resources
[Tutorial Library – Real Python](https://realpython.com/search?order=newest)