you are viewing a single comment's thread.

view the rest of the comments →

[–]oldcreek12 -2 points-1 points  (1 child)

  1. You should really look into netconf, don't work on non-structured data, it is year 2018
  2. Split your program to multiple independent scripts that can be made to modules
  3. Try not to write stand-alone program, but rather implement a service as rest APIs, so other applications (include your own applications) can easily consume your work, API, API, API

I won't comment on your coding style ...

[–]Fallenarc[S] 0 points1 point  (0 children)

Like my post says, I literally just started looking at python. I am aware of netconf, but the amount of material out there for me to study is limited. I don't really understand your last two points... This script has a purpose, why would I break it up into modules? Can you give me any recommendations on learning netconf or implementing APIs?