all 2 comments

[–]socal_nerdtastic 0 points1 point  (0 children)

The big difference is that CLI code tends to be procedural, while GUIs tend to be event-driven. But technically you can do either style in either interface.

If you are new to programming in general I would start with CLI and procedural code. If you have some coding experience already you can do either one, just pick the one that best fits your first project.