ATAR Notes: Forum

General Discussion => Coding Corner => Topic started by: cfirm0 on December 21, 2020, 09:18:48 pm

Title: good places to learn SQL lite and python?
Post by: cfirm0 on December 21, 2020, 09:18:48 pm
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
Title: Re: good places to learn SQL lite and python?
Post by: Bri MT on December 22, 2020, 08:04:21 am
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