Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: convert text file data to HTML table in python
Post: RE: convert text file data to HTML table in python

Hi , I am using below code  contents = open("D:\Projects\Automations\dbresult.txt","r") with open("D:\Projects\Automations\dbresult.html", "w") as e:     e.write("<table>\n")        for lines ...
Tirumal General Coding Help 5 12,547 Dec-29-2017, 03:47 PM
    Thread: convert text file data to HTML table in python
Post: convert text file data to HTML table in python

Hi All, i am using python 2.7. i want convert  the text data to  HTML  table. Below is my data ,please can you help me to convert the  below data  to HTML table? No Name 10 Administration 20 Mark...
Tirumal General Coding Help 5 12,547 Dec-29-2017, 11:41 AM
    Thread: Need small help on dynamic database connections
Post: RE: Need small help on dynamic database connection...

I will do that . Based  on country i want call that db connection and SQL. While executing the above code i am getting cx_Oracle.DatabaseError: ORA-01005: null password given; logon denied error.
Tirumal General Coding Help 4 3,484 Dec-28-2017, 05:03 PM
    Thread: Need small help on dynamic database connections
Post: Need small help on dynamic database connections

Hi All, I am new to python coding . I am using oracle 11g db in my environment . I want to connect different users in database and fetch the data from tables. i trying to create dynamic data...
Tirumal General Coding Help 4 3,484 Dec-28-2017, 03:39 PM

User Panel Messages

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