Skip to content

Instantly share code, notes, and snippets.

View ikoustou's full-sized avatar

Ioannis Koustoudis ikoustou

View GitHub Profile
package ca.uwo.csd.cs2212.USERNAME;
public class BankAccount {
private double balance;
public BankAccount(double balance) {
this.balance = balance;
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ikoustou
ikoustou / seaborn1.ipynb
Created March 12, 2018 22:23
seaborn tutorial
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ikoustou
ikoustou / seaborn2_categorical_plots.ipynb
Created March 14, 2018 15:03
seaborn categorical plots
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ikoustou
ikoustou / Seaborn 3 Matrix Plots.ipynb
Created March 14, 2018 17:03
Seaborn Matrix Plots
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ikoustou
ikoustou / Seaborn 4 - Linear regression.ipynb
Last active March 15, 2018 12:05
Linear Regression - Data VisualiZation using Seaborn
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.