Jun-16-2018, 06:30 AM
i want to (and have) code many system level things in python. i've done lots of that in C already. but i think python is a better choice because, among many reasons, it lets people modify the code better than C does. i think of it as "easy open source" or "clear open source". working with name spaces is a step above working with (and goofing up) addresses.
a question i have is: does this kind of programming make it more difficult to program in a pythonic way?
one project idea i have is a tool to let you easily combine the bandwidth of multiple internet providers, if you have more than one. if you get 6 Gbps each from two providers, this tool will let you get near 12 Gbps total bandwidth. and if one of those providers goes down, it automatically uses just the good one(s) that remain up (without forcing applications to reconnect). several home-based stock traders have asked me for this, before and i have now figured out a way to do it cleanly and smoothly for all network applications.
a question i have is: does this kind of programming make it more difficult to program in a pythonic way?
one project idea i have is a tool to let you easily combine the bandwidth of multiple internet providers, if you have more than one. if you get 6 Gbps each from two providers, this tool will let you get near 12 Gbps total bandwidth. and if one of those providers goes down, it automatically uses just the good one(s) that remain up (without forcing applications to reconnect). several home-based stock traders have asked me for this, before and i have now figured out a way to do it cleanly and smoothly for all network applications.