Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Programs made with Python
#7
(Oct-01-2016, 03:53 AM)ATXpython Wrote: What are some real world applications of Python?

i recently wrote python code to run in an EC2 instance on the AWS cloud service to figure out a configuration and run openvpn to run an encrypted tunnel between VPC subnets in different AWS regions without the user needing to make any config choices or setups at all.  there is just a table of new subnet numbers that specify how to reach instances at the other regions.  it makes the tunnels between all regions running a copy of this machine image within the same account.  the code that builds the machine images is also in python.  it uses botocore to access the AWS API.  this will be run as a subscription service.
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
Programs made with Python - by ATXpython - Oct-01-2016, 03:53 AM
RE: Programs made with Python - by Ofnuts - Oct-01-2016, 10:43 AM
RE: Programs made with Python - by snippsat - Oct-01-2016, 11:30 AM
RE: Programs made with Python - by ichabod801 - Oct-01-2016, 01:39 PM
RE: Programs made with Python - by snippsat - Oct-01-2016, 02:51 PM
RE: Programs made with Python - by ATXpython - Oct-01-2016, 04:45 PM
RE: Programs made with Python - by Skaperen - Oct-02-2016, 01:17 AM
RE: Programs made with Python - by metulburr - Oct-02-2016, 01:48 AM
RE: Programs made with Python - by ATXpython - Oct-09-2016, 01:15 AM
RE: Programs made with Python - by Larz60+ - Oct-09-2016, 01:46 AM
RE: Programs made with Python - by Skaperen - Oct-09-2016, 02:43 AM
RE: Programs made with Python - by j.crater - Oct-09-2016, 09:00 AM
RE: Programs made with Python - by ATXpython - Oct-09-2016, 01:27 PM
RE: Programs made with Python - by metulburr - Oct-09-2016, 02:36 PM

Forum Jump:

User Panel Messages

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