Python Forum
[PYTHON EXPORT SQL TO .txt file]
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PYTHON EXPORT SQL TO .txt file]
#2
in python3 print is function. to redirect the the output to something else, instead to stdout use file argument
also it's good idea not to use builtin functions as variable names (file is builtin function in python2)
Reply


Messages In This Thread
[PYTHON EXPORT SQL TO .txt file] - by PYTHONDUDE - Feb-21-2018, 02:56 PM
RE: [PYTHON EXPORT SQL TO .txt file] - by buran - Feb-21-2018, 03:12 PM
RE: [PYTHON EXPORT SQL TO .txt file] - by buran - Feb-21-2018, 04:30 PM
RE: [PYTHON EXPORT SQL TO .txt file] - by nilamo - Feb-21-2018, 04:56 PM
RE: [PYTHON EXPORT SQL TO .txt file] - by nilamo - Feb-21-2018, 08:54 PM
RE: [PYTHON EXPORT SQL TO .txt file] - by buran - Feb-21-2018, 05:10 PM
RE: [PYTHON EXPORT SQL TO .txt file] - by buran - Feb-21-2018, 08:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Export Python output to Excel skyline1397 1 2,201 Jun-26-2022, 05:10 AM
Last Post: skyline1397
  How to keep columns header on excel without change after export data to excel file? ahmedbarbary 0 1,253 May-03-2022, 05:46 PM
Last Post: ahmedbarbary
  Yahoo_fin question: how does one export all stock tickers to a csv file detlefschmitt 9 9,205 Feb-12-2021, 07:46 AM
Last Post: detlefschmitt
  How to export from Python to Excel? jpy 4 6,548 Dec-23-2020, 03:26 PM
Last Post: jpy
  Skeleton file export error Python Code pepapoha 4 3,679 Nov-17-2020, 02:06 AM
Last Post: pepapoha
  Python Export Question Below samlee916 1 1,665 Jul-07-2020, 12:22 PM
Last Post: Larz60+
  CGI in python, problem with pandas, plotly.express and export html HK2432 0 2,221 Jan-19-2020, 01:30 PM
Last Post: HK2432
  export file and display cmd prompt same time jacklee26 1 2,122 Jul-24-2019, 05:15 AM
Last Post: Larz60+
  python export to csv writes extra line between rows jahjahcity 4 10,930 Jul-25-2018, 01:36 AM
Last Post: jahjahcity
  Need help to open PDF file and Export to text file ratna_ain 3 7,219 Oct-10-2017, 01:44 AM
Last Post: ratna_ain

Forum Jump:

User Panel Messages

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