How do I use both SQL and Python in the same project?

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sqlitestudio

    A free, open source, multi-platform SQLite database manager.

  • Raw SQL can be written in any IDE and text editor. However, you may benefit from using a dedicated SQL IDE/Tool for your work. When writing SQL it helps to see the tables, be able to write queries, debug, cancel long or wrong queries and write exploratory queries free flow (and cancel long or wrong queries) before deciding on what to finalise and execute via Python. They also usually come with a spreadsheet style result set which make it easier to copy data when writing notes etc. Which tool depends on which flavour of SQL you are writing, which depends on which implementation of SQL you are using. For a beginner project, SQLite is fine and an IDE you could use is SQLite Studio, though there could be others (and maybe better ones, or ones that are extensions to other code IDEs). You don't have to use it you could just write inline with your python and print the result but using one will save you a lot of time.

  • smashbrosgui

    GUI that connects to a AWS-hosted MySQL database I created based off of the popular Nintendo video game: Super Smash Brothers Ultimate. Displays matchup data and will act as ETL for the database as well. Plan on adding graphing capabilities as well as advanced statistics as well.

  • I personally made a GUI that displays info from a database using views and sprocs. https://github.com/ianpeck/smashbrosgui

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I just want to edit. Which tool should I use?

    1 project | /r/sqlite | 22 Dec 2022
  • Custom resources vs SQLite database

    1 project | /r/godot | 7 Nov 2022
  • Is there a way to convert a csv file into an sqlite file ?

    1 project | /r/learnprogramming | 3 Oct 2022
  • Futureproofing job as we move from Excel to databases.

    1 project | /r/datascience | 28 May 2022
  • yay compilation spawning too many processes

    1 project | /r/archlinux | 12 May 2022