Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scripts
#7
i was at the verge of looking at asyncio in C when i began to shift my coding time to Python.  it looks similar to the I/O model of a utility OS i was designing for mainframes.  one big difference was the API in my design was based on Assembly Language 370. i had not caught on to portability, yet, at that time.

i want to get away from bash.  one thing i like about python is the ability to work on the OS directly (syscalls or approximations of then).  one of my big bash scripts is a front end to the ssh command to add a few things.  it supports adding screen session names and connection port numbers to the user@host string, and default values and other things.

here are some of my important big scripts i want to rewrite in python:

http://stratusrelay.com/free/bash-functions
http://stratusrelay.com/free/cpionet
http://stratusrelay.com/free/run-backups
http://stratusrelay.com/free/ssh
http://stratusrelay.com/free/tarnet
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
scripts - by Skaperen - Apr-03-2017, 02:57 AM
RE: scripts - by wavic - Apr-03-2017, 04:25 AM
RE: scripts - by Skaperen - Apr-04-2017, 12:02 AM
RE: scripts - by wavic - Apr-04-2017, 04:27 AM
RE: scripts - by Ofnuts - Apr-03-2017, 07:31 AM
RE: scripts - by metulburr - Apr-03-2017, 02:25 PM
RE: scripts - by Skaperen - Apr-04-2017, 07:17 AM

Forum Jump:

User Panel Messages

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