Great Lunch

15 views
Skip to first unread message

Patrick Altman

unread,
Jan 5, 2012, 2:56:05 PM1/5/12
to PyNash
Matt,

Thanks for wrangling the troops and getting us all together. Good to catch up with old friends and meet newcomers.

I look forward to the renewed interest in monthly meet ups that are more than just lunch but where we can share things we are working on, tips & tricks, etc.

Let me know how I can help.

Thanks,
Patrick

---
Patrick Altman
Nashville, TN


Brian Dailey

unread,
Jan 5, 2012, 2:56:59 PM1/5/12
to pyn...@googlegroups.com
Definitely, kudos to Matt.

Here's the IE VMS I mentioned during lunch.



--
realm3 web applications, LLC / realm3.com

--
You received this message because you are subscribed to the Google Groups "PyNash" group.
To post to this group, send email to pyn...@googlegroups.com.
To unsubscribe from this group, send email to pynash+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pynash?hl=en.

Josh Kersey

unread,
Jan 5, 2012, 3:05:15 PM1/5/12
to pyn...@googlegroups.com
Agreed and agreed...thanks Matt.

Patrick was talking about using Sublime Text 2.  Another Nashville Python developer, Seth Buntin, recommended using SublimeRope to get Python completions and some IDE-like functionality.

You can find it at https://github.com/JulianEberius/SublimeRope

JOSH KERSEY
SCARECROW
a.k.a. Developer
615.942.9937 ext 207
cabedge.com
1105 17th Avenue South
Nashville, Tennessee 37212
fax 615.942.9976

Alex Ezell

