Python Forum
system programming in pythonic code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
system programming in pythonic code
#1
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.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
system programming in pythonic code - by Skaperen - Jun-16-2018, 06:30 AM
RE: system programming in pythonic code - by wavic - Jun-20-2018, 05:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  penjee . com and non-pythonic code buran 15 10,961 Mar-01-2017, 11:09 PM
Last Post: ichabod801
  Complete Python Programming Course 2016: Code using Python 3 free udemy course Yoriz 0 4,279 Oct-17-2016, 05:21 PM
Last Post: Yoriz

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020