Login

Welcome, Guest. Please login or register.

March 29, 2024, 01:15:56 am

Author Topic: good places to learn SQL lite and python?  (Read 3419 times)

0 Members and 1 Guest are viewing this topic.

cfirm0

  • Fresh Poster
  • *
  • Posts: 4
  • Respect: 0
good places to learn SQL lite and python?
« on: December 21, 2020, 09:18:48 pm »
0
digital solutions requires us to learn these for projects. I would like to consolidate my information:
-writing complex joins in SQL
-complex iterative loops that cycle through the data so that it can be shown on screen in a meaningful manner
-‘table formatting’ code in python

Bri MT

  • VIC MVP - 2018
  • Administrator
  • ATAR Notes Legend
  • *****
  • Posts: 4719
  • invest in wellbeing so it can invest in you
  • Respect: +3677
Re: good places to learn SQL lite and python?
« Reply #1 on: December 22, 2020, 08:04:21 am »
0
I don't use python but by "table formatting" do you mean making a data frame? if so, you probably want to look at the pandas package
There should be heaps of easy to read info on this but I can't recommend any in particular since I don't use this