Skip to content

Instantly share code, notes, and snippets.

View etiennecl's full-sized avatar

Etienne Soulard-Geoffrion etiennecl

  • Clinia
  • Montreal
View GitHub Profile

Keybase proof

I hereby claim:

  • I am etiennecl on github.
  • I am etiennecl (https://keybase.io/etiennecl) on keybase.
  • I have a public key ASDF_dxTHqUeQLnpucXbE43HqgRl9KgqF0EjFMdHtT3uJQo

To claim this, I am signing this object:

@etiennecl
etiennecl / python-fundammental.md
Last active November 24, 2020 21:59
Skills Test Python

Skills Test Python

The first part is a set of technical questions related to fundamental knowledge of python.

Fundammental Questions

Question 1: Which of the following statements best describes the behavior of the random.shuffle(mylist) as being used in the below code fragment?

import random
mylist = [10, 20, 30]
@etiennecl
etiennecl / js-fundammental-questions.md
Created June 4, 2020 15:22
Skills Test Javascript

Skills Test JavaScript

The first part is a set of technical questions related to fundamental knowledge of javascript.

Fundamental Questions

Question 1: What is printed in the console?

var foo = function foo() {