Python Language Notes, with Application in Statistics Learning and Computing

Author

Daniel Cheung

Published

April 6, 2026

Preface

This is a Quarto book.

To learn more about Quarto books visit https://quarto.org/docs/books.


Welcome to my Python Note for Statistics Learning and Computing. Any mistake or suggestion please send to DanielHCheung [at] outlook [dot] com.

See https://r.danieldata.com for R version!

This document will be irregually updated. You’re welcomed to provided any new ideas about it!


I personally recommand to use both RStudio and Positron for R development. RStudio is very traditional and familiar to those who get used to R programming for many years, and Positron is more vscode-like one. Positron connects both Python and R, so it’s really interesting.

In this note, I will show more than Statistics Learning and Computing, such as some python language features.

print("Hello, World!")
Hello, World!