Python Forum
writing all new scripts in Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
writing all new scripts in Python
#4
i am getting to the point where everything i do as a script in a file is always done in Python3 and no more in Bash. Bash functions, though, still have to be done in Bash until the day someone figures out how to merge Bash into Python (including interactive). i do have a ton of Bash functions, so i understand what you were doing with av(). i also do functions in place of aliases. there are some oldies i do need to rewrite. but i rarely come up with any use for Python inside the function. for directory aliases i use symlinks, like ulb -> /usr/local/bin and a few others like that. i think i have about 300 functions, over 600 scripts, and a couple dozen binaries from my C programming days. it is those binaries i want to rewrite into Python soon, so it's easier to use the new architectures in the cloud.
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
writing all new scripts in Python - by Skaperen - Nov-09-2019, 03:46 AM
RE: writing all new scripts in Python - by Larz60+ - Nov-09-2019, 11:16 AM
RE: writing all new scripts in Python - by Skaperen - Nov-10-2019, 01:33 AM
RE: writing all new scripts in Python - by Larz60+ - Nov-10-2019, 02:43 AM
RE: writing all new scripts in Python - by Skaperen - Nov-10-2019, 09:07 PM
RE: writing all new scripts in Python - by Skaperen - Nov-10-2019, 11:24 PM

Forum Jump:

User Panel Messages

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