unread,
Jan 5, 2012, 3:14:47 PM1/5/12
to pyn...@googlegroups.com
ievms is put together be a fellow nashvillian and an ex-Emma dev - Greg Thornton (y'all probably knew that). He's at CJ Advertising and is always working on some cool stuff.

Sorry I couldn't be there today. Trust me that you were having more fun than I. Hope to catch up with the group soon.


/alex

Patrick Altman

unread,
Jan 5, 2012, 3:16:27 PM1/5/12
to pyn...@googlegroups.com
My favorite feature by far is the split views. I often like to have my models.py and views.py open side by side for reference:

http://p.altman.io/1D2x462s0G1x2F2V0a0w

---
Patrick Altman
Nashville, TN


On Thursday, January 5, 2012 at 2:05 PM, Josh Kersey wrote:

> Agreed and agreed...thanks Matt.
>
> Patrick was talking about using Sublime Text 2. Another Nashville Python developer, Seth Buntin, recommended using SublimeRope to get Python completions and some IDE-like functionality.
>
> You can find it at https://github.com/JulianEberius/SublimeRope
>

> JOSH KERSEY
> SCARECROW
> a.k.a. Developer

> 615.942.9937 ext 207 (tel:615-942-9937)
> cabedge.com (http://cabedge.com)


> 1105 17th Avenue South
> Nashville, Tennessee 37212

> fax 615.942.9976 (tel:615-942-9937)

>
> On Thu, Jan 5, 2012 at 1:56 PM, Brian Dailey <br...@realm3.com (mailto:br...@realm3.com)> wrote:
> > Definitely, kudos to Matt.
> >
> > Here's the IE VMS I mentioned during lunch.
> >
> > https://github.com/xdissent/ievms
> >
> >
> > --

> > realm3 web applications, LLC / realm3.com (http://realm3.com)
> > p: 917-512-3594 (tel:917-512-3594)
> > f: 440-744-3559 (tel:440-744-3559)


> >
> >
> > On Thursday, January 5, 2012 at 1:56 PM, Patrick Altman wrote:
> >
> > > Matt,
> > >
> > > Thanks for wrangling the troops and getting us all together. Good to catch up with old friends and meet newcomers.
> > >
> > > I look forward to the renewed interest in monthly meet ups that are more than just lunch but where we can share things we are working on, tips & tricks, etc.
> > >
> > > Let me know how I can help.
> > >
> > > Thanks,
> > > Patrick
> > >
> > >
> > >
> > > ---
> > > Patrick Altman
> > > Nashville, TN
> > >
> > >
> > > --
> > > You received this message because you are subscribed to the Google Groups "PyNash" group.

> > > To post to this group, send email to pyn...@googlegroups.com (mailto:pyn...@googlegroups.com).
> > > To unsubscribe from this group, send email to pynash+un...@googlegroups.com (mailto:pynash+un...@googlegroups.com).


> > > For more options, visit this group at http://groups.google.com/group/pynash?hl=en.
> >
> >
> >
> > --
> > You received this message because you are subscribed to the Google Groups "PyNash" group.

> > To post to this group, send email to pyn...@googlegroups.com (mailto:pyn...@googlegroups.com).
> > To unsubscribe from this group, send email to pynash+un...@googlegroups.com (mailto:pynash%2Bunsu...@googlegroups.com).


> > For more options, visit this group at http://groups.google.com/group/pynash?hl=en.
>
>
> --
> You received this message because you are subscribed to the Google Groups "PyNash" group.

> To post to this group, send email to pyn...@googlegroups.com (mailto:pyn...@googlegroups.com).
> To unsubscribe from this group, send email to pynash+un...@googlegroups.com (mailto:pynash+un...@googlegroups.com).

Alex Ezell

unread,
Jan 5, 2012, 3:34:00 PM1/5/12
to pyn...@googlegroups.com
If you find yourself using SublimeText, I'd recommend installing "Package Control"[1] which is equivalent to "Get Bundles" in TextMate. I use these two packages (SublimeLinter[2] and SublimeCodeIntel[3]) and am very happy with them, especially SublimeLinter. It has helped me catch so many variable name typos, bad imports, and other silly errors with no fuss. It also appeased my PEP 8 jones.

I'd also recommend the Soda Dark Theme[4] if you're into such things.


/alex

To post to this group, send email to pyn...@googlegroups.com.
To unsubscribe from this group, send email to pynash+un...@googlegroups.com.

Patrick Altman

unread,
Jan 5, 2012, 3:52:37 PM1/5/12
to pyn...@googlegroups.com
NICE!


---
Patrick Altman
Nashville, TN


On Thursday, January 5, 2012 at 2:34 PM, Alex Ezell wrote:

> If you find yourself using SublimeText, I'd recommend installing "Package Control"[1] which is equivalent to "Get Bundles" in TextMate. I use these two packages (SublimeLinter[2] and SublimeCodeIntel[3]) and am very happy with them, especially SublimeLinter. It has helped me catch so many variable name typos, bad imports, and other silly errors with no fuss. It also appeased my PEP 8 jones.
>
> I'd also recommend the Soda Dark Theme[4] if you're into such things.
>
> [1] http://wbond.net/sublime_packages/package_control
> [2] https://github.com/Kronuz/SublimeLinter
> [3] https://github.com/Kronuz/SublimeCodeIntel
> [4] https://github.com/buymeasoda/soda-theme
>
>
> /alex
>
>
> On Thursday, January 5, 2012 at 2:16 PM, Patrick Altman wrote:
>
> > My favorite feature by far is the split views. I often like to have my models.py and views.py open side by side for reference:
> >
> > http://p.altman.io/1D2x462s0G1x2F2V0a0w
> >
> > ---
> > Patrick Altman
> > Nashville, TN
> >
> >
> > On Thursday, January 5, 2012 at 2:05 PM, Josh Kersey wrote:
> >
> > > Agreed and agreed...thanks Matt.
> > >
> > > Patrick was talking about using Sublime Text 2. Another Nashville Python developer, Seth Buntin, recommended using SublimeRope to get Python completions and some IDE-like functionality.
> > >
> > > You can find it at https://github.com/JulianEberius/SublimeRope
> > >
> > > JOSH KERSEY
> > > SCARECROW
> > > a.k.a. Developer
> > > 615.942.9937 ext 207 (tel:615-942-9937)

> > > cabedge.com (http://cabedge.com) (http://cabedge.com)


> > > 1105 17th Avenue South
> > > Nashville, Tennessee 37212
> > > fax 615.942.9976 (tel:615-942-9937)
> > >
> > > On Thu, Jan 5, 2012 at 1:56 PM, Brian Dailey <br...@realm3.com (mailto:br...@realm3.com) (mailto:br...@realm3.com)> wrote:
> > > > Definitely, kudos to Matt.
> > > >
> > > > Here's the IE VMS I mentioned during lunch.
> > > >
> > > > https://github.com/xdissent/ievms
> > > >
> > > >
> > > > --

> > > > realm3 web applications, LLC / realm3.com (http://realm3.com) (http://realm3.com)


> > > > p: 917-512-3594 (tel:917-512-3594)
> > > > f: 440-744-3559 (tel:440-744-3559)
> > > >
> > > >
> > > > On Thursday, January 5, 2012 at 1:56 PM, Patrick Altman wrote:
> > > >
> > > > > Matt,
> > > > >
> > > > > Thanks for wrangling the troops and getting us all together. Good to catch up with old friends and meet newcomers.
> > > > >
> > > > > I look forward to the renewed interest in monthly meet ups that are more than just lunch but where we can share things we are working on, tips & tricks, etc.
> > > > >
> > > > > Let me know how I can help.
> > > > >
> > > > > Thanks,
> > > > > Patrick
> > > > >
> > > > >
> > > > >
> > > > > ---
> > > > > Patrick Altman
> > > > > Nashville, TN
> > > > >
> > > > >
> > > > > --
> > > > > You received this message because you are subscribed to the Google Groups "PyNash" group.

> > > > > To post to this group, send email to pyn...@googlegroups.com (mailto:pyn...@googlegroups.com) (mailto:pyn...@googlegroups.com).
> > > > > To unsubscribe from this group, send email to pynash+un...@googlegroups.com (mailto:pynash+un...@googlegroups.com) (mailto:pynash+un...@googlegroups.com).


> > > > > For more options, visit this group at http://groups.google.com/group/pynash?hl=en.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > You received this message because you are subscribed to the Google Groups "PyNash" group.

> > > > To post to this group, send email to pyn...@googlegroups.com (mailto:pyn...@googlegroups.com) (mailto:pyn...@googlegroups.com).
> > > > To unsubscribe from this group, send email to pynash+un...@googlegroups.com (mailto:pynash+un...@googlegroups.com) (mailto:pynash%2Bunsu...@googlegroups.com (mailto:2Bunsu...@googlegroups.com)).


> > > > For more options, visit this group at http://groups.google.com/group/pynash?hl=en.
> > >
> > >
> > >
> > >
> > > --
> > > You received this message because you are subscribed to the Google Groups "PyNash" group.

> > > To post to this group, send email to pyn...@googlegroups.com (mailto:pyn...@googlegroups.com) (mailto:pyn...@googlegroups.com).
> > > To unsubscribe from this group, send email to pynash+un...@googlegroups.com (mailto:pynash+un...@googlegroups.com) (mailto:pynash+un...@googlegroups.com).

Brian Dailey

unread,
Jan 5, 2012, 3:54:18 PM1/5/12
to pyn...@googlegroups.com
As a vim user, this is all I have to say.



--
realm3 web applications, LLC / realm3.com

On Thursday, January 5, 2012 at 2:34 PM, Alex Ezell wrote:

tumblr_lw7qn58NxG1qii6tmo1_500.gif

Matt George

unread,
Jan 5, 2012, 3:56:02 PM1/5/12
to pyn...@googlegroups.com
Brian has just pulled a "Get off my lawn"

-- 
Matt George
mge...@gmail.com

tumblr_lw7qn58NxG1qii6tmo1_500.gif

Alex Ezell

unread,
Jan 5, 2012, 4:19:16 PM1/5/12
to pyn...@googlegroups.com
Yeah, I love the simplicity of vim too. ;)


/alex

On Thursday, January 5, 2012 at 2:54 PM, Brian Dailey wrote:

tumblr_lw7qn58NxG1qii6tmo1_500.gif

Matt George

unread,
Jan 5, 2012, 4:20:04 PM1/5/12
to pyn...@googlegroups.com
well played sir, well played indeed.

-- 
Matt George
mge...@gmail.com

tumblr_lw7qn58NxG1qii6tmo1_500.gif
Reply all
Reply to author
Forward
0 new messages