Skip to content

Instantly share code, notes, and snippets.

View teoguso's full-sized avatar

Matteo Guzzo teoguso

View GitHub Profile
@teoguso
teoguso / learn_to_code_in_berlin.md
Last active March 21, 2019 10:12 — forked from TamaraAtanasoska/learn_to_code_in_berlin.txt
Resources for mothers and women learning to code in Berlin

Learn to code in Berlin

A collection of resources

Hi everyone! I will try to explain all the possibilities here. I will stick to free and community led options.

Let's start with the mentorship programs! We'll dive into the Berlin learning meetups and groups right after. I will also share some other recourses that can get you free conference tickets etc. at the end.

@teoguso
teoguso / fixme.py
Last active November 25, 2016 10:46 — forked from damianavila/fixme.py
A little snippet to fix print issues in IPython slides.
# -*- coding: utf-8 -*-
#----------------------------------------------------------------------------
# Copyright (c) 2013 - Damián Avila
#
# Distributed under the terms of the Modified BSD License.
#
# A little snippet to fix @media print issue printing slides from IPython
#-----------------------------------------------------------------------------
from __future__ import print_function
@teoguso
teoguso / .gitconfig
Last active December 11, 2019 10:51 — forked from xmunoz/.gitconfig
gitconfig
[push]
default = current
[user]
# Edit at your convenience
name = <Full name>
email = <you@example.com>
[core]
editor = /usr/local/bin/vim