From wereapwhatwesow at gmail.com Mon Aug 15 16:58:28 2016 From: wereapwhatwesow at gmail.com (Steve Young) Date: Mon, 15 Aug 2016 15:58:28 -0500 Subject: [omaha] August Meeting - 2 days away Message-ID: Hello everyone. The August meeting is scheduled for this Wednesday, 8/17, 6:30 - 8pm. DoSpace was unavailable, but I was able to get the large room at Alley Poyner Macchietto Architects. I have not been at the past couple of meetings, and do not have any information about topics or speakers. Was this discussed at the last meeting? If not, please let us know if you have a talk or question you wish to bring. Lastly, please rsvp so we can get an idea of who can attend. I know it is busy for some with school starting. Steve From choman at gmail.com Mon Aug 15 22:23:23 2016 From: choman at gmail.com (Chad Homan) Date: Mon, 15 Aug 2016 21:23:23 -0500 Subject: [omaha] August Meeting - 2 days away In-Reply-To: References: Message-ID: I'm in DC and will not be able to make it On Aug 15, 2016 4:58 PM, "Steve Young via Omaha" wrote: > Hello everyone. The August meeting is scheduled for this Wednesday, 8/17, > 6:30 - 8pm. > > DoSpace was unavailable, but I was able to get the large room at Alley > Poyner Macchietto Architects. > > I have not been at the past couple of meetings, and do not have any > information about topics or speakers. Was this discussed at the last > meeting? If not, please let us know if you have a talk or question you > wish to bring. > > Lastly, please rsvp so we can get an idea of who can attend. I know it is > busy for some with school starting. > > Steve > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > https://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From bkealey at unomaha.edu Mon Aug 15 22:50:01 2016 From: bkealey at unomaha.edu (Burch Kealey) Date: Tue, 16 Aug 2016 02:50:01 +0000 Subject: [omaha] Help Message-ID: Hi All, My team uses LiClipse and I use IDLE. For more than two years I have put off trying to learn how to use LiClipse. I keep putting it off. However, I received an email from a client today who described a problem I could replicate using our application. From what I understand, I should be able to use LiClipse to step through the code to determine exactly why our application is crashing in the case that they are working on. I would really like to get comfortable using LiClipse to learn how to use the debugging feature. Thus I would like to hire someone (at commercial rates) to address this very specific case. That is, I want to have them work with me (in-person) to run our application and find out exactly why a particular html file is causing the application to crash. I want to note that I have already tried to do this at the command prompt (I received a message from Windows that python.exe stopped working). Thus, the resolution is going to require that we step through the code with some particular input files to find what is causing this issue. I know many of you are not Window's fans. But I work in Windows so that is part of the issue. The primary (most important) library we use in this bit of code is LXML, I am pretty comfortable with LXML and am not looking for a substitute. I am trying to jumpstart my understanding of using a more sophisticated IDE. I am happy to negotiate a minimum fee - that is if we can sort this out in half an hour - we both walk away excited and then set an hourly rate on top. Further, while the rest of the team is using LiClipse I am not averse to working with another full-featured IDE. I feel like once I can fully get my head around the application other, similar applications should not be that hard. I suspect you could read this and wonder how someone could be so stupid as to not be able to do this on their own. I only have one brain cell and usually when I am working I am dealing with lots of other noise. Please respond to me directly (bkealey at directedgar.com) as it does not seem reasonable to clutter up the list with the details of our conversations. With regards Burch From wes.turner at gmail.com Tue Aug 16 04:43:01 2016 From: wes.turner at gmail.com (Wes Turner) Date: Tue, 16 Aug 2016 03:43:01 -0500 Subject: [omaha] Help In-Reply-To: References: Message-ID: These links may be generally useful in regards to Python XML libraries and debugging : - https://pypi.python.org/pypi/defusedxml - (I learned about this library from Two Scoops of Django) - https://pypi.python.org/pypi/pdbpp - https://docs.python.org/2/library/pdb.html#debugger-commands - http://www.pydev.org/manual_adv_debugger.html I'm not specifically familiar with LiClipse, though years ago I worked with PyDev and Aptana. - https://westurner.org/wiki/awesome-python-testing#debugging I am looking for Python work, please do contact me if these links were not helpful in resolving the issue you describe. On Monday, August 15, 2016, Burch Kealey via Omaha wrote: > Hi All, > > > My team uses LiClipse and I use IDLE. For more than two years I have put > off trying to learn how to use LiClipse. I keep putting it off. > > > However, I received an email from a client today who described a problem I > could replicate using our application. From what I understand, I should be > able to use LiClipse to step through the code to determine exactly why our > application is crashing in the case that they are working on. > > > I would really like to get comfortable using LiClipse to learn how to use > the debugging feature. Thus I would like to hire someone (at commercial > rates) to address this very specific case. That is, I want to have them > work with me (in-person) to run our application and find out exactly why a > particular html file is causing the application to crash. I want to note > that I have already tried to do this at the command prompt (I received a > message from Windows that python.exe stopped working). Thus, the > resolution is going to require that we step through the code with some > particular input files to find what is causing this issue. > > > I know many of you are not Window's fans. But I work in Windows so that > is part of the issue. The primary (most important) library we use in this > bit of code is LXML, I am pretty comfortable with LXML and am not looking > for a substitute. I am trying to jumpstart my understanding of using a > more sophisticated IDE. > > > I am happy to negotiate a minimum fee - that is if we can sort this out in > half an hour - we both walk away excited and then set an hourly rate on top. > > > Further, while the rest of the team is using LiClipse I am not averse to > working with another full-featured IDE. I feel like once I can fully get > my head around the application other, similar applications should not be > that hard. > > > I suspect you could read this and wonder how someone could be so stupid as > to not be able to do this on their own. I only have one brain cell and > usually when I am working I am dealing with lots of other noise. > > > Please respond to me directly (bkealey at directedgar.com ) as > it does not seem reasonable to clutter up the list with the details of our > conversations. > > > With regards > > > Burch > > > > > > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > https://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From davidgraham16 at gmail.com Tue Aug 16 17:09:07 2016 From: davidgraham16 at gmail.com (David Graham) Date: Tue, 16 Aug 2016 16:09:07 -0500 Subject: [omaha] August Meeting - 2 days away In-Reply-To: References: Message-ID: I won't be able to make it tomorrow night. ~ DG On Mon, Aug 15, 2016 at 3:58 PM, Steve Young via Omaha wrote: > Hello everyone. The August meeting is scheduled for this Wednesday, 8/17, > 6:30 - 8pm. > > DoSpace was unavailable, but I was able to get the large room at Alley > Poyner Macchietto Architects. > > I have not been at the past couple of meetings, and do not have any > information about topics or speakers. Was this discussed at the last > meeting? If not, please let us know if you have a talk or question you > wish to bring. > > Lastly, please rsvp so we can get an idea of who can attend. I know it is > busy for some with school starting. > > Steve > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > https://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From wereapwhatwesow at gmail.com Wed Aug 17 12:10:57 2016 From: wereapwhatwesow at gmail.com (Steve Young) Date: Wed, 17 Aug 2016 11:10:57 -0500 Subject: [omaha] August Meeting Canceled/September Topics Message-ID: Hi All, Since no one has responded that they can attend, and I have a busy schedule this week, lets cancel tonight's meeting. But, so we can get some momentum for the next few meetings, lets start the conversation for topics/speakers for Sept, Oct, and Nov. Here are some items on our agenda: Geographic Information Systems (GIS) Objects in python. I'm aware that they exist, but haven't done much with them. How do they compare to C++ or Java? Raspberry PI projects http://winpdb.org/ Jython PyPy (shed skin etc) Functional Programming GUI Dev Image analysis RaspberryPi et al and Python Python on Android Python and Music/Sonos (soco) Contributing to an Open Source Project - Code Sprint pythonsprints.com python and weather Learn Python + Code Sprint Learning to Test (Steve) Webscraping Sysadmin tools Threading Special Events: Sprint for open source project World Herald Govt data research events Hack Omaha Code Retreat Python Workshop