-
Notifications
You must be signed in to change notification settings - Fork 0
/
flyer.tex
90 lines (65 loc) · 2.35 KB
/
flyer.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\documentclass[letterpaper,12pt]{article}
\pagestyle{empty}
\title{San Diego Python Flyer}
\author{David Fischer}
%% Packages
\usepackage{color}
\usepackage{transparent}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{hyperref}
%% Adjust margins - 1in
\setlength{\oddsidemargin}{0in}
\setlength{\evensidemargin}{0in}
\setlength{\topmargin}{0in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\footskip}{0in}
\setlength{\parindent}{0pt}
\setlength{\textheight}{9.0in}
\setlength{\textwidth}{6.50in}
%% Custom Commands
%% Begin
\begin{document}
{\huge \textbf{SAN DIEGO PYTHON MEETUP}}
\vspace{8pt}
% PythonSD logo
\begin{wrapfigure}{r}{0.5\textwidth}
\vspace{-80pt}
\centering
\def\svgwidth{0.45\columnwidth}
\input{includes/pythonsd-logo.pdf_tex}
\vspace{-120pt}
\end{wrapfigure}
{\large
Learn \& master Python in San Diego
\vspace{10pt}
Django, NumPy, Flask, Celery, Scrapy, Pandas
\vspace{10pt}
\url{www.meetup.com/pythonsd} \\
\url{www.pythonsd.org}
}
\section*{MEETUPS}
All our meetups are at the Ansir Innovation Center. See meetup.com for details.
\begin{description}
{\setlength\itemindent{-0.2in} \item[Monthly Meetup] an evening of presentations on the 4th Thursday of every month}
{\setlength\itemindent{-0.2in} \item[Saturday Study Group] a self-directed, beginner-friendly hangout every Saturday}
\end{description}
Whether you are a seasoned Python professional or just getting started
with the language, San Diego Python is for you.
\section*{WORKSHOPS}
We run periodic workshops on topics such as \textbf{data science}, \textbf{Django}
or simply introductory Python.
\section*{HIRING}
If you're looking to hire a local Python developer, you can post to our mailing
list and come to one of our meetups. We also have a monthly newsletter that goes
out to over 1000 local members. Likewise, if you're looking for a new position,
lots of local companies are looking for developers.
\section*{GET INVOLVED}
San Diego Python is always looking for speakers for meetups, new organizers,
and helpful mentors. Get involved with your local meetup today!
\vspace{10pt}
{\rule{\textwidth}{0.5pt}}
\href{https://twitter.com/sandiegopython}{@sandiegopython} \hfill
\href{irc://irc.freenode.net/sandiegopython}{\#sandiegopython on freenode}
\end{document}