From joskra42.list at gmail.com Tue Jun 2 14:43:55 2015 From: joskra42.list at gmail.com (Joshua Kramer) Date: Tue, 2 Jun 2015 08:43:55 -0400 Subject: [CentralOH] Where's the history file? Message-ID: Hello Everyone, Does anyone know where, on Windows 7, the history file is located that is used by the Python shell? I was doing an interactive shell session and need to remove the history for security purposes. Thanks! -JK From brywilharris at gmail.com Tue Jun 2 14:48:46 2015 From: brywilharris at gmail.com (Bryan Harris) Date: Tue, 2 Jun 2015 08:48:46 -0400 Subject: [CentralOH] Where's the history file? In-Reply-To: References: Message-ID: There's a history file? I don't think python for that. On Linux is say grep for files containing one of the commands you ran: grep -ir 'some command' / I'm sure windows has something like grep right? Bryan Harris, PE Research Engineer Structures and Materials Evaluation Group University of Dayton Research Institute bryan.harris at udri.udayton.edu http://www.udri.udayton.edu/ 937-229-5561 On Jun 2, 2015 8:44 AM, "Joshua Kramer" wrote: > Hello Everyone, > > Does anyone know where, on Windows 7, the history file is located that > is used by the Python shell? I was doing an interactive shell session > and need to remove the history for security purposes. > > Thanks! > -JK > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jocassid at gmail.com Tue Jun 2 15:11:00 2015 From: jocassid at gmail.com (John Cassidy) Date: Tue, 2 Jun 2015 09:11:00 -0400 Subject: [CentralOH] Where's the history file? In-Reply-To: References: Message-ID: findstr is the windows equivalent. try findstr /i /s /c:"some command" * For info on the findstr command type findstr /? On Jun 2, 2015 8:48 AM, "Bryan Harris" wrote: > There's a history file? I don't think python for that. On Linux is say > grep for files containing one of the commands you ran: > > grep -ir 'some command' / > > I'm sure windows has something like grep right? > > Bryan Harris, PE > Research Engineer > Structures and Materials Evaluation Group > University of Dayton Research Institute > bryan.harris at udri.udayton.edu > http://www.udri.udayton.edu/ > 937-229-5561 > On Jun 2, 2015 8:44 AM, "Joshua Kramer" wrote: > >> Hello Everyone, >> >> Does anyone know where, on Windows 7, the history file is located that >> is used by the Python shell? I was doing an interactive shell session >> and need to remove the history for security purposes. >> >> Thanks! >> -JK >> _______________________________________________ >> 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 joskra42.list at gmail.com Wed Jun 3 01:44:03 2015 From: joskra42.list at gmail.com (Joshua Kramer) Date: Tue, 2 Jun 2015 19:44:03 -0400 Subject: [CentralOH] Where's the history file? In-Reply-To: References: Message-ID: As it turns out, there is no history file. I was confused because if you exit out of the Python interpreter, do some other stuff on the command line, then restart the Python interpreter, there is command line history from the previous session. However, if you close the cmd.exe window, and restart cmd.exe, then there is no history- it's wiped out. On Tue, Jun 2, 2015 at 9:11 AM, John Cassidy wrote: > findstr is the windows equivalent. try findstr /i /s /c:"some command" * > For info on the findstr command type findstr /? > > On Jun 2, 2015 8:48 AM, "Bryan Harris" wrote: >> >> There's a history file? I don't think python for that. On Linux is say >> grep for files containing one of the commands you ran: >> >> grep -ir 'some command' / >> >> I'm sure windows has something like grep right? >> >> Bryan Harris, PE >> Research Engineer >> Structures and Materials Evaluation Group >> University of Dayton Research Institute >> bryan.harris at udri.udayton.edu >> http://www.udri.udayton.edu/ >> 937-229-5561 >> >> On Jun 2, 2015 8:44 AM, "Joshua Kramer" wrote: >>> >>> Hello Everyone, >>> >>> Does anyone know where, on Windows 7, the history file is located that >>> is used by the Python shell? I was doing an interactive shell session >>> and need to remove the history for security purposes. >>> >>> Thanks! >>> -JK >>> _______________________________________________ >>> 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 >> > > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > From jdsantiagojr at gmail.com Thu Jun 11 18:38:58 2015 From: jdsantiagojr at gmail.com (John Santiago) Date: Thu, 11 Jun 2015 12:38:58 -0400 Subject: [CentralOH] Website Q Message-ID: <2837659D-256D-400E-8DEA-0CA989EA4851@gmail.com> Is the PyOhio web-site on Github? From eric at intellovations.com Thu Jun 11 18:55:19 2015 From: eric at intellovations.com (Eric Floehr) Date: Thu, 11 Jun 2015 12:55:19 -0400 Subject: [CentralOH] Website Q In-Reply-To: <2837659D-256D-400E-8DEA-0CA989EA4851@gmail.com> References: <2837659D-256D-400E-8DEA-0CA989EA4851@gmail.com> Message-ID: Hi John, Yes it is: https://github.com/pyohio/pyohio -Eric On Thu, Jun 11, 2015 at 12:38 PM, John Santiago wrote: > Is the PyOhio web-site on Github? > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdsantiagojr at gmail.com Thu Jun 11 19:19:21 2015 From: jdsantiagojr at gmail.com (John Santiago) Date: Thu, 11 Jun 2015 13:19:21 -0400 Subject: [CentralOH] Website Q In-Reply-To: References: <2837659D-256D-400E-8DEA-0CA989EA4851@gmail.com> Message-ID: <28EEFE8B-49DB-4E91-85F7-3A0DEFC0A66C@gmail.com> Cool. Thank you. > On Jun 11, 2015, at 12:55 PM, Eric Floehr wrote: > > Hi John, > > Yes it is: > > https://github.com/pyohio/pyohio > > -Eric > > > On Thu, Jun 11, 2015 at 12:38 PM, John Santiago > wrote: > Is the PyOhio web-site on Github? > _______________________________________________ > 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 eric at intellovations.com Thu Jun 11 19:25:33 2015 From: eric at intellovations.com (Eric Floehr) Date: Thu, 11 Jun 2015 13:25:33 -0400 Subject: [CentralOH] Website Q In-Reply-To: <28EEFE8B-49DB-4E91-85F7-3A0DEFC0A66C@gmail.com> References: <2837659D-256D-400E-8DEA-0CA989EA4851@gmail.com> <28EEFE8B-49DB-4E91-85F7-3A0DEFC0A66C@gmail.com> Message-ID: You are welcome. Feel free to look at the issues, submit pull requests, suggest issues of your own, etc. And if you have questions, don't hesitate to post to the list! On Thu, Jun 11, 2015 at 1:19 PM, John Santiago wrote: > Cool. Thank you. > > On Jun 11, 2015, at 12:55 PM, Eric Floehr wrote: > > Hi John, > > Yes it is: > > https://github.com/pyohio/pyohio > > -Eric > > > On Thu, Jun 11, 2015 at 12:38 PM, John Santiago > wrote: > >> Is the PyOhio web-site on Github? >> _______________________________________________ >> 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 > > > > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdsantiagojr at gmail.com Thu Jun 11 19:27:49 2015 From: jdsantiagojr at gmail.com (John Santiago) Date: Thu, 11 Jun 2015 13:27:49 -0400 Subject: [CentralOH] Website Q In-Reply-To: References: <2837659D-256D-400E-8DEA-0CA989EA4851@gmail.com> <28EEFE8B-49DB-4E91-85F7-3A0DEFC0A66C@gmail.com> Message-ID: <21E1B034-3D8E-4D23-9C43-B862D0C049B6@gmail.com> I will thank you. Going to pull later today. > On Jun 11, 2015, at 1:25 PM, Eric Floehr wrote: > > You are welcome. Feel free to look at the issues, submit pull requests, suggest issues of your own, etc. And if you have questions, don't hesitate to post to the list! > > > > On Thu, Jun 11, 2015 at 1:19 PM, John Santiago > wrote: > Cool. Thank you. > >> On Jun 11, 2015, at 12:55 PM, Eric Floehr > wrote: >> >> Hi John, >> >> Yes it is: >> >> https://github.com/pyohio/pyohio >> >> -Eric >> >> >> On Thu, Jun 11, 2015 at 12:38 PM, John Santiago > wrote: >> Is the PyOhio web-site on Github? >> _______________________________________________ >> 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 > > > _______________________________________________ > 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 mark at aufdencamp.com Mon Jun 15 19:28:09 2015 From: mark at aufdencamp.com (Mark Aufdencamp) Date: Mon, 15 Jun 2015 10:28:09 -0700 Subject: [CentralOH] Packt Free Learning - Learning Cython Programming Message-ID: <20150615102809.181451e9c2a7ebbcd6ae28cea81146c8.98200f58f7.wbe@email17.secureserver.net> https://www.packtpub.com/packt/offers/free-learning From eric at intellovations.com Thu Jun 18 22:14:53 2015 From: eric at intellovations.com (Eric Floehr) Date: Thu, 18 Jun 2015 16:14:53 -0400 Subject: [CentralOH] June 29 Monthly Meeting -- CI your Python app with Docker Message-ID: Our June monthly meeting will be on Monday, June 29, 2015, at Pillar in the Smith Brothers Building. This month, Jason Green will be presenting on CI, Docker, and how not to implement a continuous deployment model. RSVP here: http://www.meetup.com/Central-Ohio-Python-Users-Group/events/222946319/ We will also be heading to Brazenhead as usual for the after-meeting meeting. You may RSVP for that here: http://www.meetup.com/Central-Ohio-Python-Users-Group/events/221848106/ Please invite your friends, neighbors, relatives, your friends' neighbors' relatives, sentient AIs, stray cats, or anyone else who you think would benefit from our group. Looking forward to seeing you there! -------------- next part -------------- An HTML attachment was scrubbed... URL: From jep200404 at columbus.rr.com Sun Jun 21 03:54:23 2015 From: jep200404 at columbus.rr.com (jep200404 at columbus.rr.com) Date: Sat, 20 Jun 2015 21:54:23 -0400 Subject: [CentralOH] =?utf-8?q?2015-06-19_=E9=81=93=E5=A0=B4_Scribbles_?= =?utf-8?b?76SY5pu4L+aDoeaWhz8gZGV0ZXJnZW50IGtpZHMgYmVlciBzZWxmIGFzc2Vz?= =?utf-8?q?sment_evi_nemeth_sourceforge_closure_currying_lazy_sicp__ducks_?= =?utf-8?q?grok_violent_autodidacticism_rc_0b11_kitanata_stuxnet_foobar200?= =?utf-8?q?0_ged?= Message-ID: <20150620215423.136e38c4.jep200404@columbus.rr.com> No dojo on July 3 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 Will rms complain about this Linux not being GNU Linux? http://www.roeschswiss.com/en/liquid-detergent/47-Detersivo-liquido-universale-Linux-Ultra-Activ-3-L-9002023003182.html http://opensource.com/life/15/6/6-tips-teaching-kids-code http://opensource.com/business/15/5/write-better-docs http://opensource.com/business/15/6/wikis-for-documentation Beer https://xkcd.com/1534/ wp:Dunning?Kruger effect pi, = [3.1415926] the following book was recommended UNIX and Linux System Administration Handbook (4th Edition) disappeared at sea wp:Evi Nemeth search web for sourceforge controversy use closures in lisp to hold state to work like generators in python sicp text book on line https://mitpress.mit.edu/sicp/ video lectures late 70s https://duckduckgo.com/html/?q=sicp+video+lectures http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/ http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/ uses scheme dialect of lisp decorator and closure currying lazy evaluation of arbitrary stuff All Your Ducks In A Row: Data Structures in the Standard Library and Beyond http://pyvideo.org/video/2571/all-your-ducks-in-a-row-data-structures-in-the-s It's been a long time since I watched that video. Half thinking out loud, half asking: I seem to recall that when strings are created, that their hash is calculated. This helps to make use of strings as dictionary keys cheap and fast. It's also part of what makes immutability of strings useful. Is "grok" a real word? Yes. wp:grok wp:Robert A. Heinlein wp:Stranger in a Strange Land Can you use grok and lisp in the same sentence? Yes. I grok lisp. Violent Python hello world scan ports wp:Autodidacticism If premature optimization is the root of all evil is premature abstraction the root of all confusion? http://collidr.io/ raymond chandler 0b11 https://github.com/kitanata https://github.com/collidr bus races http://www.racingwest.com/tracks/desoto-super-speedway.html wp:Stuxnet wp:FLAC wp:foobar2000 wp:G?del, Escher, Bach From info at pyohio.org Mon Jun 22 17:51:04 2015 From: info at pyohio.org (=?utf-8?Q?PyOhio=2C=20Inc.?=) Date: Mon, 22 Jun 2015 15:51:04 +0000 Subject: [CentralOH] =?utf-8?q?PyOhio_2015_News?= Message-ID: <8c9245b985e483ce2777296fbc26f2dea68.20150622155054@mail69.atl11.rsgsv.net> PyOhio 2015 News. View this email in your browser (http://us3.campaign-archive2.com/?u=8c9245b985e483ce2777296fb&id=c0ffea0861&e=c26f2dea68) ** PyOhio 2015 Newsletter ------------------------------------------------------------ ** Let's thank Level 12 for sponsoring our T-Shirts this year. ------------------------------------------------------------ Level 12 is a web & database development firm that uses solid engineering, proactive communication, and modern development practices to make their customers really, really, happy. Python has been their go-to language for web development for over seven years, and they have experience working with most of the popular libraries: Django, Flask, Werkzeug, SQLAlchemy, Requests, pytest, nose, coverage, etc. Visit level12.io here: http://pyohio.us3.list-manage.com/track/click?u=8c9245b985e483ce2777296fb&id=3ec247732c&e=c26f2dea68 ** Let's thank Safari Books for sponsoring our first Young Coders class this year. ------------------------------------------------------------ A Safari membership gives you unlimited access to thousands of hours of business, tech, and design training and reference material. They're a part of O'Reilly Media, one of the most trusted names in technology learning, and they've been helping people learn to program, start new businesses, and craft remarkable careers for over a decade. Safari is built with love using Python, Django, and other open source technologies. They're a highly distributed team with engineering offices in Boston, MA and Sebastopol, CA, and they value diversity and non-traditional career paths in our technical team. Visit Safari here: http://pyohio.us3.list-manage.com/track/click?u=8c9245b985e483ce2777296fb&id=9601436ce0&e=c26f2dea68 ** Speaker Selections ------------------------------------------------------------ We are currently in the process of selecting speakers to give their talks and tutorials. We want to hear about what you think of every submission we've received. Please go here and help us review some talks. Your voice matters to us! http://pyohio.us3.list-manage2.com/track/click?u=8c9245b985e483ce2777296fb&id=d1d778b908&e=c26f2dea68 ** Catherine Devlin will Keynote PyOhio 2015. ------------------------------------------------------------ Catherine Devlin served as PyOhio's chair during its first three years. She currently works as a back-end developer for 18F, a new Federal agency bringing open source software and principles into Federal development work. The intersection of Python with relational databases is her special love, along with history, human languages, and horses. We are honored and excited to have her keynote this year's PyOhio. ** Hotel Arrangements ------------------------------------------------------------ We now have a discount room block at The Holiday Inn Express & Suites OSU (http://pyohio.us3.list-manage.com/track/click?u=8c9245b985e483ce2777296fb&id=fc243f7bb9&e=c26f2dea68) . Many PyOhio attendees have stayed there in the past. If you have already booked a room there, and your rate is higher than the conference rate, you can call and get it changed. You must do so by July 1st. ** Registration is Open ------------------------------------------------------------ Registration is in full swing and tickets are flying off the shelves. Get yours before it is too late! Register now by clicking the button below. PyOhio is, and always will be, a free conference (but T-Shirts are available for purchase). Register Here (http://pyohio.us3.list-manage2.com/track/click?u=8c9245b985e483ce2777296fb&id=a4d4da3011&e=c26f2dea68) ============================================================ ** Follow us on Twitter (http://pyohio.us3.list-manage.com/track/click?u=8c9245b985e483ce2777296fb&id=19015aef5c&e=c26f2dea68) ** Follow us on Twitter (http://pyohio.us3.list-manage.com/track/click?u=8c9245b985e483ce2777296fb&id=9b3b50dfdc&e=c26f2dea68) Copyright ? 2015 PyOhio, Inc., All rights reserved. You are receiving this email because you have either attended or registered to attend PyOhio in the past. Our mailing address is: PyOhio, Inc. 79 Bohyer Avenue, Pataskala, OH, United States Columbus, Oh 43224 USA ** unsubscribe from this list (http://pyohio.us3.list-manage.com/unsubscribe?u=8c9245b985e483ce2777296fb&id=ebb557184f&e=c26f2dea68&c=c0ffea0861) ** update subscription preferences (http://pyohio.us3.list-manage.com/profile?u=8c9245b985e483ce2777296fb&id=ebb557184f&e=c26f2dea68) Email Marketing Powered by MailChimp http://www.mailchimp.com/monkey-rewards/?utm_source=freemium_newsletter&utm_medium=email&utm_campaign=monkey_rewards&aid=8c9245b985e483ce2777296fb&afl=1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jep200404 at columbus.rr.com Tue Jun 23 16:29:11 2015 From: jep200404 at columbus.rr.com (jep200404 at columbus.rr.com) Date: Tue, 23 Jun 2015 10:29:11 -0400 Subject: [CentralOH] =?utf-8?q?2015-06-05_=E9=81=93=E5=A0=B4_Scribbles_?= =?utf-8?b?76SY5pu4L+aDoeaWhz8gbGlzdC5zb3J0KCkgc29ydGVkKGxpc3QpOyBuZXcg?= =?utf-8?q?style=3B_class_shells=3B_spotshark_singhs_the_blues=3F=3B_turin?= =?utf-8?q?g_test=3B_cjkv=3B_gcd=3B_rosetta_code=3B_long_walk?= Message-ID: <20150623102911.18a43387.jep200404@columbus.rr.com> Python cheerleading http://www.linuxjournal.com/rc2014?page=19 http://www.linuxjournal.com/rc2014?page=20 compare list.sort() sorted(list) list.sort() method returns None; changes list in place sorted(list) returns new list; does not modify argument >>> a = ['hello', 'aardvark', 'zebra'] >>> a ['hello', 'aardvark', 'zebra'] >>> a.sort() >>> a ['aardvark', 'hello', 'zebra'] >>> a = ['hello', 'aardvark', 'zebra'] >>> sorted(a) ['aardvark', 'hello', 'zebra'] >>> a ['hello', 'aardvark', 'zebra'] >>> class Foo(object): might be correct new way Microsoft Accused of Blackmailing UK Officials Supporting Open Document Format http://news.softpedia.com/news/Microsoft-Accused-of-Blackmailing-UK-Officials-Supporting-Open-Document-Format-481985.shtml Microsoft faces claims it threatened MPs with job cuts in constituencies http://www.theguardian.com/technology/2015/may/22/microsoft-faces-claims-it-threatened-mps-with-job-cuts-in-constituencies? 3 Open Source Python Shells http://www.linuxlinks.com/article/20150523032756576/PythonShells.html wp:John Forbes Nash, Jr. http://hackaday.com/2015/05/24/layerone-hardware-hacking-village/ spotshark.com seems dead SpotShark, LLC (410) 541-6360 5380 Godown Rd, Columbus, OH 43235 Mr. Herman Singh, CEO Traffic & Parking Consultants turing test wp:Ex_Machina_(film) http://news.softpedia.com/news/Richard-Stallman-Says-He-Created-GNU-Which-Is-Called-Often-Linux-482416.shtml wp:Leonard Cohen wp:Songs of Love and Hate wp:Frank Zappa wp:The Torture Never Stops (song) eat popcorn with chopsticks wp:Tetraphobia wp:Thirteenth floor http://shop.oreilly.com/product/9780596514471.do CJKV Information Processing, 2nd Edition By Ken Lunde wp:Han unification wp:Mojibake http://rosettacode.org/wiki/Greatest_common_divisor http://rosettacode.org/wiki/Rosetta_Code N.Korean Defector Spent a Week Walking to Border http://english.chosun.com/site/data/html_dir/2015/06/17/2015061700826.html From jep200404 at columbus.rr.com Tue Jun 23 17:15:59 2015 From: jep200404 at columbus.rr.com (jep200404 at columbus.rr.com) Date: Tue, 23 Jun 2015 11:15:59 -0400 Subject: [CentralOH] =?utf-8?q?2015-05-15_=E9=81=93=E5=A0=B4_Scribbles_?= =?utf-8?b?76SY5pu4L+aDoeaWhz8gSW5keVB5IFZpZGVvcyBVUkxzOyB4aWtpOyBzdWJt?= =?utf-8?q?it_bug=3B_burstable_billing=3B_crb_devbootcamp=3B_ansible=3B_ca?= =?utf-8?q?ttle_not_pets=3B_modbus=3B_jiro=3B_thurn=27s=3B_enable_VMs_in_B?= =?utf-8?q?IOS?= Message-ID: <20150623111559.26ae5572.jep200404@columbus.rr.com> What's the URL for the May 1st IndyPy videos? I've been using vi for two years now, mainly because I have not figured out how to exit from it. 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 xiki Craig Muth shell wiki kinda like ipython xiki.com watch a screencast gui menus catherine "how to submit a bug" presentation pyohio 2010 teach me python bugfixing pyvideo.org/video/513/ wp:Burstable billing 95 percentile of sampled bandwidth in a month $75 1megabit/s (p95) http://www.techrepublic.com/article/ge-launches-microfactory-to-co-create-the-future-of-manufacturing/ https://firstbuild.com/ http://news.softpedia.com/news/Ubuntu-Powered-Devices-are-Now-a-Thing-Thanks-to-Canonical-Microsoft-Acer-GE-480843.shtml http://www.cnet.com/news/ges-first-build-facility-opens-its-doors/ http://www.columbusrb.com/ http://devbootcamp.com/ http://michaeldehaan.net/ https://twitter.com/laserllama http://www.ansible.com/blog/author/michael-dehaan Puppet Labs https://puppetlabs.com/blog/michael-dehaan-creator-and-community-lead-for-cobbler-joins-reductive-labs-as-product-manager-for-puppet https://puppetlabs.com/blog/farewell-michael-dehaan https://www.linkedin.com/in/michaeldehaan high availability cattle not pets netflix blog http://techblog.netflix.com/ wp:Sympathy for Lady Vengeance hyde http://english.chosun.com/site/data/html_dir/2015/05/15/2015051501482.html wp:Open Platform Communications wp:MODBUS wp:Jiro Dreams of Sushi park to shop big asian market http://www.yelp.com/biz/park-to-shop-dublin http://www.parktoshopmarket.com/ 2757 Festival Lane Columbus, OH 43235 Thurn's on Greenlawn https://en.wikipedia.org/wiki/VirtualBox#Software-based_virtualization In the absence of hardware-assisted virtualization, VirtualBox adopts a standard software-based virtualization approach. This mode supports 32-bit guest OSs which run in rings 0 and 3 of the Intel ring architecture. enable hardware support for virtualization in BIOS then get fast 32-bit and 64-bit VMs Intel Core i7 M 620 https://en.wikipedia.org/wiki/List_of_Intel_Core_i7_microprocessors#.22Arrandale.22_.28MCP.2C_32_nm.29 http://ark.intel.com/products/43560 From eric at intellovations.com Wed Jun 24 02:26:14 2015 From: eric at intellovations.com (Eric Floehr) Date: Tue, 23 Jun 2015 20:26:14 -0400 Subject: [CentralOH] IndyPy Videos URLs Message-ID: On Tue, Jun 23, 2015 at 11:15 AM, wrote: > What's the URL for the May 1st IndyPy videos? > This is a playlist with all five of the presentations plus the lightning talks: https://www.youtube.com/watch?v=gow9_XR3nbY&list=PLt4L3V8wVnF5IU4YPgBgf9nokGOysCb1o -------------- next part -------------- An HTML attachment was scrubbed... URL: From jerry.mindek at gmail.com Tue Jun 30 16:27:38 2015 From: jerry.mindek at gmail.com (jerry.mindek at gmail.com) Date: Tue, 30 Jun 2015 14:27:38 +0000 Subject: [CentralOH] editor presentation Message-ID: Hi all, Last night at the monthly meeting Jim suggested that it would be helpful to have a presentation regarding editors/IDEs for Python. I started working in Python 6 months ago. Being a big fan of emacs I started there, but certain things led me to move to Pycharm. Now I use Pycharm exclusively. I'd love to share with folks why you might choose a full IDE like Pycharm and share some of the useful features it offers. How's that sound? Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjigsaw at gmail.com Tue Jun 30 20:40:06 2015 From: gjigsaw at gmail.com (Jason Green) Date: Tue, 30 Jun 2015 18:40:06 +0000 Subject: [CentralOH] editor presentation In-Reply-To: References: Message-ID: Yes please! On Tue, Jun 30, 2015 at 10:27 AM jerry.mindek at gmail.com < jerry.mindek at gmail.com> wrote: > Hi all, > > Last night at the monthly meeting Jim suggested that it would be helpful > to have a presentation regarding editors/IDEs for Python. > > I started working in Python 6 months ago. Being a big fan of emacs I > started there, but certain things led me to move to Pycharm. Now I use > Pycharm exclusively. > > I'd love to share with folks why you might choose a full IDE like Pycharm > and share some of the useful features it offers. > > How's that sound? > > Thanks, > Jerry > > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdsantiagojr at gmail.com Tue Jun 30 20:57:40 2015 From: jdsantiagojr at gmail.com (John Santiago) Date: Tue, 30 Jun 2015 14:57:40 -0400 Subject: [CentralOH] editor presentation In-Reply-To: References: Message-ID: I think that would be awesome. Have you experiment with some of the open source alternative like Ninja? > On Jun 30, 2015, at 2:40 PM, Jason Green wrote: > > Yes please! > > On Tue, Jun 30, 2015 at 10:27 AM jerry.mindek at gmail.com > wrote: > Hi all, > > Last night at the monthly meeting Jim suggested that it would be helpful to have a presentation regarding editors/IDEs for Python. > > I started working in Python 6 months ago. Being a big fan of emacs I started there, but certain things led me to move to Pycharm. Now I use Pycharm exclusively. > > I'd love to share with folks why you might choose a full IDE like Pycharm and share some of the useful features it offers. > > How's that sound? > > Thanks, > Jerry > > _______________________________________________ > 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 jerry.mindek at gmail.com Tue Jun 30 21:13:21 2015 From: jerry.mindek at gmail.com (jerry.mindek at gmail.com) Date: Tue, 30 Jun 2015 19:13:21 +0000 Subject: [CentralOH] editor presentation In-Reply-To: References: Message-ID: I haven't heard of Ninja and I will look into it. Thanks for the suggestion. -Jerry On Tue, Jun 30, 2015 at 2:57 PM John Santiago wrote: > I think that would be awesome. Have you experiment with some of the open > source alternative like Ninja? > > On Jun 30, 2015, at 2:40 PM, Jason Green wrote: > > Yes please! > > On Tue, Jun 30, 2015 at 10:27 AM jerry.mindek at gmail.com < > jerry.mindek at gmail.com> wrote: > >> Hi all, >> >> Last night at the monthly meeting Jim suggested that it would be helpful >> to have a presentation regarding editors/IDEs for Python. >> >> I started working in Python 6 months ago. Being a big fan of emacs I >> started there, but certain things led me to move to Pycharm. Now I use >> Pycharm exclusively. >> >> I'd love to share with folks why you might choose a full IDE like Pycharm >> and share some of the useful features it offers. >> >> How's that sound? >> >> Thanks, >> Jerry >> >> _______________________________________________ >> 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 > > > _______________________________________________ > CentralOH mailing list > CentralOH at python.org > https://mail.python.org/mailman/listinfo/centraloh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdsantiagojr at gmail.com Tue Jun 30 21:49:03 2015 From: jdsantiagojr at gmail.com (John Santiago) Date: Tue, 30 Jun 2015 15:49:03 -0400 Subject: [CentralOH] editor presentation In-Reply-To: References: Message-ID: I am a huge fan of PyCharm. Ninja is is open source and built with Python. Would be cool to hear what you think of it. http://ninja-ide.org/ > On Jun 30, 2015, at 3:13 PM, jerry.mindek at gmail.com wrote: > > I haven't heard of Ninja and I will look into it. > Thanks for the suggestion. > > -Jerry > > > > > On Tue, Jun 30, 2015 at 2:57 PM John Santiago > wrote: > I think that would be awesome. Have you experiment with some of the open source alternative like Ninja? > >> On Jun 30, 2015, at 2:40 PM, Jason Green > wrote: >> >> Yes please! >> >> On Tue, Jun 30, 2015 at 10:27 AM jerry.mindek at gmail.com > wrote: >> Hi all, >> >> Last night at the monthly meeting Jim suggested that it would be helpful to have a presentation regarding editors/IDEs for Python. >> >> I started working in Python 6 months ago. Being a big fan of emacs I started there, but certain things led me to move to Pycharm. Now I use Pycharm exclusively. >> >> I'd love to share with folks why you might choose a full IDE like Pycharm and share some of the useful features it offers. >> >> How's that sound? >> >> Thanks, >> Jerry >> >> _______________________________________________ >> 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 > > _______________________________________________ > 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 Tue Jun 30 22:24:59 2015 From: jep200404 at columbus.rr.com (jep200404 at columbus.rr.com) Date: Tue, 30 Jun 2015 16:24:59 -0400 Subject: [CentralOH] =?utf-8?q?2015-06-30_=E9=81=93=E5=A0=B4_Scribbles_?= =?utf-8?b?76SY5pu4L+aDoeaWhz8gTm8gZG9qbyBvbiBKdWx5IDM7IHBsYWNlIGtpdHRl?= =?utf-8?q?n=3B_initiative=3B_Python_for_Kids=3B_playfulness_paw_lorem_ips?= =?utf-8?q?um_*tool=5Bsz=5D_gleick_feynman_sonic_space_misty?= Message-ID: <20150630162459.3304961c.jep200404@columbus.rr.com> No dojo on July 3 someone needs to update meetup website Next dojo is July 10 Take the initiative. If the dojos are at a time or place that is not convenient for you, then hold a dojo at a time and place that is convenient for you. 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 newbie Ubuntu Sony Vaio T4300 64-bit two cores, no hardware support for virtualization 3GB RAM "Python for Kids" is very easy for this person can understand Python without even doing it A Playful Introduction to Programming http://www.nostarch.com/pythonforkids playfulness is important in learning https://automatetheboringstuff.com/ from the same guy who wrote http://inventwithpython.com/chapters/ http://inventwithpython.com/pygame/chapters/ http://inventwithpython.com/hacking/chapters/ we had more than the usual distractions register for pyohio Physics Analysis Workstation http://paw.web.cern.ch/paw/ http://www.linuxjournal.com/content/physics-analysis-workstation wp:Lorem ipsum http://www.lipsum.com/ http://veggieipsum.com/ http://baconipsum.com/ http://baconmockup.com/ http://placekitten.com/ http://www.laurenipsum.org/ http://opensource.com/life/15/6/2015-summer-reading-list mockingjay hunger games github loves python rust logo: R sprocket mounting holes Is this a real name? isislovecruft - Isis Agora Lovecruft wp:cruft functools (standard) (too bad Rob Funk did not name this one) pytoolz Erik Welch!!! way to go!!! https://github.com/eriknw https://github.com/pytoolz check out his PyOhio 2014 video https://pypi.python.org/pypi?%3Aaction=search&term=toolz&submit=search toolz cytoolz classtoolz functoolz itertoolz assetoolz wp:G?del, Escher, Bach wp:James Gleick wp:Chaos: Making a New Science Genius: The Life and Science of Richard Feynman Feynmann technique for solving problems Feynman Algorithm 1. Write down the problem. 2. Think real hard. 3. Write down the solution. http://www.c2.com/cgi/wiki?FeynmanAlgorithm Feynmann technique for reading a book wp:Cocteau Twins happy music wp:Fiorella Terenzi wp:Jaron Lanier wp:Crayon Pop wp:Bar Bar Bar wp:Teletubbies wp:Joni Mitchell start with Clouds or Ladies of the Canyon finish with: wp:Mingus (Joni Mitchell album) Shadows and Light (concert film) wp:Jaco Pastorius wp:Don Juan's Reckless Daughter wp:Pat Metheny wp:Shadows and Light sonic space of k pop "sonic" is favorite adjective wp:Well temperament (compromise, where everything is slightly out of tune) wp:Just intonation (ratios of small integers) wp:Equal temperament (dominant compromise: 2**(n/12.)) wp:Musical temperament Vaughn Wiester's Famous Jazz Orchestra http://ofgc.bizland.com/famous_jazz_orchestra.htm http://ofgc.net/ http://tommyemmanuel.com/ wp:Vaughn Wiester wp:Don Juan's Reckless Daughter wp:The House of the Rising Sun wp:Inside (Paul Horn album) wp:Melody Gardot rainbow wp:bus factor wp:Radiohead wp:My Foolish Heart (song) wp:Kurt Elling wp:Let's Get Lost (1988 film) wp:Killing Me Softly wp:The First Time Ever I Saw Your Face wp:Roberta Flack wp:Cannonball Adderley wp:Erroll Garner wp:Play Misty For Me wp:Laurie Anderson wp:O Superman wp:Home of the Brave (1986 film) wp:Adrian Belew wp:David Van Tieghem wp:Am I Not Your Girl? wp:Pop Pop wp:Up from the Skies wp:Jimi Hendrix wp:Stax Records wp:Herbie Hancock wp:Head Hunters wp:Empyrean Isles wp:Kind of Blue wp:Time Out (album) wp:The Blues Brothers (film) wp:Cab Calloway wp:Peter Gunn wp:In Visible Silence Opus 4 wp:Charles Mingus wp:Who's on First? wp:The Guess Who wp:The Who wp:The The wp:Yes wp:Tommy (1975 film) beans wp:Theremin wp:L?on Theremin wp:The Thing (listening device) wp:Huguenot Generators can be implemented with closures, albeit without the nifty yield syntax. virtualenv highly recommended ipython notebook tmpnb.org From eric at intellovations.com Tue Jun 30 22:38:47 2015 From: eric at intellovations.com (Eric Floehr) Date: Tue, 30 Jun 2015 16:38:47 -0400 Subject: [CentralOH] =?utf-8?q?2015-06-30_=E9=81=93=E5=A0=B4_Scribbles_?= =?utf-8?b?76SY5pu4L+aDoeaWhz8gTm8gZG9qbyBvbiBKdWx5IDM7IHBsYWNlIGtp?= =?utf-8?q?tten=3B_initiative=3B_Python_for_Kids=3B_playfulness_paw?= =?utf-8?q?_lorem_ipsum_*tool=5Bsz=5D_gleick_feynman_sonic_space_mi?= =?utf-8?q?sty?= In-Reply-To: <20150630162459.3304961c.jep200404@columbus.rr.com> References: <20150630162459.3304961c.jep200404@columbus.rr.com> Message-ID: On Tue, Jun 30, 2015 at 4:24 PM, wrote: > No dojo on July 3 > someone needs to update meetup website > Next dojo is July 10 > Done. Thanks, and thanks for the Scribbles! -------------- next part -------------- An HTML attachment was scrubbed... URL: