Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ENV variable in Python
Post: RE: ENV variable in Python

Thanks, Griboullis. I didn't even realize that I have been studying Python 2.7 when I started Python coding last week. Looks like I have to reset everything and start afresh with 3.7. Thanks so much f...
anandoracledba General Coding Help 2 2,399 Dec-06-2018, 12:10 AM
    Thread: Not sure how to turn this into a loop
Post: RE: Not sure how to turn this into a loop

Try this... while True: data = json.loads(self.rfile.read( length ).decode('utf-8')) order_status = data['order_status']['name'] if not order_status == "Awaiting Payment": << further c...
anandoracledba General Coding Help 1 2,102 Dec-05-2018, 11:03 PM
    Thread: ENV variable in Python
Post: ENV variable in Python

I have this simple code: #!/usr/bin/env python import sys, re, os NAS1=os.environ['NAS1'] print 'Value of NAS1: ' + NAS1 pwdfile='NAS1/admin/data/pswds' print 'Value of pwdfile: ' + pwdfileWhen I ...
anandoracledba General Coding Help 2 2,399 Dec-05-2018, 10:50 PM
    Thread: Help with cx_Oracle
Post: Help with cx_Oracle

Hello Gurus, I started coding in Python 5 days ago and have questions/doubts with cx_Oracle module that I hope can get some help with. I have a SQL script(run.sql) to run and spool the output to a fi...
anandoracledba General Coding Help 0 3,260 Dec-04-2018, 02:08 AM

User Panel Messages

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