First steps in Pylinac with MLC checks

Dear Pylinac community,

Hi everyone. My name is Miguel Martinez, a radiotherapy physicist at Hospital Santa Lucia, and completely new to pylinac. In fact, I am trying to implement a quantitative check of the MLC Picket Fence QA test by analizing PD images in a quantitative way.I would like to ask you any kind of help/guidelines to initialize in this language/ platform , such as requisites, specific software and experiences.

Thank you very much for your help in advance.

Hi Miguel,

have you read the pylinac documentation yet? It helps getting you started quite a lot: https://pylinac.readthedocs.io/en/latest/index.html
There is a part especially for beginners too: https://pylinac.readthedocs.io/en/latest/installation.html#i-m-new-to-python

When starting with a new language I like to read the w3schools guides because they are short. Here you can find the one for python:

https://www.w3schools.com/python/
I also enjoyed https://automatetheboringstuff.com/

If you need in depth information there is the official python documentation: https://docs.python.org/3.10/contents.html

Regarding the python environment, I went for WinPython, after I got annoyed from anaconda.

have fun.

Thomas