From cbc at unc.edu Tue Sep 4 11:15:04 2018 From: cbc at unc.edu (Calloway, Chris) Date: Tue, 4 Sep 2018 15:15:04 +0000 Subject: [TriPython] Reminder: Raleigh Project Night Tonight Message-ID: <684B51FA-8753-4DBF-928C-020AC8C38085@unc.edu> http://tripython.org/Members/kahowell/sept-18-rpn When: Tuesday, September 4, 6-pm Where: Red Hat Annex, 190 E Davie St, Raleigh What: Raleigh Project Night meets on first Tuesdays. Have a project you want to show off, share, seek help with, or just get some work done surrounded by like-minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired by! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Park in the City Center deck behind Red Hat (the Red Hat elevator in the deck goes into the main Red Hat space, not the Annex). Bring your laptop. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 -------------- next part -------------- http://tripython.org/Members/kahowell/sept-18-rpn When: Tuesday, September 4, 6-pm Where: Red Hat Annex, 190 E Davie St, Raleigh What: Raleigh Project Night meets on first Tuesdays. Have a project you want to show off, share, seek help with, or just get some work done surrounded by like-minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired by! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Park in the City Center deck behind Red Hat (the Red Hat elevator in the deck goes into the main Red Hat space, not the Annex). Bring your laptop. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 From lionface.lemonface at gmail.com Tue Sep 4 11:55:18 2018 From: lionface.lemonface at gmail.com (Josh Johnson) Date: Tue, 4 Sep 2018 11:55:18 -0400 Subject: [TriPython] Next (2!) Parts Of CircuitPython State Article Series Are Up Message-ID: I posted two more installments of my blog series that will be the basis for my talk later in the month. Part 2: https://jjmojojjmojo.github.io/circuitpython-state-part-2.html Part 3: https://jjmojojjmojo.github.io/circuitpython-state-part-3.html In these parts of the series, we talk about what state is (lots of real-world examples - I got to draw a chart showing the three common phases of water!), and model it with Python. It covers using simple variables, complex data structures, and lands on OOP. Then, we use state to 'debounce' buttons without blocking, and end by discussing how to do things when state changes, or "event detection". Next installment will put all this to practice building a generic state dispatcher for button events. It feels a lot like GUI programming, but it ends up being really easy to work with. I'm going to try to get the rest of the series posted before my talk, but I might have to shift gears and work on my slides - I do have all of it written, but it was one loooooong post so I decided to break it up so people might actually read all of it. If anyone wants to peek into the future, I can pre-publish my drafts as I'm working on them, just ping me off list. Cheers, JJ -------------- next part -------------- I posted two more installments of my blog series that will be the basis for my talk later in the month. Part 2: [1]https://jjmojojjmojo.github.io/circuitpython-state-part-2.html Part 3: [2]https://jjmojojjmojo.github.io/circuitpython-state-part-3.html In these parts of the series, we talk about what state is (lots of real-world examples - I got to draw a chart showing the three common phases of water!), and model it with Python. It covers using simple variables, complex data structures, and lands on OOP. Then, we use state to 'debounce' buttons without blocking, and end by discussing how to do things when state changes, or "event detection". Next installment will put all this to practice building a generic state dispatcher for button events. It feels a lot like GUI programming, but it ends up being really easy to work with. I'm going to try to get the rest of the series posted before my talk, but I might have to shift gears and work on my slides - I do have all of it written, but it was one loooooong post so I decided to break it up so people might actually read all of it. If anyone wants to peek into the future, I can pre-publish my drafts as I'm working on them, just ping me off list. Cheers, JJ References Visible links 1. https://jjmojojjmojo.github.io/circuitpython-state-part-2.html 2. https://jjmojojjmojo.github.io/circuitpython-state-part-3.html From cbc at unc.edu Tue Sep 4 12:40:02 2018 From: cbc at unc.edu (Calloway, Chris) Date: Tue, 4 Sep 2018 16:40:02 +0000 Subject: [TriPython] Next (2!) Parts Of CircuitPython State Article Series Are Up In-Reply-To: References: Message-ID: <3CDBEEAA-D550-4373-BB46-C2C3FFA660E8@unc.edu> Are you using Jekyll for your blog pages? If so, you can add the Jekyll Atom feed plug-in and we can add your blog to planet.tripython.org: https://help.github.com/articles/atom-rss-feeds-for-github-pages/ Your old blog is linked there now. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 ?On 9/4/18, 11:55 AM, "TriZPUG on behalf of Josh Johnson" wrote: I posted two more installments of my blog series that will be the basis for my talk later in the month. Part 2: https://jjmojojjmojo.github.io/circuitpython-state-part-2.html Part 3: https://jjmojojjmojo.github.io/circuitpython-state-part-3.html In these parts of the series, we talk about what state is (lots of real-world examples - I got to draw a chart showing the three common phases of water!), and model it with Python. It covers using simple variables, complex data structures, and lands on OOP. Then, we use state to 'debounce' buttons without blocking, and end by discussing how to do things when state changes, or "event detection". Next installment will put all this to practice building a generic state dispatcher for button events. It feels a lot like GUI programming, but it ends up being really easy to work with. I'm going to try to get the rest of the series posted before my talk, but I might have to shift gears and work on my slides - I do have all of it written, but it was one loooooong post so I decided to break it up so people might actually read all of it. If anyone wants to peek into the future, I can pre-publish my drafts as I'm working on them, just ping me off list. Cheers, JJ From lionface.lemonface at gmail.com Tue Sep 4 14:25:12 2018 From: lionface.lemonface at gmail.com (Josh Johnson) Date: Tue, 4 Sep 2018 14:25:12 -0400 Subject: [TriPython] Next (2!) Parts Of CircuitPython State Article Series Are Up In-Reply-To: <3CDBEEAA-D550-4373-BB46-C2C3FFA660E8@unc.edu> References: <3CDBEEAA-D550-4373-BB46-C2C3FFA660E8@unc.edu> Message-ID: I'm actually using Pelican - for some reason the default config file that I generated a million years ago thinks that generating feeds is a bad idea during development, so they were all disabled *shrug*. ANYWAY, I got the feeds generating now. I have a main feed, in atom[1] and RSS[2]. It may be better for the aggregator to just use the python tag[3, 4]. It's your call. Thanks for reminding me about this! Cheers, JJ Note: right now, I get a 404 for the python tag *atom* feed[4], but the RSS one works (which is weird, since the other tags, like clojure and hardware are OK). I think it just hasn't propagated out to the CDNs or whatever github is doing that causes a delay. If it doesn't load for you right now, it should be working in the next few hours. I'll dig deeper if it's not working by tomorrow. [1] https://jjmojojjmojo.github.io/feeds/all.atom [2] https://jjmojojjmojo.github.io/feeds/all.rss [3] https://jjmojojjmojo.github.io/feeds/tag.python.rss [4] https://jjmojojjmojo.github.io/feeds/tag.python.atom On Tue, Sep 4, 2018 at 12:40 PM Calloway, Chris wrote: > Are you using Jekyll for your blog pages? If so, you can add the Jekyll > Atom feed plug-in and we can add your blog to planet.tripython.org: > > https://help.github.com/articles/atom-rss-feeds-for-github-pages/ > > Your old blog is linked there now. > > -- > Sincerely, > > Chris Calloway > Applications Analyst > University of North Carolina > Renaissance Computing Institute > (919) 599-3530 > > > ?On 9/4/18, 11:55 AM, "TriZPUG on behalf of Josh Johnson" > lionface.lemonface at gmail.com> wrote: > > I posted two more installments of my blog series that will be the > basis for > my talk later in the month. > > Part 2: https://jjmojojjmojo.github.io/circuitpython-state-part-2.html > Part 3: https://jjmojojjmojo.github.io/circuitpython-state-part-3.html > > In these parts of the series, we talk about what state is (lots of > real-world examples - I got to draw a chart showing the three common > phases > of water!), and model it with Python. It covers using simple variables, > complex data structures, and lands on OOP. > > Then, we use state to 'debounce' buttons without blocking, and end by > discussing how to do things when state changes, or "event detection". > > Next installment will put all this to practice building a generic state > dispatcher for button events. It feels a lot like GUI programming, but > it > ends up being really easy to work with. > > I'm going to try to get the rest of the series posted before my talk, > but I > might have to shift gears and work on my slides - I do have all of it > written, but it was one loooooong post so I decided to break it up so > people might actually read all of it. If anyone wants to peek into the > future, I can pre-publish my drafts as I'm working on them, just ping > me > off list. > > Cheers, > JJ > > > _______________________________________________ > TriZPUG mailing list > TriZPUG at python.org > https://mail.python.org/mailman/listinfo/trizpug > http://tripython.org is the Triangle Python Users Group > -------------- next part -------------- I'm actually using Pelican - for some reason the default config file that I generated a million years ago thinks that generating feeds is a bad idea during development, so they were all disabled *shrug*. ANYWAY, I got the feeds generating now. I have a main feed, in atom[1] and RSS[2]. It may be better for the aggregator to just use the python tag[3, 4]. It's your call. Thanks for reminding me about this! Cheers, JJ Note: right now, I get a 404 for the python tag *atom* feed[4], but the RSS one works (which is weird, since the other tags, like clojure and hardware are OK). I think it just hasn't propagated out to the CDNs or whatever github is doing that causes a delay. If it doesn't load for you right now, it should be working in the next few hours. I'll dig deeper if it's not working by tomorrow. [1] [1]https://jjmojojjmojo.github.io/feeds/all.atom [2] [2]https://jjmojojjmojo.github.io/feeds/all.rss [3] [3]https://jjmojojjmojo.github.io/feeds/tag.python.rss [4] [4]https://jjmojojjmojo.github.io/feeds/tag.python.atom On Tue, Sep 4, 2018 at 12:40 PM Calloway, Chris <[5]cbc at unc.edu> wrote: Are you using Jekyll for your blog pages? If so, you can add the Jekyll Atom feed plug-in and we can add your blog to [6]planet.tripython.org: [7]https://help.github.com/articles/atom-rss-feeds-for-github-pages/ Your old blog is linked there now. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 ***On 9/4/18, 11:55 AM, "TriZPUG on behalf of Josh Johnson" wrote: ** ** I posted two more installments of my blog series that will be the basis for ** ** my talk later in the month. ** ** Part 2: [10]https://jjmojojjmojo.github.io/circuitpython-state-part-2.html ** ** Part 3: [11]https://jjmojojjmojo.github.io/circuitpython-state-part-3.html ** ** In these parts of the series, we talk about what state is (lots of ** ** real-world examples - I got to draw a chart showing the three common phases ** ** of water!), and model it with Python. It covers using simple variables, ** ** complex data structures, and lands on OOP. ** ** Then, we use state to 'debounce' buttons without blocking, and end by ** ** discussing how to do things when state changes, or "event detection". ** ** Next installment will put all this to practice building a generic state ** ** dispatcher for button events. It feels a lot like GUI programming, but it ** ** ends up being really easy to work with. ** ** I'm going to try to get the rest of the series posted before my talk, but I ** ** might have to shift gears and work on my slides - I do have all of it ** ** written, but it was one loooooong post so I decided to break it up so ** ** people might actually read all of it. If anyone wants to peek into the ** ** future, I can pre-publish my drafts as I'm working on them, just ping me ** ** off list. ** ** Cheers, ** ** JJ _______________________________________________ TriZPUG mailing list [12]TriZPUG at python.org [13]https://mail.python.org/mailman/listinfo/trizpug [14]http://tripython.org is the Triangle Python Users Group References Visible links 1. https://jjmojojjmojo.github.io/feeds/all.atom 2. https://jjmojojjmojo.github.io/feeds/all.rss 3. https://jjmojojjmojo.github.io/feeds/tag.python.rss 4. https://jjmojojjmojo.github.io/feeds/tag.python.atom 5. mailto:cbc at unc.edu 6. http://planet.tripython.org/ 7. https://help.github.com/articles/atom-rss-feeds-for-github-pages/ 8. mailto:unc.edu at python.org 9. mailto:lionface.lemonface at gmail.com 10. https://jjmojojjmojo.github.io/circuitpython-state-part-2.html 11. https://jjmojojjmojo.github.io/circuitpython-state-part-3.html 12. mailto:TriZPUG at python.org 13. https://mail.python.org/mailman/listinfo/trizpug 14. http://tripython.org/ From cbc at unc.edu Tue Sep 4 16:02:11 2018 From: cbc at unc.edu (Calloway, Chris) Date: Tue, 4 Sep 2018 20:02:11 +0000 Subject: [TriPython] Next (2!) Parts Of CircuitPython State Article Series Are Up In-Reply-To: References: <3CDBEEAA-D550-4373-BB46-C2C3FFA660E8@unc.edu> Message-ID: <4820610F-F043-4DF1-9992-B6037C91E05D@unc.edu> It worked: http://planet.tripython.org/ I used the python RSS feed. Thanks! -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 ?On 9/4/18, 2:25 PM, "TriZPUG on behalf of Josh Johnson" wrote: I'm actually using Pelican - for some reason the default config file that I generated a million years ago thinks that generating feeds is a bad idea during development, so they were all disabled *shrug*. ANYWAY, I got the feeds generating now. I have a main feed, in atom[1] and RSS[2]. It may be better for the aggregator to just use the python tag[3, 4]. It's your call. Thanks for reminding me about this! Cheers, JJ Note: right now, I get a 404 for the python tag *atom* feed[4], but the RSS one works (which is weird, since the other tags, like clojure and hardware are OK). I think it just hasn't propagated out to the CDNs or whatever github is doing that causes a delay. If it doesn't load for you right now, it should be working in the next few hours. I'll dig deeper if it's not working by tomorrow. [1] https://jjmojojjmojo.github.io/feeds/all.atom [2] https://jjmojojjmojo.github.io/feeds/all.rss [3] https://jjmojojjmojo.github.io/feeds/tag.python.rss [4] https://jjmojojjmojo.github.io/feeds/tag.python.atom On Tue, Sep 4, 2018 at 12:40 PM Calloway, Chris wrote: > Are you using Jekyll for your blog pages? If so, you can add the Jekyll > Atom feed plug-in and we can add your blog to planet.tripython.org: > > https://help.github.com/articles/atom-rss-feeds-for-github-pages/ > > Your old blog is linked there now. > > -- > Sincerely, > > Chris Calloway > Applications Analyst > University of North Carolina > Renaissance Computing Institute > (919) 599-3530 > > > On 9/4/18, 11:55 AM, "TriZPUG on behalf of Josh Johnson" > lionface.lemonface at gmail.com> wrote: > > I posted two more installments of my blog series that will be the > basis for > my talk later in the month. > > Part 2: https://jjmojojjmojo.github.io/circuitpython-state-part-2.html > Part 3: https://jjmojojjmojo.github.io/circuitpython-state-part-3.html > > In these parts of the series, we talk about what state is (lots of > real-world examples - I got to draw a chart showing the three common > phases > of water!), and model it with Python. It covers using simple variables, > complex data structures, and lands on OOP. > > Then, we use state to 'debounce' buttons without blocking, and end by > discussing how to do things when state changes, or "event detection". > > Next installment will put all this to practice building a generic state > dispatcher for button events. It feels a lot like GUI programming, but > it > ends up being really easy to work with. > > I'm going to try to get the rest of the series posted before my talk, > but I > might have to shift gears and work on my slides - I do have all of it > written, but it was one loooooong post so I decided to break it up so > people might actually read all of it. If anyone wants to peek into the > future, I can pre-publish my drafts as I'm working on them, just ping > me > off list. > > Cheers, > JJ > > > _______________________________________________ > TriZPUG mailing list > TriZPUG at python.org > https://mail.python.org/mailman/listinfo/trizpug > http://tripython.org is the Triangle Python Users Group > From thedizzle at gmail.com Thu Sep 6 09:11:56 2018 From: thedizzle at gmail.com (Eric Dill) Date: Thu, 6 Sep 2018 09:11:56 -0400 Subject: [TriPython] More info on Jupyter Day References: Message-ID: ok actually cc'ing tripython this time... On Thu, Sep 6, 2018 at 9:11 AM Eric Dill wrote: > [+tripython users group] > > Hi Colin, > > I'm cc'ing the tripython mailing list as I'm sure that someone on that > list will have more information. > > Best, > > Eric > > On Wed, Sep 5, 2018 at 12:08 PM Colin Copeland > wrote: > >> Hello, >> >> I noticed Jupyter Day mentioned on Twitter >> a few >> days ago. I'm reaching out to see if there's more information about the >> event, including talks/tutorials, that can be shared. I'm excited to learn >> more. >> >> Thanks! >> Colin >> >> -- >> >> >> *Colin Copeland*Chief Technical Officer >> >> copelco at caktusgroup.com >> www.caktusgroup.com >> > > > -- > Eric Dill, PhD > @chemisist > github.com/ericdill > -- Eric Dill, PhD @chemisist github.com/ericdill -------------- next part -------------- ok actually cc'ing tripython this time... On Thu, Sep 6, 2018 at 9:11 AM Eric Dill <[1]thedizzle at gmail.com> wrote: [+tripython users group] Hi Colin, I'm cc'ing the tripython mailing list as I'm sure that someone on that list will have more information. Best, Eric On Wed, Sep 5, 2018 at 12:08 PM Colin Copeland <[2]copelco at caktusgroup.com> wrote: Hello, I noticed Jupyter Day mentioned on [3]Twitter**a few days ago. I'm reaching out to see if there's more information about the event, including talks/tutorials, that can be shared. I'm excited to learn more. Thanks! Colin -- Colin Copeland Chief Technical Officer [4]copelco at caktusgroup.com [5]www.caktusgroup.com -- Eric Dill, PhD @chemisist [6]github.com/ericdill -- Eric Dill, PhD @chemisist [7]github.com/ericdill References Visible links 1. mailto:thedizzle at gmail.com 2. mailto:copelco at caktusgroup.com 3. https://twitter.com/pydatatriangle/status/1035611483097509893 4. mailto:copelco at caktusgroup.com 5. http://www.caktusgroup.com/ 6. http://github.com/ericdill 7. http://github.com/ericdill From cbc at unc.edu Thu Sep 6 09:44:49 2018 From: cbc at unc.edu (Calloway, Chris) Date: Thu, 6 Sep 2018 13:44:49 +0000 Subject: [TriPython] More info on Jupyter Day In-Reply-To: References: Message-ID: <6B600466-94D0-427F-BCE2-0A0EF6D819A7@unc.edu> I provided Colin with potential sponsor draft information offline. A formal announcement is coming. We need the deposit on the venue paid first. The UNC Libraries will make the announcement first. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 On 9/6/18, 9:12 AM, "Eric Dill" > wrote: ok actually cc'ing tripython this time... On Thu, Sep 6, 2018 at 9:11 AM Eric Dill > wrote: [+tripython users group] Hi Colin, I'm cc'ing the tripython mailing list as I'm sure that someone on that list will have more information. Best, Eric On Wed, Sep 5, 2018 at 12:08 PM Colin Copeland > wrote: Hello, I noticed Jupyter Day mentioned on Twitter a few days ago. I'm reaching out to see if there's more information about the event, including talks/tutorials, that can be shared. I'm excited to learn more. Thanks! Colin -- Colin Copeland Chief Technical Officer copelco at caktusgroup.com www.caktusgroup.com -- Eric Dill, PhD @chemisist github.com/ericdill -- Eric Dill, PhD @chemisist github.com/ericdill -------------- next part -------------- I provided Colin with potential sponsor draft information offline. A formal announcement is coming. We need the deposit on the venue paid first. The UNC Libraries will make the announcement first. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 On 9/6/18, 9:12 AM, "Eric Dill" <[1]thedizzle at gmail.com> wrote: ok actually cc'ing tripython this time... On Thu, Sep 6, 2018 at 9:11 AM Eric Dill <[2]thedizzle at gmail.com> wrote: [+tripython users group] Hi Colin, I'm cc'ing the tripython mailing list as I'm sure that someone on that list will have more information. Best, Eric On Wed, Sep 5, 2018 at 12:08 PM Colin Copeland <[3]copelco at caktusgroup.com> wrote: Hello, I noticed Jupyter Day mentioned on [4]Twitter a few days ago. I'm reaching out to see if there's more information about the event, including talks/tutorials, that can be shared. I'm excited to learn more. Thanks! Colin -- Colin Copeland Chief Technical Officer [5]copelco at caktusgroup.com [6]www.caktusgroup.com -- Eric Dill, PhD @chemisist [7]github.com/ericdill -- Eric Dill, PhD @chemisist [8]github.com/ericdill References Visible links 1. mailto:thedizzle at gmail.com 2. mailto:thedizzle at gmail.com 3. mailto:copelco at caktusgroup.com 4. https://twitter.com/pydatatriangle/status/1035611483097509893 5. mailto:copelco at caktusgroup.com 6. http://www.caktusgroup.com/ 7. http://github.com/ericdill 8. http://github.com/ericdill From cbc at unc.edu Mon Sep 10 10:00:43 2018 From: cbc at unc.edu (Calloway, Chris) Date: Mon, 10 Sep 2018 14:00:43 +0000 Subject: [TriPython] Reminder: Chapel Hill Project Night This Week Message-ID: We will be congregating on Wednesday at RENCI. Pizza included. http://tripython.org/Members/cbc/sept-18-chpn When: Wednesday, September 12, 6-9pm Where: Renaissance Computing Institute (RENCI), Biltmore Conference Room, 5th Floor, Europa Center, 100 Europa Drive, Suite 590, Chapel Hill What: Chapel Hill Project Night meets on second Wednesdays. Have a project you want to show off, share, seek help with, or just get some work done surrounded by like-minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired by! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Plenty of free after hours parking is available in the RENCI parking deck. Bring your laptop. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 -------------- next part -------------- We will be congregating on Wednesday at RENCI. Pizza included. http://tripython.org/Members/cbc/sept-18-chpn When: Wednesday, September 12, 6-9pm Where: Renaissance Computing Institute (RENCI), Biltmore Conference Room, 5th Floor, Europa Center, 100 Europa Drive, Suite 590, Chapel Hill What: Chapel Hill Project Night meets on second Wednesdays. Have a project you want to show off, share, seek help with, or just get some work done surrounded by like-minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired by! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Plenty of free after hours parking is available in the RENCI parking deck. Bring your laptop. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 From cbc at unc.edu Mon Sep 10 11:29:35 2018 From: cbc at unc.edu (Calloway, Chris) Date: Mon, 10 Sep 2018 15:29:35 +0000 Subject: [TriPython] Jupyter Day in the Triangle - Tuesday, November 13 Message-ID: You are the first to know that a limited number of tickets are now on sale: https://www.eventbrite.com/e/jupyter-day-in-the-triangle-tickets-48813059174 -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 -------------- next part -------------- You are the first to know that a limited number of tickets are now on sale: https://www.eventbrite.com/e/jupyter-day-in-the-triangle-tickets-48813059174 -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 From cbc at unc.edu Tue Sep 11 11:39:21 2018 From: cbc at unc.edu (Calloway, Chris) Date: Tue, 11 Sep 2018 15:39:21 +0000 Subject: [TriPython] Canceled: Chapel Hill Project Night This Week Message-ID: <1671FFDF-C169-44A3-A31F-FD76A07005A7@unc.edu> On Wednesday evening around 9pm, Florence will still be pretty far out at sea, though the first bands will be whipping the coastal areas. I think it *might* be safe to have project night this week. However, UNC, and thereby RENCI, will be closed at 5pm on Wednesday. The building management company for RENCI has not yet decided whether to lock the doors yet or not, but there's a good chance of that happening as UNC takes up about half the building and I want to give you as much advance notice as possible. Therefore, there will be no Chapel Hill Project Night this week. Sorry. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 ?On 9/10/18, 10:00 AM, "TriZPUG on behalf of Calloway, Chris" wrote: We will be congregating on Wednesday at RENCI. Pizza included. http://tripython.org/Members/cbc/sept-18-chpn When: Wednesday, September 12, 6-9pm Where: Renaissance Computing Institute (RENCI), Biltmore Conference Room, 5th Floor, Europa Center, 100 Europa Drive, Suite 590, Chapel Hill What: Chapel Hill Project Night meets on second Wednesdays. Have a project you want to show off, share, seek help with, or just get some work done surrounded by like-minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired by! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Plenty of free after hours parking is available in the RENCI parking deck. Bring your laptop. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 From rexadwyer at gmail.com Tue Sep 11 18:59:12 2018 From: rexadwyer at gmail.com (Rex Dwyer) Date: Tue, 11 Sep 2018 18:59:12 -0400 Subject: [TriPython] TriZPUG Digest, Vol 125, Issue 6 In-Reply-To: References: Message-ID: I guess if ?Mr Hurricane? says there should be no meeting? On Tue, Sep 11, 2018 at 12:00 PM wrote: > Send TriZPUG mailing list submissions to > trizpug at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/trizpug > or, via email, send a message with subject or body 'help' to > trizpug-request at python.org > > You can reach the person managing the list at > trizpug-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of TriZPUG digest..." > Today's Topics: > > 1. Canceled: Chapel Hill Project Night This Week (Calloway, Chris) > > > > ---------- Forwarded message ---------- > From: "Calloway, Chris" > To: "Triangle (North Carolina) Python Users Group (formerly TriZPUG)" < > trizpug at python.org> > Cc: > Bcc: > Date: Tue, 11 Sep 2018 15:39:21 +0000 > Subject: [TriPython] Canceled: Chapel Hill Project Night This Week > On Wednesday evening around 9pm, Florence will still be pretty far out at > sea, though the first bands will be whipping the coastal areas. I think it > *might* be safe to have project night this week. However, UNC, and thereby > RENCI, will be closed at 5pm on Wednesday. The building management company > for RENCI has not yet decided whether to lock the doors yet or not, but > there's a good chance of that happening as UNC takes up about half the > building and I want to give you as much advance notice as possible. > > Therefore, there will be no Chapel Hill Project Night this week. Sorry. > > -- > Sincerely, > > Chris Calloway > Applications Analyst > University of North Carolina > Renaissance Computing Institute > (919) 599-3530 > > > ?On 9/10/18, 10:00 AM, "TriZPUG on behalf of Calloway, Chris" > wrote: > > We will be congregating on Wednesday at RENCI. Pizza included. > > http://tripython.org/Members/cbc/sept-18-chpn > > When: Wednesday, September 12, 6-9pm > Where: Renaissance Computing Institute (RENCI), Biltmore Conference > Room, 5th Floor, Europa Center, 100 Europa Drive, Suite 590, Chapel Hill > What: Chapel Hill Project Night meets on second Wednesdays. Have a > project you want to show off, share, seek help with, or just get some work > done surrounded by like-minded Python lovers? Join us for our monthly > project night and do just that! Don't have something to work on? Just need > some help with Python? Show up and enjoy the energy, sprint on an open > source project, find something interesting to contribute to or be inspired > by! The setting is informal and there is no schedule, so don't worry if you > show up past the start time. Whether you are a Python newbie needing help > or have an open source project you want to share, come hang out and hack. > Plenty of free after hours parking is available in the RENCI parking deck. > Bring your laptop. > > -- > Sincerely, > > Chris Calloway > Applications Analyst > University of North Carolina > Renaissance Computing Institute > (919) 599-3530 > > > > _______________________________________________ > TriZPUG mailing list > TriZPUG at python.org > https://mail.python.org/mailman/listinfo/trizpug > http://tripython.org is the Triangle Python Users Group > -- Rex A. Dwyer, PhD -------------- next part -------------- I guess if ***Mr Hurricane*** says there should be no meeting***** On Tue, Sep 11, 2018 at 12:00 PM <[1]trizpug-request at python.org> wrote: Send TriZPUG mailing list submissions to ** ** ** ** [2]trizpug at python.org To subscribe or unsubscribe via the World Wide Web, visit ** ** ** ** [3]https://mail.python.org/mailman/listinfo/trizpug or, via email, send a message with subject or body 'help' to ** ** ** ** [4]trizpug-request at python.org You can reach the person managing the list at ** ** ** ** [5]trizpug-owner at python.org When replying, please edit your Subject line so it is more specific than "Re: Contents of TriZPUG digest..." Today's Topics: ** **1. Canceled: Chapel Hill Project Night This Week (Calloway, Chris) ---------- Forwarded message ---------- From:**"Calloway, Chris" <[6]cbc at unc.edu> To:**"Triangle (North Carolina) Python Users Group (formerly TriZPUG)" <[7]trizpug at python.org> Cc:** Bcc:** Date:**Tue, 11 Sep 2018 15:39:21 +0000 Subject:**[TriPython] Canceled: Chapel Hill Project Night This Week On Wednesday evening around 9pm, Florence will still be pretty far out at sea, though the first bands will be whipping the coastal areas. I think it *might* be safe to have project night this week. However, UNC, and thereby RENCI, will be closed at 5pm on Wednesday. The building management company for RENCI has not yet decided whether to lock the doors yet or not, but there's a good chance of that happening as UNC takes up about half the building and I want to give you as much advance notice as possible. Therefore, there will be no Chapel Hill Project Night this week. Sorry. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 ***On 9/10/18, 10:00 AM, "TriZPUG on behalf of Calloway, Chris" wrote: ** ** We will be congregating on Wednesday at RENCI. Pizza included. ** ** [10]http://tripython.org/Members/cbc/sept-18-chpn ** ** When: Wednesday, September 12, 6-9pm ** ** Where: Renaissance Computing Institute (RENCI), Biltmore Conference Room, 5th Floor, Europa Center, 100 Europa Drive, Suite 590, Chapel Hill ** ** What: Chapel Hill Project Night meets on second Wednesdays. Have a project you want to show off, share, seek help with, or just get some work done surrounded by like-minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired by! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Plenty of free after hours parking is available in the RENCI parking deck. Bring your laptop. ** ** -- ** ** Sincerely, ** ** Chris Calloway ** ** Applications Analyst ** ** University of North Carolina ** ** Renaissance Computing Institute ** ** (919) 599-3530 _______________________________________________ TriZPUG mailing list [11]TriZPUG at python.org [12]https://mail.python.org/mailman/listinfo/trizpug [13]http://tripython.org is the Triangle Python Users Group -- Rex A. Dwyer, PhD References Visible links 1. mailto:trizpug-request at python.org 2. mailto:trizpug at python.org 3. https://mail.python.org/mailman/listinfo/trizpug 4. mailto:trizpug-request at python.org 5. mailto:trizpug-owner at python.org 6. mailto:cbc at unc.edu 7. mailto:trizpug at python.org 8. mailto:unc.edu at python.org 9. mailto:cbc at unc.edu 10. http://tripython.org/Members/cbc/sept-18-chpn 11. mailto:TriZPUG at python.org 12. https://mail.python.org/mailman/listinfo/trizpug 13. http://tripython.org/ From cbc at unc.edu Tue Sep 11 22:07:35 2018 From: cbc at unc.edu (Calloway, Chris) Date: Wed, 12 Sep 2018 02:07:35 +0000 Subject: [TriPython] TriZPUG Digest, Vol 125, Issue 6 In-Reply-To: References: Message-ID: If it were up to me, I'd say let's have it. But the building will be closed an hour before we were due to start. We could have it at your house, Rex. ( -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 ?On 9/11/18, 6:59 PM, "TriZPUG on behalf of Rex Dwyer" wrote: I guess if ?Mr Hurricane? says there should be no meeting? On Tue, Sep 11, 2018 at 12:00 PM wrote: > Send TriZPUG mailing list submissions to > trizpug at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/trizpug > or, via email, send a message with subject or body 'help' to > trizpug-request at python.org > > You can reach the person managing the list at > trizpug-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of TriZPUG digest..." > Today's Topics: > > 1. Canceled: Chapel Hill Project Night This Week (Calloway, Chris) > > > > ---------- Forwarded message ---------- > From: "Calloway, Chris" > To: "Triangle (North Carolina) Python Users Group (formerly TriZPUG)" < > trizpug at python.org> > Cc: > Bcc: > Date: Tue, 11 Sep 2018 15:39:21 +0000 > Subject: [TriPython] Canceled: Chapel Hill Project Night This Week > On Wednesday evening around 9pm, Florence will still be pretty far out at > sea, though the first bands will be whipping the coastal areas. I think it > *might* be safe to have project night this week. However, UNC, and thereby > RENCI, will be closed at 5pm on Wednesday. The building management company > for RENCI has not yet decided whether to lock the doors yet or not, but > there's a good chance of that happening as UNC takes up about half the > building and I want to give you as much advance notice as possible. > > Therefore, there will be no Chapel Hill Project Night this week. Sorry. > > -- > Sincerely, > > Chris Calloway > Applications Analyst > University of North Carolina > Renaissance Computing Institute > (919) 599-3530 > > > On 9/10/18, 10:00 AM, "TriZPUG on behalf of Calloway, Chris" > wrote: > > We will be congregating on Wednesday at RENCI. Pizza included. > > http://tripython.org/Members/cbc/sept-18-chpn > > When: Wednesday, September 12, 6-9pm > Where: Renaissance Computing Institute (RENCI), Biltmore Conference > Room, 5th Floor, Europa Center, 100 Europa Drive, Suite 590, Chapel Hill > What: Chapel Hill Project Night meets on second Wednesdays. Have a > project you want to show off, share, seek help with, or just get some work > done surrounded by like-minded Python lovers? Join us for our monthly > project night and do just that! Don't have something to work on? Just need > some help with Python? Show up and enjoy the energy, sprint on an open > source project, find something interesting to contribute to or be inspired > by! The setting is informal and there is no schedule, so don't worry if you > show up past the start time. Whether you are a Python newbie needing help > or have an open source project you want to share, come hang out and hack. > Plenty of free after hours parking is available in the RENCI parking deck. > Bring your laptop. > > -- > Sincerely, > > Chris Calloway > Applications Analyst > University of North Carolina > Renaissance Computing Institute > (919) 599-3530 > > > > _______________________________________________ > TriZPUG mailing list > TriZPUG at python.org > https://mail.python.org/mailman/listinfo/trizpug > http://tripython.org is the Triangle Python Users Group > -- Rex A. Dwyer, PhD From aikimark at aol.com Wed Sep 12 06:26:53 2018 From: aikimark at aol.com (Mark Hutchinson) Date: Wed, 12 Sep 2018 06:26:53 -0400 Subject: [TriPython] A 'Pythonic' Daily WTF Message-ID: <165cd51c865-1ebf-16cfa@webjas-vad034.srv.aolmail.net> As Florence approaches, here's a story to 'lighten' your spirits: https://thedailywtf.com/articles/wear-a-dunder-cap -------------- next part -------------- As Florence approaches, here's a story to 'lighten' your spirits: https://thedailywtf.com/articles/wear-a-dunder-cap From cbc at unc.edu Wed Sep 12 11:17:49 2018 From: cbc at unc.edu (Calloway, Chris) Date: Wed, 12 Sep 2018 15:17:49 +0000 Subject: [TriPython] A 'Pythonic' Daily WTF In-Reply-To: <165cd51c865-1ebf-16cfa@webjas-vad034.srv.aolmail.net> References: <165cd51c865-1ebf-16cfa@webjas-vad034.srv.aolmail.net> Message-ID: Pythonic = doing thing the Python was with Python idioms. Especially ones that take advantage of Python as just a bunch of dictionaries. Dunder methods = pythonic (and not magic; they are explicit; every operators association with a particular dunder method is well known). Programmatically setting an increasing recursion limit = insane (i.e., not pythonic). Just because you can do something with a dunder method doesn't make it pythonic. I like that description, "footgun," though. That was funny. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 ?On 9/12/18, 6:26 AM, "TriZPUG on behalf of Mark Hutchinson via TriZPUG" wrote: As Florence approaches, here's a story to 'lighten' your spirits: https://thedailywtf.com/articles/wear-a-dunder-cap From rexadwyer at gmail.com Sun Sep 16 21:30:20 2018 From: rexadwyer at gmail.com (Rex Dwyer) Date: Sun, 16 Sep 2018 21:30:20 -0400 Subject: [TriPython] Formerly known as Prince In-Reply-To: References: Message-ID: I wondered how much longer the group would be ?formerly TriZPug?? It?s been formerly something ever since I started coming more than 3 years ago. Also. Does anyone know the Unicode character for the musician formerly known as Prince? On Wed, Sep 12, 2018 at 12:00 PM wrote: > Send TriZPUG mailing list submissions to > trizpug at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/trizpug > or, via email, send a message with subject or body 'help' to > trizpug-request at python.org > > You can reach the person managing the list at > trizpug-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of TriZPUG digest..." > Today's Topics: > > 1. Re: A 'Pythonic' Daily WTF (Calloway, Chris) > > > > ---------- Forwarded message ---------- > From: "Calloway, Chris" > To: "Triangle (North Carolina) Python Users Group (formerly TriZPUG)" < > trizpug at python.org> > Cc: Mark Hutchinson > Bcc: > Date: Wed, 12 Sep 2018 15:17:49 +0000 > Subject: Re: [TriPython] A 'Pythonic' Daily WTF > Pythonic = doing thing the Python was with Python idioms. Especially ones > that take advantage of Python as just a bunch of dictionaries. > > Dunder methods = pythonic (and not magic; they are explicit; every > operators association with a particular dunder method is well known). > > Programmatically setting an increasing recursion limit = insane (i.e., not > pythonic). Just because you can do something with a dunder method doesn't > make it pythonic. > > I like that description, "footgun," though. That was funny. > > -- > Sincerely, > > Chris Calloway > Applications Analyst > University of North Carolina > Renaissance Computing Institute > (919) 599-3530 > > > ?On 9/12/18, 6:26 AM, "TriZPUG on behalf of Mark Hutchinson via TriZPUG" > > wrote: > > > As Florence approaches, here's a story to 'lighten' your spirits: > https://thedailywtf.com/articles/wear-a-dunder-cap > > _______________________________________________ > TriZPUG mailing list > TriZPUG at python.org > https://mail.python.org/mailman/listinfo/trizpug > http://tripython.org is the Triangle Python Users Group > -- Rex A. Dwyer, PhD -------------- next part -------------- I wondered how much longer the group would be ***formerly TriZPug***?** It***s been formerly something ever since I started coming more than 3 years ago. Also. Does anyone know the Unicode character for the musician formerly known as Prince? On Wed, Sep 12, 2018 at 12:00 PM <[1]trizpug-request at python.org> wrote: Send TriZPUG mailing list submissions to ** ** ** ** [2]trizpug at python.org To subscribe or unsubscribe via the World Wide Web, visit ** ** ** ** [3]https://mail.python.org/mailman/listinfo/trizpug or, via email, send a message with subject or body 'help' to ** ** ** ** [4]trizpug-request at python.org You can reach the person managing the list at ** ** ** ** [5]trizpug-owner at python.org When replying, please edit your Subject line so it is more specific than "Re: Contents of TriZPUG digest..." Today's Topics: ** **1. Re: A 'Pythonic' Daily WTF (Calloway, Chris) ---------- Forwarded message ---------- From:**"Calloway, Chris" <[6]cbc at unc.edu> To:**"Triangle (North Carolina) Python Users Group (formerly TriZPUG)" <[7]trizpug at python.org> Cc:**Mark Hutchinson <[8]aikimark at aol.com> Bcc:** Date:**Wed, 12 Sep 2018 15:17:49 +0000 Subject:**Re: [TriPython] A 'Pythonic' Daily WTF Pythonic = doing thing the Python was with Python idioms. Especially ones that take advantage of Python as just a bunch of dictionaries. Dunder methods = pythonic (and not magic; they are explicit; every operators association with a particular dunder method is well known). Programmatically setting an increasing recursion limit = insane (i.e., not pythonic). Just because you can do something with a dunder method doesn't make it pythonic. I like that description, "footgun," though. That was funny. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 ***On 9/12/18, 6:26 AM, "TriZPUG on behalf of Mark Hutchinson via TriZPUG" wrote: ** ** As Florence approaches, here's a story to 'lighten' your spirits: ** ** [11]https://thedailywtf.com/articles/wear-a-dunder-cap _______________________________________________ TriZPUG mailing list [12]TriZPUG at python.org [13]https://mail.python.org/mailman/listinfo/trizpug [14]http://tripython.org is the Triangle Python Users Group -- Rex A. Dwyer, PhD References Visible links 1. mailto:trizpug-request at python.org 2. mailto:trizpug at python.org 3. https://mail.python.org/mailman/listinfo/trizpug 4. mailto:trizpug-request at python.org 5. mailto:trizpug-owner at python.org 6. mailto:cbc at unc.edu 7. mailto:trizpug at python.org 8. mailto:aikimark at aol.com 9. mailto:unc.edu at python.org 10. mailto:trizpug at python.org 11. https://thedailywtf.com/articles/wear-a-dunder-cap 12. mailto:TriZPUG at python.org 13. https://mail.python.org/mailman/listinfo/trizpug 14. http://tripython.org/ From jim at ibang.com Sun Sep 16 23:06:00 2018 From: jim at ibang.com (Jim Allman) Date: Sun, 16 Sep 2018 23:06:00 -0400 Subject: [TriPython] Formerly known as Prince In-Reply-To: References: Message-ID: On Sep 16, 2018, at 9:30 PM, Rex Dwyer wrote: > > I wondered how much longer the group would be ***formerly TriZPug***?** > It***s been formerly something ever since I started coming more than 3 > years ago. Still true, but no longer interesting. (sigh) > Also. Does anyone know the Unicode character for the musician formerly > known as Prince? There is none yet. Sign the petition! https://www.change.org/p/unicode-consortium-add-the-prince-symbol-as-an-official-unicode-glyph =jimA= Jim Allman Interrobang Digital Media http://www.ibang.com/ (919) 649-5760 -------------- next part -------------- On Sep 16, 2018, at 9:30 PM, Rex Dwyer <[1]rexadwyer at gmail.com> wrote: I wondered how much longer the group would be ***formerly TriZPug***?** It***s been formerly something ever since I started coming more than 3 years ago. Still true, but no longer interesting. (sigh) Also. Does anyone know the Unicode character for the musician formerly known as Prince? There is none yet. Sign the petition! [2]https://www.change.org/p/unicode-consortium-add-the-prince-symbol-as-an-official-unicode-glyph =jimA= Jim Allman Interrobang Digital Media [3]http://www.ibang.com/ (919) 649-5760 References Visible links 1. mailto:rexadwyer at gmail.com 2. https://www.change.org/p/unicode-consortium-add-the-prince-symbol-as-an-official-unicode-glyph 3. http://www.ibang.com/ From leslie.sox at gmail.com Mon Sep 17 07:12:20 2018 From: leslie.sox at gmail.com (Leslie Sox) Date: Mon, 17 Sep 2018 07:12:20 -0400 Subject: [TriPython] Formerly known as Prince In-Reply-To: References: Message-ID: This is the emoji formally known as a prince U+1f934 https://unicode.org/emoji/charts/full-emoji-list.html#1f934 Thanks & Warm Regards, Leslie John Sox Computer Science and Engineering Raleigh, NC (919) 931-5644 leslie.sox at gmail.com ? ?? ?? ??)????*? ? ? ??+. ??? ??+ ??) .? ??.?*??) ?.?*?) (?.?? (?.?' ? On Sun, Sep 16, 2018 at 9:31 PM Rex Dwyer wrote: > I wondered how much longer the group would be ***formerly TriZPug***?** > It***s been formerly something ever since I started coming more than 3 > years ago. > Also. Does anyone know the Unicode character for the musician formerly > known as Prince? > On Wed, Sep 12, 2018 at 12:00 PM <[1]trizpug-request at python.org> wrote: > > Send TriZPUG mailing list submissions to > ** ** ** ** [2]trizpug at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > ** ** ** ** [3]https://mail.python.org/mailman/listinfo/trizpug > or, via email, send a message with subject or body 'help' to > ** ** ** ** [4]trizpug-request at python.org > > You can reach the person managing the list at > ** ** ** ** [5]trizpug-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of TriZPUG digest..." > Today's Topics: > > ** **1. Re: A 'Pythonic' Daily WTF (Calloway, Chris) > > ---------- Forwarded message ---------- > From:**"Calloway, Chris" <[6]cbc at unc.edu> > To:**"Triangle (North Carolina) Python Users Group (formerly TriZPUG)" > <[7]trizpug at python.org> > Cc:**Mark Hutchinson <[8]aikimark at aol.com> > Bcc:** > Date:**Wed, 12 Sep 2018 15:17:49 +0000 > Subject:**Re: [TriPython] A 'Pythonic' Daily WTF > Pythonic = doing thing the Python was with Python idioms. Especially > ones that take advantage of Python as just a bunch of dictionaries. > > Dunder methods = pythonic (and not magic; they are explicit; every > operators association with a particular dunder method is well known). > > Programmatically setting an increasing recursion limit = insane (i.e., > not pythonic). Just because you can do something with a dunder method > doesn't make it pythonic. > > I like that description, "footgun," though. That was funny. > > -- > Sincerely, > > Chris Calloway > Applications Analyst > University of North Carolina > Renaissance Computing Institute > (919) 599-3530 > > ***On 9/12/18, 6:26 AM, "TriZPUG on behalf of Mark Hutchinson via > TriZPUG" [10]trizpug at python.org> wrote: > > ** ** As Florence approaches, here's a story to 'lighten' your > spirits: > ** ** [11]https://thedailywtf.com/articles/wear-a-dunder-cap > > _______________________________________________ > TriZPUG mailing list > [12]TriZPUG at python.org > [13]https://mail.python.org/mailman/listinfo/trizpug > [14]http://tripython.org is the Triangle Python Users Group > > -- > Rex A. Dwyer, PhD > > References > > Visible links > 1. mailto:trizpug-request at python.org > 2. mailto:trizpug at python.org > 3. https://mail.python.org/mailman/listinfo/trizpug > 4. mailto:trizpug-request at python.org > 5. mailto:trizpug-owner at python.org > 6. mailto:cbc at unc.edu > 7. mailto:trizpug at python.org > 8. mailto:aikimark at aol.com > 9. mailto:unc.edu at python.org > 10. mailto:trizpug at python.org > 11. https://thedailywtf.com/articles/wear-a-dunder-cap > 12. mailto:TriZPUG at python.org > 13. https://mail.python.org/mailman/listinfo/trizpug > 14. http://tripython.org/ > _______________________________________________ > TriZPUG mailing list > TriZPUG at python.org > https://mail.python.org/mailman/listinfo/trizpug > http://tripython.org is the Triangle Python Users Group > -------------- next part -------------- This is the emoji formally known as a prince U+1f934 [1]https://unicode.org/emoji/charts/full-emoji-list.html#1f934 Thanks & Warm Regards, Leslie John Sox Computer Science and Engineering Raleigh, NC (919) 931-5644 [2]leslie.sox at gmail.com *** **** **** ****)**************** ********* *** ***************+. **************************+ ****) ***************************.** ****.*******) **.*****) ******************************(**.**** (**.**' *** On Sun, Sep 16, 2018 at 9:31 PM Rex Dwyer <[3]rexadwyer at gmail.com> wrote: ** **I wondered how much longer the group would be ***formerly TriZPug***?** ** **It***s been formerly something ever since I started coming more than 3 ** **years ago. ** **Also. Does anyone know the Unicode character for the musician formerly ** **known as Prince? ** **On Wed, Sep 12, 2018 at 12:00 PM <[1][4]trizpug-request at python.org> wrote: ** ** **Send TriZPUG mailing list submissions to ** ** **** ** ** ** [2][5]trizpug at python.org ** ** **To subscribe or unsubscribe via the World Wide Web, visit ** ** **** ** ** ** [3][6]https://mail.python.org/mailman/listinfo/trizpug ** ** **or, via email, send a message with subject or body 'help' to ** ** **** ** ** ** [4][7]trizpug-request at python.org ** ** **You can reach the person managing the list at ** ** **** ** ** ** [5][8]trizpug-owner at python.org ** ** **When replying, please edit your Subject line so it is more specific ** ** **than "Re: Contents of TriZPUG digest..." ** ** **Today's Topics: ** ** **** **1. Re: A 'Pythonic' Daily WTF (Calloway, Chris) ** ** **---------- Forwarded message ---------- ** ** **From:**"Calloway, Chris" <[6][9]cbc at unc.edu> ** ** **To:**"Triangle (North Carolina) Python Users Group (formerly TriZPUG)" ** ** **<[7][10]trizpug at python.org> ** ** **Cc:**Mark Hutchinson <[8][11]aikimark at aol.com> ** ** **Bcc:** ** ** **Date:**Wed, 12 Sep 2018 15:17:49 +0000 ** ** **Subject:**Re: [TriPython] A 'Pythonic' Daily WTF ** ** **Pythonic = doing thing the Python was with Python idioms. Especially ** ** **ones that take advantage of Python as just a bunch of dictionaries. ** ** **Dunder methods = pythonic (and not magic; they are explicit; every ** ** **operators association with a particular dunder method is well known). ** ** **Programmatically setting an increasing recursion limit = insane (i.e., ** ** **not pythonic). Just because you can do something with a dunder method ** ** **doesn't make it pythonic. ** ** **I like that description, "footgun," though. That was funny. ** ** **-- ** ** **Sincerely, ** ** **Chris Calloway ** ** **Applications Analyst ** ** **University of North Carolina ** ** **Renaissance Computing Institute ** ** **(919) 599-3530 ** ** *****On 9/12/18, 6:26 AM, "TriZPUG on behalf of Mark Hutchinson via ** ** **TriZPUG" wrote: ** ** **** ** As Florence approaches, here's a story to 'lighten' your spirits: ** ** **** ** [11][14]https://thedailywtf.com/articles/wear-a-dunder-cap ** ** **_______________________________________________ ** ** **TriZPUG mailing list ** ** **[12][15]TriZPUG at python.org ** ** **[13][16]https://mail.python.org/mailman/listinfo/trizpug ** ** **[14][17]http://tripython.org is the Triangle Python Users Group ** **-- ** **Rex A. Dwyer, PhD References ** **Visible links ** **1. mailto:[18]trizpug-request at python.org ** **2. mailto:[19]trizpug at python.org ** **3. [20]https://mail.python.org/mailman/listinfo/trizpug ** **4. mailto:[21]trizpug-request at python.org ** **5. mailto:[22]trizpug-owner at python.org ** **6. mailto:[23]cbc at unc.edu ** **7. mailto:[24]trizpug at python.org ** **8. mailto:[25]aikimark at aol.com ** **9. mailto:[26]unc.edu at python.org ** 10. mailto:[27]trizpug at python.org ** 11. [28]https://thedailywtf.com/articles/wear-a-dunder-cap ** 12. mailto:[29]TriZPUG at python.org ** 13. [30]https://mail.python.org/mailman/listinfo/trizpug ** 14. [31]http://tripython.org/ _______________________________________________ TriZPUG mailing list [32]TriZPUG at python.org [33]https://mail.python.org/mailman/listinfo/trizpug [34]http://tripython.org is the Triangle Python Users Group References Visible links 1. https://unicode.org/emoji/charts/full-emoji-list.html#1f934 2. mailto:leslie.sox at gmail.com 3. mailto:rexadwyer at gmail.com 4. mailto:trizpug-request at python.org 5. mailto:trizpug at python.org 6. https://mail.python.org/mailman/listinfo/trizpug 7. mailto:trizpug-request at python.org 8. mailto:trizpug-owner at python.org 9. mailto:cbc at unc.edu 10. mailto:trizpug at python.org 11. mailto:aikimark at aol.com 12. mailto:unc.edu at python.org 13. mailto:trizpug at python.org 14. https://thedailywtf.com/articles/wear-a-dunder-cap 15. mailto:TriZPUG at python.org 16. https://mail.python.org/mailman/listinfo/trizpug 17. http://tripython.org/ 18. mailto:trizpug-request at python.org 19. mailto:trizpug at python.org 20. https://mail.python.org/mailman/listinfo/trizpug 21. mailto:trizpug-request at python.org 22. mailto:trizpug-owner at python.org 23. mailto:cbc at unc.edu 24. mailto:trizpug at python.org 25. mailto:aikimark at aol.com 26. mailto:unc.edu at python.org 27. mailto:trizpug at python.org 28. https://thedailywtf.com/articles/wear-a-dunder-cap 29. mailto:TriZPUG at python.org 30. https://mail.python.org/mailman/listinfo/trizpug 31. http://tripython.org/ 32. mailto:TriZPUG at python.org 33. https://mail.python.org/mailman/listinfo/trizpug 34. http://tripython.org/ From thomson at neuro.duke.edu Mon Sep 17 10:38:57 2018 From: thomson at neuro.duke.edu (Eric Thomson) Date: Mon, 17 Sep 2018 14:38:57 +0000 Subject: [TriPython] Durham Project NIght Tonight 6PM @ Caktus: It's on! In-Reply-To: References: , Message-ID: FYI I as things stand, I plan to be at Caktus for Durham Project Night tonight. If the power is out, or anything extreme like that, I will be sure to send out an email letting people know at 5:45, or earlier if possible. That said, please everyone *BE CAREFUL* if driving: the rain this morning brought some flooding. Best, Eric ---------------------------------- Have a project you want to show off, share, seek help with, or just get some work done surrounded by like minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired by! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Park in the municipal deck on the other side of the Arts Council across W. Morgan St. The entrance to the Caktus Tech Space is on Morris St. From thomson at neuro.duke.edu Mon Sep 17 10:45:28 2018 From: thomson at neuro.duke.edu (Eric Thomson) Date: Mon, 17 Sep 2018 14:45:28 +0000 Subject: [TriPython] Durham Project NIght Tonight: There will be food! In-Reply-To: References: , , Message-ID: Sorry to spam everyone, but I wanted to let folks know that Caktus has graciously offered to continue supplying pizza for our Durham Project Nights, so there will be food tonight! Last month I dropped the ball with that aspect of the transition. Hope to see you there! Best, Eric ________________________________________ From: Eric Thomson Sent: Monday, September 17, 2018 10:38 AM To: Triangle (North Carolina) Python Users Group (formerly TriZPUG) Subject: Durham Project NIght Tonight 6PM @ Caktus: It's on! FYI I as things stand, I plan to be at Caktus for Durham Project Night tonight. If the power is out, or anything extreme like that, I will be sure to send out an email letting people know at 5:45, or earlier if possible. That said, please everyone *BE CAREFUL* if driving: the rain this morning brought some flooding. Best, Eric ---------------------------------- Have a project you want to show off, share, seek help with, or just get some work done surrounded by like minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired by! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Park in the municipal deck on the other side of the Arts Council across W. Morgan St. The entrance to the Caktus Tech Space is on Morris St. From cbc at unc.edu Mon Sep 17 13:56:17 2018 From: cbc at unc.edu (Calloway, Chris) Date: Mon, 17 Sep 2018 17:56:17 +0000 Subject: [TriPython] Reminder: Durham Project Night Message-ID: Glad to hear Eric is soldiering on with Durham Project Night tonight. Time to come out of our hobbit holes after the storm. http://tripython.org/Members/thomson/sept-18-dpn When: Monday, September 17, 6-9pm Where: Caktus Group Tech Space, 108 Morris St., Durham What: Have a project you want to show off, share, seek help with, or just get some work done surrounded by like-minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Park in the municipal deck on the other side of the Arts Council across W. Morgan St. The entrance to the Caktus Tech Space is on Morris St. Bring your laptop. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 -------------- next part -------------- Glad to hear Eric is soldiering on with Durham Project Night tonight. Time to come out of our hobbit holes after the storm. [1]http://tripython.org/Members/thomson/sept-18-dpn When: Monday, September 17, 6-9pm Where: Caktus Group Tech Space, 108 Morris St., Durham What: Have a project you want to show off, share, seek help with, or just get some work done surrounded by like-minded Python lovers? Join us for our monthly project night and do just that! Don't have something to work on? Just need some help with Python? Show up and enjoy the energy, sprint on an open source project, find something interesting to contribute to or be inspired! The setting is informal and there is no schedule, so don't worry if you show up past the start time. Whether you are a Python newbie needing help or have an open source project you want to share, come hang out and hack. Park in the municipal deck on the other side of the Arts Council across W. Morgan St. The entrance to the Caktus Tech Space is on Morris St. Bring your laptop. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 References Visible links 1. http://tripython.org/Members/thomson/sept-18-dpn From cbc at unc.edu Mon Sep 17 14:06:00 2018 From: cbc at unc.edu (Calloway, Chris) Date: Mon, 17 Sep 2018 18:06:00 +0000 Subject: [TriPython] Cool Things Python People Do Message-ID: <990C71D6-5BB2-4B0F-85C2-92405889A30A@unc.edu> A lot of you know Rebecca Conley. Check out this super cool thing she?s doing: https://www.facebook.com/rebecca.conley.52/posts/10217533892644660 -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 -------------- next part -------------- A lot of you know Rebecca Conley. Check out this super cool thing she's doing: https://www.facebook.com/rebecca.conley.52/posts/10217533892644660 -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 From cbc at unc.edu Mon Sep 17 14:21:52 2018 From: cbc at unc.edu (Calloway, Chris) Date: Mon, 17 Sep 2018 18:21:52 +0000 Subject: [TriPython] Formerly known as Prince In-Reply-To: References: Message-ID: <061AEF74-0C94-406E-A998-9D4380AA3390@unc.edu> Is this a burning issue? Because the reason it's still there is if you look at the email address for this email list, it's still trizpug at python.org. And the reason it's still that is that it is not easy for the python.org email list managers to change it and maintain the integrity of the list archives. There's a long back-story I don't have time to write about. Next time I see you, ask, and I'll give you the story in person. But in the meantime, it's a cognitive dissonance that the email list for TriPython is called TriZPUG. Having that reminder of "formerly" around has gone a long way to helping out that mental model for newcomers. And so, it will likely remain so for the foreseeable future. PS, http://trizpug.org/ still works, because one of the worst things you can do for search is change a URL. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 ?On 9/16/18, 9:30 PM, "TriZPUG on behalf of Rex Dwyer" wrote: I wondered how much longer the group would be ?formerly TriZPug?? It?s been formerly something ever since I started coming more than 3 years ago. Also. Does anyone know the Unicode character for the musician formerly known as Prince? -- Rex A. Dwyer, PhD From cbc at unc.edu Mon Sep 24 13:16:40 2018 From: cbc at unc.edu (Calloway, Chris) Date: Mon, 24 Sep 2018 17:16:40 +0000 Subject: [TriPython] Anybody have a Python talk in the freezer? Message-ID: <60CD6F3D-BDDF-4DB6-B1AC-5C4ED6CDE6BD@unc.edu> We?ve had a speaker cancellation for this week?s meeting due to consequences of the hurricane, rescheduled for November. If you can fill the void, please speak up fast. If not, there are two options: a) a miracle occurs and I can make something up by the meeting (unlikely given current work demands), or b) our time-tested fallback plan of lightning-talk-paloza. Also note, an Austin-based, Python-powered, videoconferencing company interested in opening a Triangle office, Lifesize, will be presenting a lightning talk. They hope to recruit from among our ranks. They also will be at Bull McCabe?s at 6pm prior to the meeting and presumably at the after-meeting also at Bull McCabe?s. So bring your resumes if you?re looking for a job. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 -------------- next part -------------- We've had a speaker cancellation for this week's meeting due to consequences of the hurricane, rescheduled for November. If you can fill the void, please speak up fast. If not, there are two options: a) a miracle occurs and I can make something up by the meeting (unlikely given current work demands), or b) our time-tested fallback plan of lightning-talk-paloza. Also note, an Austin-based, Python-powered, videoconferencing company interested in opening a Triangle office, Lifesize, will be presenting a lightning talk. They hope to recruit from among our ranks. They also will be at Bull McCabe's at 6pm prior to the meeting and presumably at the after-meeting also at Bull McCabe's. So bring your resumes if you're looking for a job. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 From aikimark at aol.com Tue Sep 25 16:43:45 2018 From: aikimark at aol.com (Mark Hutchinson) Date: Tue, 25 Sep 2018 16:43:45 -0400 Subject: [TriPython] presenters for this week In-Reply-To: References: Message-ID: <166127931e8-1ec2-4541@webjas-vae240.srv.aolmail.net> Chris How about a night of lightning talks? It will be an impromptu unconference. Mark -------------- next part -------------- Chris How about a night of lightning talks? It will be an impromptu unconference. Mark From cbc at unc.edu Tue Sep 25 17:01:30 2018 From: cbc at unc.edu (Calloway, Chris) Date: Tue, 25 Sep 2018 21:01:30 +0000 Subject: [TriPython] presenters for this week In-Reply-To: <166127931e8-1ec2-4541@webjas-vae240.srv.aolmail.net> References: <166127931e8-1ec2-4541@webjas-vae240.srv.aolmail.net> Message-ID: That?s likely what it will be as I just got hit with an ?urgent? request at work. They?re all urgent requests, of course. Greg Frazier is bringing two lightning talks. Will you have one? -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 On 9/25/18, 4:43 PM, "Mark Hutchinson" > wrote: Chris How about a night of lightning talks? It will be an impromptu unconference. Mark -------------- next part -------------- That's likely what it will be as I just got hit with an "urgent" request at work. They're all urgent requests, of course. Greg Frazier is bringing two lightning talks. Will you have one? -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 On 9/25/18, 4:43 PM, "Mark Hutchinson" <[1]aikimark at aol.com> wrote: Chris How about a night of lightning talks? It will be an impromptu unconference. Mark References Visible links 1. mailto:aikimark at aol.com From cbc at unc.edu Wed Sep 26 15:29:02 2018 From: cbc at unc.edu (Calloway, Chris) Date: Wed, 26 Sep 2018 19:29:02 +0000 Subject: [TriPython] Reminder: TriPython September 2018 Meeting: Lightning Talks Message-ID: We?re meeting at Caktus tomorrow at 7pm. We have some lightning talks lined up for you from some very good presenters. Please bring your lightning talk as well. Lifesize will be at Bull McCabes starting at 6pm before the meeting and at the after-meeting. Bring your resume. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 -------------- next part -------------- We're meeting at Caktus tomorrow at 7pm. We have some lightning talks lined up for you from some very good presenters. Please bring your lightning talk as well. Lifesize will be at Bull McCabes starting at 6pm before the meeting and at the after-meeting. Bring your resume. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 From GILANI_MAYU at bentley.edu Thu Sep 27 17:59:18 2018 From: GILANI_MAYU at bentley.edu (Gilani, Mayur) Date: Thu, 27 Sep 2018 21:59:18 +0000 Subject: [TriPython] Reminder: TriPython September 2018 Meeting: Lightning Talks In-Reply-To: References: Message-ID: I?m at Bull McCabes now. No one has checked in mentioning Lifesize here yet. Best, Mayur Gilani On Sep 26, 2018, at 3:29 PM, Calloway, Chris > wrote: We're meeting at Caktus tomorrow at 7pm. We have some lightning talks lined up for you from some very good presenters. Please bring your lightning talk as well. Lifesize will be at Bull McCabes starting at 6pm before the meeting and at the after-meeting. Bring your resume. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 _______________________________________________ TriZPUG mailing list TriZPUG at python.org https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail.python.org%2Fmailman%2Flistinfo%2Ftrizpug&data=02%7C01%7Cgilani_mayu%40bentley.edu%7Cd02005b6fa9e4db1a0a108d623e65971%7C9030beae3cfc4788a9e2130204ff1f10%7C0%7C0%7C636735869602391069&sdata=ozH1Bj724X3ap9haq%2FiKxTyZzGE5CgDP90NdrQKYbxk%3D&reserved=0 https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftripython.org&data=02%7C01%7Cgilani_mayu%40bentley.edu%7Cd02005b6fa9e4db1a0a108d623e65971%7C9030beae3cfc4788a9e2130204ff1f10%7C0%7C0%7C636735869602391069&sdata=QlocVlWwcyzYradqdLnN7f8Ibz6vommAQEw%2FuWoFe3s%3D&reserved=0 is the Triangle Python Users Group -------------- next part -------------- I'm at Bull McCabes now. No one has checked in mentioning Lifesize here yet. Best, Mayur Gilani On Sep 26, 2018, at 3:29 PM, Calloway, Chris <[1]cbc at unc.edu> wrote: We're meeting at Caktus tomorrow at 7pm. We have some lightning talks lined up for you from some very good presenters. Please bring your lightning talk as well. Lifesize will be at Bull McCabes starting at 6pm before the meeting and at the after-meeting. Bring your resume. -- Sincerely, Chris Calloway Applications Analyst University of North Carolina Renaissance Computing Institute (919) 599-3530 _______________________________________________ TriZPUG mailing list [2]TriZPUG at python.org [3]https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail.python.org%2Fmailman%2Flistinfo%2Ftrizpug&data=02%7C01%7Cgilani_mayu%40bentley.edu%7Cd02005b6fa9e4db1a0a108d623e65971%7C9030beae3cfc4788a9e2130204ff1f10%7C0%7C0%7C636735869602391069&sdata=ozH1Bj724X3ap9haq%2FiKxTyZzGE5CgDP90NdrQKYbxk%3D&reserved=0 [4]https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftripython.org&data=02%7C01%7Cgilani_mayu%40bentley.edu%7Cd02005b6fa9e4db1a0a108d623e65971%7C9030beae3cfc4788a9e2130204ff1f10%7C0%7C0%7C636735869602391069&sdata=QlocVlWwcyzYradqdLnN7f8Ibz6vommAQEw%2FuWoFe3s%3D&reserved=0 is the Triangle Python Users Group References Visible links 1. mailto:cbc at unc.edu 2. mailto:TriZPUG at python.org 3. https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail.python.org%2Fmailman%2Flistinfo%2Ftrizpug&data=02%7C01%7Cgilani_mayu%40bentley.edu%7Cd02005b6fa9e4db1a0a108d623e65971%7C9030beae3cfc4788a9e2130204ff1f10%7C0%7C0%7C636735869602391069&sdata=ozH1Bj724X3ap9haq%2FiKxTyZzGE5CgDP90NdrQKYbxk%3D&reserved=0 4. https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftripython.org&data=02%7C01%7Cgilani_mayu%40bentley.edu%7Cd02005b6fa9e4db1a0a108d623e65971%7C9030beae3cfc4788a9e2130204ff1f10%7C0%7C0%7C636735869602391069&sdata=QlocVlWwcyzYradqdLnN7f8Ibz6vommAQEw%2FuWoFe3s%3D&reserved=0