From andrewkubera at gmail.com Fri Feb 12 18:57:16 2016 From: andrewkubera at gmail.com (Andrew Kubera) Date: Fri, 12 Feb 2016 18:57:16 -0500 Subject: [CentralOH] LIGO and Python Message-ID: <3C65D2D6-800A-4657-9264-89041A5915BC@gmail.com> Hello All, I was just informed that the LIGO experiment used python (numpy/scipy) for their data analysis which lead to the recent experimental evidence of gravity waves. They have their procedure in an ipython notebook here: https://losc.ligo.org/s/events/GW150914/GW150914_tutorial.html The data is open, so YOU TOO can discover gravity waves while dinner is cooking in the oven. -Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric at intellovations.com Sat Feb 13 10:06:36 2016 From: eric at intellovations.com (Eric Floehr) Date: Sat, 13 Feb 2016 10:06:36 -0500 Subject: [CentralOH] LIGO and Python In-Reply-To: <3C65D2D6-800A-4657-9264-89041A5915BC@gmail.com> References: <3C65D2D6-800A-4657-9264-89041A5915BC@gmail.com> Message-ID: This is cool on so many fronts! Thanks for sharing this. I love how they walk through how to slice and dice the data. If I'm understanding things correctly, the lasers act in much the same way as an antenna. I love how they also perform some sonification, by turning the gravitational wave signal into a wav file! On Fri, Feb 12, 2016 at 6:57 PM, Andrew Kubera wrote: > Hello All, > > I was just informed that the LIGO experiment used python (numpy/scipy) for > their data analysis which lead to the recent experimental evidence of > gravity waves. > > They have their procedure in an ipython notebook here: > https://losc.ligo.org/s/events/GW150914/GW150914_tutorial.html > > The data is open, so *YOU TOO* can discover gravity waves while dinner is > cooking in the oven. > > -Andrew > > > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jep200404 at columbus.rr.com Sat Feb 13 13:03:15 2016 From: jep200404 at columbus.rr.com (jep200404 at columbus.rr.com) Date: Sat, 13 Feb 2016 13:03:15 -0500 Subject: [CentralOH] =?utf-8?q?2016-02-12_=E9=81=93=E5=A0=B4_Scribbles_?= =?utf-8?b?76SY5pu4L+aDoeaWhz8gX187IGhhc2tlbGwgc25vdyBzb25pYyBwaSBnZWIg?= =?utf-8?q?miniban_ethernet_ifthisthenthat_udacity_lynda_quintuple_Lutz_bo?= =?utf-8?q?urne_bash_raw=5Finput_=40staticmethod_dpkg_jupyter_r_SimpleHTTP?= =?utf-8?q?Server_Kubernetes_I_love_you=2C_man!?= Message-ID: <20160213130315.2bd71f2a.jep200404@columbus.rr.com> Oops, originally posted this to wrong list. did not bring the "Learn You A Haskell" book. When one person say the snow falling, they said that they were going home. Another person said that it would stop in fifteen minutes. The first person said that they believed them and would stay then. The snow quit by the predicted time. cosplay walking by window wifi did not work in internal stuff tried external tenda wifi, it worked fine javascript foo.com, covelli.com, network-auth.com wp: prefix means Wikipedia To get good answers, consider following the advice in the links below. http://catb.org/~esr/faqs/smart-questions.html http://web.archive.org/web/20090627155454/www.greenend.org.uk/rjk/2000/06/14/quoting.html combine music and code Sonic Pi is on Raspian wp:G?del, Escher, Bach http://pyvideo.org/video/3681/the-well-tempered-api Is the vinyl LP an open music format? https://opensource.com/life/16/2/open-music-vinyl-lp autosuite miniban (stripped down Raspian) https://minibianpi.wordpress.com/ Using external USB to ethernet adapter on Pi 2 is faster than internal USB to ethernet adapter. microforecast nooly wp:Modus ponens ifthisthenthat https://ifttt.com/ udacity lynda.com worth the money according to Quintuple Lutz: Learning Python 5th edition http://learning-python.com/ http://shop.oreilly.com/product/0636920028154.do shell scripting: must read: wp:The Unix Programming Environment 100 ways to master the command line ? Part 1 http://www.linuxuser.co.uk/features/100-ways-to-master-the-command-line-part-1 history | sed -e 's/^ *[^ ][^ ]* *[^ ][^ ]* *[^ ][^ ]* *//' | awk '{print $1}' | sort | uniq -c | sort -nr | head http://lists.colug.net/pipermail/colug-432/2014-September/003357.html history | awk '{print $4}' | sort | uniq -c | sort -nr | head A copy of "sed & awk" was seen today at Half Price Books on Bethel for $8. input() raw_input() https://docs.python.org/2/library/functions.html#raw_input https://docs.python.org/2/library/functions.html#input https://docs.python.org/2/library/functions.html#staticmethod i at dojo:~$ cat f.py #!/usr/bin/env python from __future__ import print_function class C(object): @staticmethod def f(*args): print('f', repr(args)) def g(*args): print('g', repr(args)) c = C() c.f('hello', 'world') c.g('whirled', 'peas') i at dojo:~$ python f.py f ('hello', 'world') g (<__main__.C object at 0xb71d9f0c>, 'whirled', 'peas') i at dojo:~$ To see all the files the package installed onto your system, do this: dpkg-query -L http://askubuntu.com/questions/32507/how-do-i-get-a-list-of-installed-files-from-a-package Debian / Ubuntu Linux: Find Out What Package Provides a File dpkg -S /bin/ls http://www.cyberciti.biz/faq/equivalent-of-rpm-qf-command/ http://stackoverflow.com/questions/7303745/centos-equivalent-of-dpkg-s After ipython notebook added other languages such as R, it was renamed to Jupyter. Introduction to Microsoft?s Growing Role in the R Project Through the Linux Foundation and E.E.E. http://techrights.org/2016/01/30/r-project-microsoft/ wp:Embrace, extend and extinguish Share files with Python's SimpleHTTPServer module. But maybe not for long to Chrome browsers. http://lxer.com/module/newswire/ext_link.php?rid=225108 Cluster computing on the Raspberry Pi with Kubernetes https://opensource.com/life/16/2/build-a-kubernetes-cloud-with-raspberry-pi 4 open source tools for Linux system monitoring https://opensource.com/life/16/2/open-source-tools-system-monitoring I love you, man! nazarethdeli.com From eric at intellovations.com Mon Feb 15 10:32:31 2016 From: eric at intellovations.com (Eric Floehr) Date: Mon, 15 Feb 2016 10:32:31 -0500 Subject: [CentralOH] Information Disseminators Needed! Message-ID: All, We are looking for people who would like to share their Python and programming adventures with the group. If you: 1. Have coded something in Python that does something for work or for fun 2. Have discovered a new Python library or module 3. Want to force yourself to learn about something Pythonic 4. Overcame a programming or career challenge (in any language) 5. Failed to overcome a programming or career challenge 6. Have a question about Python 7. Want to expand your comfort zone and practice speaking in front of a very gentle group 8. Want to stick your toe in the water for a possible PyOhio talk 9. Have an interesting viewpoint on a Pythonic topic Then please let me know! We would love to hear about your adventure! We need people willing to share at our February 29, March 28, and April 25 meetings. Please help! Cheers, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From sriveravi at gmail.com Mon Feb 15 15:12:39 2016 From: sriveravi at gmail.com (Samuel) Date: Mon, 15 Feb 2016 15:12:39 -0500 Subject: [CentralOH] CentralOH Digest, Vol 106, Issue 3 In-Reply-To: References: Message-ID: Hello All, I am looking at the meetup website ( http://www.meetup.com/Central-Ohio-Python-Users-Group/events/) and the dates don't seem to match up with what was spoken by Eric in the email (February 29, March 28, and April 25). Clarification please? Thanks! On Mon, Feb 15, 2016 at 12:00 PM, wrote: > Send CentralOH mailing list submissions to > centraloh at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/centraloh > or, via email, send a message with subject or body 'help' to > centraloh-request at python.org > > You can reach the person managing the list at > centraloh-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of CentralOH digest..." > > > Today's Topics: > > 1. Information Disseminators Needed! (Eric Floehr) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 15 Feb 2016 10:32:31 -0500 > From: Eric Floehr > To: Central Ohio Python Users Group > Subject: [CentralOH] Information Disseminators Needed! > Message-ID: > < > CAJzarMO9YSPkkBiFi21wZGM-j+1U7bbcKTpAVQJMG8QfdLf+eg at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > All, > > We are looking for people who would like to share their Python and > programming adventures with the group. If you: > > > 1. Have coded something in Python that does something for work or for fun > > 2. Have discovered a new Python library or module > > 3. Want to force yourself to learn about something Pythonic > > 4. Overcame a programming or career challenge (in any language) > > 5. Failed to overcome a programming or career challenge > > 6. Have a question about Python > > 7. Want to expand your comfort zone and practice speaking in front of a > very gentle group > > 8. Want to stick your toe in the water for a possible PyOhio talk > > 9. Have an interesting viewpoint on a Pythonic topic > > > Then please let me know! We would love to hear about your adventure! We > need people willing to share at our February 29, March 28, and April 25 > meetings. > > Please help! > > Cheers, > Eric > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://mail.python.org/pipermail/centraloh/attachments/20160215/a91bbc01/attachment-0001.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > > > ------------------------------ > > End of CentralOH Digest, Vol 106, Issue 3 > ***************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric at intellovations.com Mon Feb 15 15:21:26 2016 From: eric at intellovations.com (Eric Floehr) Date: Mon, 15 Feb 2016 15:21:26 -0500 Subject: [CentralOH] CentralOH Digest, Vol 106, Issue 3 In-Reply-To: References: Message-ID: Hi Samuel, The meetups shown there are Dojos and Wednesday Python lunches. I haven't put in the monthly meetings into the calendar yet. -Eric On Mon, Feb 15, 2016 at 3:12 PM, Samuel wrote: > Hello All, > > I am looking at the meetup website ( > http://www.meetup.com/Central-Ohio-Python-Users-Group/events/) and the > dates don't seem to match up with what was spoken by Eric in the email (February > 29, March 28, and April 25). Clarification please? > > Thanks! > > > > On Mon, Feb 15, 2016 at 12:00 PM, wrote: > >> Send CentralOH mailing list submissions to >> centraloh at python.org >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://mail.python.org/mailman/listinfo/centraloh >> or, via email, send a message with subject or body 'help' to >> centraloh-request at python.org >> >> You can reach the person managing the list at >> centraloh-owner at python.org >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of CentralOH digest..." >> >> >> Today's Topics: >> >> 1. Information Disseminators Needed! (Eric Floehr) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Mon, 15 Feb 2016 10:32:31 -0500 >> From: Eric Floehr >> To: Central Ohio Python Users Group >> Subject: [CentralOH] Information Disseminators Needed! >> Message-ID: >> < >> CAJzarMO9YSPkkBiFi21wZGM-j+1U7bbcKTpAVQJMG8QfdLf+eg at mail.gmail.com> >> Content-Type: text/plain; charset="utf-8" >> >> All, >> >> We are looking for people who would like to share their Python and >> programming adventures with the group. If you: >> >> >> 1. Have coded something in Python that does something for work or for fun >> >> 2. Have discovered a new Python library or module >> >> 3. Want to force yourself to learn about something Pythonic >> >> 4. Overcame a programming or career challenge (in any language) >> >> 5. Failed to overcome a programming or career challenge >> >> 6. Have a question about Python >> >> 7. Want to expand your comfort zone and practice speaking in front of a >> very gentle group >> >> 8. Want to stick your toe in the water for a possible PyOhio talk >> >> 9. Have an interesting viewpoint on a Pythonic topic >> >> >> Then please let me know! We would love to hear about your adventure! We >> need people willing to share at our February 29, March 28, and April 25 >> meetings. >> >> Please help! >> >> Cheers, >> Eric >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://mail.python.org/pipermail/centraloh/attachments/20160215/a91bbc01/attachment-0001.html >> > >> >> ------------------------------ >> >> Subject: Digest Footer >> >> _______________________________________________ >> CentralOH mailing list >> CentralOH at python.org >> https://mail.python.org/mailman/listinfo/centraloh >> >> >> ------------------------------ >> >> End of CentralOH Digest, Vol 106, Issue 3 >> ***************************************** >> > > > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jep200404 at columbus.rr.com Thu Feb 18 09:57:38 2016 From: jep200404 at columbus.rr.com (jep200404 at columbus.rr.com) Date: Thu, 18 Feb 2016 09:57:38 -0500 Subject: [CentralOH] 2016-02-24 Wednesday Lunch at Aab Message-ID: <20160218095738.6ef5a9f3.jep200404@columbus.rr.com> Wednesday Python Lunch at Aab February 24, 2016, 11:30 a.m. Aab India Restaurant 1470 Grandview Ave Columbus, OH 43212 We'll be meeting for good food and good company. Join us to talk Python, programming, or anything else! From eric at intellovations.com Thu Feb 18 10:00:20 2016 From: eric at intellovations.com (Eric Floehr) Date: Thu, 18 Feb 2016 10:00:20 -0500 Subject: [CentralOH] 2016-02-24 Wednesday Lunch at Aab In-Reply-To: <20160218095738.6ef5a9f3.jep200404@columbus.rr.com> References: <20160218095738.6ef5a9f3.jep200404@columbus.rr.com> Message-ID: RSVP here: http://www.meetup.com/Central-Ohio-Python-Users-Group/events/228947309/ On Thu, Feb 18, 2016 at 9:57 AM, wrote: > Wednesday Python Lunch at Aab > February 24, 2016, 11:30 a.m. > Aab India Restaurant > 1470 Grandview Ave > Columbus, OH 43212 > We'll be meeting for good food and good company. > Join us to talk Python, programming, or anything else! > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From herrold at owlriver.com Thu Feb 18 12:37:29 2016 From: herrold at owlriver.com (R P Herrold) Date: Thu, 18 Feb 2016 12:37:29 -0500 (EST) Subject: [CentralOH] RPH [IbPy] fix cmp function for python 3 (#22) (fwd) Message-ID: An interesting 'corner case' addition for people doing Python porting ---------- Forwarded message ---------- Date: Thu, 18 Feb 2016 12:06:58 From: Simon Lemieux Reply-To: blampe/IbPy To: blampe/IbPy Subject: [IbPy] fix cmp function for python 3 (#22) The "cmp" function doesn't exist in python 3 and 2to3 isn't taking care of it. Here is a quick fix based on http://python3porting.com/differences.html#comparisons You can view, comment on, or merge this pull request online at: https://github.com/blampe/IbPy/pull/22 -- Commit Summary -- * fix cmp function for python 3 -- File Changes -- M ib/ext/Util.py (11) -- Patch Links -- https://github.com/blampe/IbPy/pull/22.patch https://github.com/blampe/IbPy/pull/22.diff --- Reply to this email directly or view it on GitHub: https://github.com/blampe/IbPy/pull/22 From adam.johnson1733 at gmail.com Mon Feb 22 10:30:17 2016 From: adam.johnson1733 at gmail.com (adam johnson) Date: Mon, 22 Feb 2016 10:30:17 -0500 Subject: [CentralOH] LIGO and Python In-Reply-To: References: <3C65D2D6-800A-4657-9264-89041A5915BC@gmail.com> Message-ID: Thanks Eric!!!!! On Sat, Feb 13, 2016 at 10:06 AM, Eric Floehr wrote: > This is cool on so many fronts! Thanks for sharing this. I love how they > walk through how to slice and dice the data. If I'm understanding things > correctly, the lasers act in much the same way as an antenna. I love how > they also perform some sonification, by turning the gravitational wave > signal into a wav file! > > > > On Fri, Feb 12, 2016 at 6:57 PM, Andrew Kubera > wrote: > >> Hello All, >> >> I was just informed that the LIGO experiment used python (numpy/scipy) >> for their data analysis which lead to the recent experimental evidence of >> gravity waves. >> >> They have their procedure in an ipython notebook here: >> https://losc.ligo.org/s/events/GW150914/GW150914_tutorial.html >> >> The data is open, so *YOU TOO* can discover gravity waves while dinner >> is cooking in the oven. >> >> -Andrew >> >> >> _______________________________________________ >> CentralOH mailing list >> CentralOH at python.org >> https://mail.python.org/mailman/listinfo/centraloh >> >> > > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jep200404 at columbus.rr.com Wed Feb 24 16:58:14 2016 From: jep200404 at columbus.rr.com (jep200404 at columbus.rr.com) Date: Wed, 24 Feb 2016 16:58:14 -0500 Subject: [CentralOH] 2016-02-24 Napkin Scribbles from Aab: ORM SQLAlchemy DJangoORM DB migration phil karn writs comments poaching flamethrower battle box puppies cook[e]? cool tools rotation Message-ID: <20160224165814.1d63acee.jep200404@columbus.rr.com> group was so large today we had to split into two tables ORMs SQLAlchemy DjangoORM has built-in migration support that's really really important that is more important than all the other ORM goodies combined wp:Phil Karn wp:All Writs Act wp: prefix means Wikipedia To get good answers, consider following the advice in the links below. http://catb.org/~esr/faqs/smart-questions.html http://web.archive.org/web/20090627155454/www.greenend.org.uk/rjk/2000/06/14/quoting.html Not code, per se. Just comments. Why Linux creator Linus Torvalds doesn't really care about open source http://www.techrepublic.com/article/linux-creator-linus-torvalds-doesnt-really-care-about-open-source/ poaching by one up and coming company on another established company churn: it's hard to keep good talent http://english.chosun.com/site/data/html_dir/2016/02/22/2016022201124.html http://english.chosun.com/site/data/html_dir/2016/02/11/2016021101490.html http://www.telegraph.co.uk/news/worldnews/asia/northkorea/10750082/North-Korean-official-executed-by-flame-thrower.html Battle so bloody men called it the MEAT-GRINDER: One of history's most savage sieges began with a hail of shots a century ago and left 250,000 dead...yet achieved NOTHING http://www.dailymail.co.uk/news/article-3455565/Battle-bloody-men-called-MEAT-GRINDER-One-history-s-savage-sieges-began-hail-shots-century-ago-left-250-000-dead-achieved-NOTHING.html wp:BBC Box wp:The Box: How the Shipping Container Made the World Smaller and the World Economy Bigger High-performance container datatypes https://docs.python.org/2/library/collections.html wp:Larry Correia wp:Sad Puppies wp:Charlie Cook wp:The Cook Political Report wp:National Journal Charles C. W. Cooke http://www.charlescwcooke.com/ wp:National Review http://www.conservatarian.com/ Did I Ever Tell You How Lucky You Are? Quis custodiet ipsos custodes? Physician, heal thyself http://www.computerworld.com/article/3035480/linux/9-really-odd-linux-commands.html How to rotate logs manually in Linux? http://www.linuxnix.com/how-to-rotate-logs-manually-in-linux/ bashisms http://www.linuxnix.com/simulate-yesno-in-linux-scriptscommands/ http://www.zillow.com/homedetails/958-Noyes-Dr-Reynoldsburg-OH-43068/33986067_zpid/ fun book: Cool Tools wp:Kevin Kelly (editor) http://www.unixstickers.com/ Pair Programming & Mentoring @ CoverMyMeds seems to be second Saturday of each month fun book: Cool Tools wp:Kevin Kelly (editor) From eric at intellovations.com Thu Feb 25 17:06:03 2016 From: eric at intellovations.com (Eric Floehr) Date: Thu, 25 Feb 2016 17:06:03 -0500 Subject: [CentralOH] =?utf-8?q?Special_Event=3A_Symbiotic_Design_-_Prevent?= =?utf-8?q?ing_Technical_Debt_By_Making_Organizations_Safe_for_Code?= =?utf-8?b?4oCd?= Message-ID: PairColumbus is hosting a special event next Wednesday. Register Here: https://www.eventbrite.com/e/pair-columbus-presents-an-evening-with-michael-feathers-tickets-22116827025 Topic: ?Symbiotic Design - Preventing Technical Debt By Making Organizations Safe for Code? When: Wednesday, March 2nd at 6:30pm Where: CoverMyMeds Cost: Free We are extremely pumped to present a special event featuring renowned speaker & author, Michael Feathers. Michael is the founder of R7K Research & Conveyance and former Chief Scientist of Obtiva (acquired by Groupon). Michael is also the author of the book, Working Effectively with Legacy Code (Prentice Hall, 2004). Please bring your laptop and questions. More details on the PairColumbus website: http://paircolumbus.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: