[BangPypers] ETL Tools / Frameworks in Python !

2013-05-15 Thread konark modi
Hi I was evaluating ETL tools/frameworks and Reporting Suites for my current project. All the tools that I came across specially the free ones are all written in Java. Just wanted to understand what are the other options of such tools / frameworks in Python ? ETL Purposes : Talend, Kattle Repor

Re: [BangPypers] [Inpycon] Volunteer for Managing pycon India Website content

2013-05-22 Thread konark modi
Hi Would like to contribute. Please let me know, how I could help. Regards Konark On Wed, May 22, 2013 at 2:51 PM, vijay wrote: > Hi All, >We need couple of people to take charge of PyCon India website. >Tasks include tweaking the website software and manage the content. >Code is o

Re: [BangPypers] Need Help

2013-08-22 Thread konark modi
Hi Although I am not from Bangalore, but there was a similar question asked on the mailing list, so listing the same options below. https://fifthelephant.in/2013/venue Regards Konark On Thu, Aug 22, 2013 at 11:57 PM, Kumar Anirudha wrote: > Sir, > I'm to attend Pycon India workshop at Nimhans

Re: [BangPypers] Help Required with understanding Python Import

2013-09-10 Thread konark modi
Hi Jagan, This should be of your interest : http://pyvideo.org/video/1707/how-import-works Regards Konark On Tue, Sep 10, 2013 at 3:36 PM, Vaikuntham Jagannath < vjagannat...@gmail.com> wrote: > Hi, > > I am trying to dynamically import classes & create instances of those > classes. > > Can yo

Re: [BangPypers] Teaching Python in school

2013-09-24 Thread konark modi
Thanks for sharing this... Very nice... On Wed, Sep 25, 2013 at 12:10 AM, Palak Mathur wrote: > On Tue, Sep 24, 2013 at 1:10 PM, Lakshman Prasad >wrote: > > > How I wished I was a decade younger and in college today! > > > So true. This surely is a nice way for teachers and learners both to ad

Re: [BangPypers] Django with MSSQL Server 2008

2013-09-26 Thread konark modi
I have used Python + TEIDD via JDBC, and Python + Microsoft SQL Server using ODBC.. I'll share my steps with you for connecting ODBC + Python on a linux machine(CentOS 5.x, 6.x) . 1. Install FREE TDS 2. Install Unix ODBC 3. Install PyODBC 4. Configure the TDS and ODBC settings in $HOME/etc/*.conf

Re: [BangPypers] [SQLAlchemy R&D] Working of Session in thread

2013-10-10 Thread konark modi
Hi Saju, I have not much worked on SQLAlchemy sessions, but this can be of your help : http://pyvideo.org/video/1767/the-sqlalchemy-session-in-depth-0 Regards Konark On Thu, Oct 10, 2013 at 8:55 PM, Saju M wrote: > Could someone please explain, Howto sqlalchemy creating new Session and > conn

Re: [BangPypers] First python interview

2013-10-17 Thread konark modi
This is a great introduction to data structures and algorithms and that too in Python. http://interactivepython.org/courselib/static/pythonds/Introduction/introduction.html Regards Konark On Thu, Oct 17, 2013 at 10:50 AM, ashish makani wrote: > Some really insightful stuff here > > https://news

Re: [BangPypers] { Parsing excel file }

2014-03-10 Thread konark modi
Hi For parsing .xls files with Python, I've used xlrd lib ( https://pypi.python.org/pypi/xlrd) quite extensively. Let's you move around multiple sheets aswell and parse data easily. Regards Konark On Mon, Mar 10, 2014 at 3:59 PM, Noufal Ibrahim KV wrote: > On Mon, Mar 10 2014, Shashidhar Parag

Re: [BangPypers] [ onClick run python script ]

2014-04-15 Thread konark modi
Hi Shashidhar, Although you have listed a very small requirement in terms of feature set, I believe same can expedite to a complex and interesting scenario. If it is a web application do look into systems like : Jobtastic [ http://policystat.github.io/jobtastic/ ] which is meant for running user

[BangPypers] Anyone Travelling for EuroPython ?

2014-07-07 Thread konark modi
Hi Wanted to know if anyone on the list is planning to travel for EuroPython 2014 this July. Regards Konark ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Compare two htmls for unittest

2015-03-14 Thread konark modi
Can you share few examples of valid and invalid cases. ? On Sat, Mar 14, 2015 at 1:01 PM, Amit Sethi wrote: > Hi All , I plan to port my html templates for mail to a new templating > engine. So i am setting up some unit tests for that. However I am not > sure how do i compare two html strings fo