Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python and MySQL
#2
You can use the csv package for CSV write, see: https://docs.python.org/3/library/csv.html
specifically: https://docs.python.org/3/library/csv.html#csv.writer

For SQL, you might want to consider using sqlalchemy: https://pypi.org/project/SQLAlchemy/

Once a model written, the sane code can be used with little or no change for any other DBMS.
queries are a snap.
There is a simple tutorial you can examine here: https://python-forum.io/Thread-SqlAlchem...-Data-Load
Pedroski55 likes this post
Reply


Messages In This Thread
Python and MySQL - by Pedroski55 - Mar-18-2021, 09:47 AM
RE: Python and MySQL - by Larz60+ - Mar-18-2021, 10:27 AM
RE: Python and MySQL - by Pedroski55 - Mar-18-2021, 11:16 PM
RE: Python and MySQL - by Larz60+ - Mar-19-2021, 12:42 AM
RE: Python and MySQL - by Pedroski55 - Mar-22-2021, 10:38 PM
RE: Python and MySQL - by ndc85430 - Mar-23-2021, 06:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mysql and mysql.connector error lostintime 2 1,645 Oct-03-2023, 10:25 PM
Last Post: lostintime
  Mysql error message: Lost connection to MySQL server during query tomtom 6 21,180 Feb-09-2022, 09:55 AM
Last Post: ibreeden
Question Debian 11 Bullseye | Python 3.9.x | pip install mysql-connector-python-rf problems BrandonKastning 4 8,485 Feb-05-2022, 08:25 PM
Last Post: BrandonKastning
  Python and MySql ogautier 8 4,790 May-20-2021, 11:10 PM
Last Post: Pedroski55
  Python MySQL ogautier 0 2,496 Sep-03-2020, 03:54 PM
Last Post: ogautier
  Insert into mysql through python LaKhWaN 0 2,358 Aug-26-2020, 04:54 AM
Last Post: LaKhWaN
  Python mysql query help please tduckman 4 5,510 Mar-13-2020, 03:42 PM
Last Post: Marbelous
  mysql db connection using python sunstar20 13 15,469 Aug-04-2018, 09:08 AM
Last Post: vishalhule
  A combination of Python and MySql xgrzeniu 2 4,692 Mar-28-2018, 06:50 AM
Last Post: xgrzeniu
  ssh + mysql connection python 3.4.3 desudesu 9 15,422 May-25-2017, 03:19 PM
Last Post: desudesu

Forum Jump:

User Panel Messages

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