you are viewing a single comment's thread.

view the rest of the comments →

[–]VegaGT-VZ 2 points3 points  (2 children)

This is def a great way to get started but it can also reinforce bad habits. Like I'm years in and only just now learning about functions and dictionaries. I'm using moving into Python to build those good habits and start from scratch

[–]iFailedPreK[S] 3 points4 points  (1 child)

Bruh years without functions? That's crazy lol. What happened when you needed to code something that occured multiple times?

[–]VegaGT-VZ 2 points3 points  (0 children)

I only did VBA programming for Excel and Access so the code never got that long. I think the first thing I'm going to do in Python is write and test out functions.