Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54052
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <fabiofz@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; 'programmer': 0.03; 'ide': 0.09; 'cc:addr:python-list': 0.11; 'suggest': 0.14; 'cc:name:python list': 0.16; 'fabio': 0.16; 'subject:user': 0.16; 'apps': 0.16; 'wrote:': 0.18; 'hey': 0.18; 'wed,': 0.18; 'bit': 0.19; 'email addr:gmail.com>': 0.22; 'python?': 0.22; 'cc:addr:python.org': 0.22; 'url:moin': 0.24; 'cheers,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'related': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'url:wiki': 0.31; 'sep': 0.31; 'anyone': 0.31; 'probably': 0.32; 'url:python': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'too': 0.37; 'url:mail': 0.40; 'new': 0.61; 'you.': 0.62; "you'll": 0.62; 'personal': 0.63; 'grab': 0.64; 'to:addr:gmail.com': 0.65; 'worth': 0.66; 'experiment': 0.84; 'subject:recommended': 0.84; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Jf5IFT2K70lmYXuBN+4aLE3jFzujbOYDIhUx9DezDhE=; b=BT8vaufYrPslmzouodDPwQTwM37DJeBX+uvH6VHFWdzAOH/1MT8rlylBE9fJmxUqDd qi+yHddCGHDN7ekJDUmVL3nSHw1Fd7w+sN+RufFaczjqHNyIL72ckgIbyf4s/egi5IRh raepM9Unz4G594kpkIRFQqM/W++1d7vP/GJTi6PmSwW4cw+6MnbljmSDyR8EU7GrIw08 9dHdeyu1YAnzODriqQtUotquqUJwyuI0hWoe73HaB6k4ndwnyTJE7l4mNBglvdi+FCcm UnW8tSNez9/fe04Giq6GdFM+PIcO4jAr5bDz64SP4aqlLML2JtWv28QgbaxUMVKnYSkO wL2Q== |
| X-Received | by 10.221.51.206 with SMTP id vj14mr6386595vcb.17.1378987992628; Thu, 12 Sep 2013 05:13:12 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <091bbe36-8cf9-412f-b7e9-2b3cc89dd363@googlegroups.com> |
| References | <091bbe36-8cf9-412f-b7e9-2b3cc89dd363@googlegroups.com> |
| From | Fabio Zadrozny <fabiofz@gmail.com> |
| Date | Thu, 12 Sep 2013 09:12:52 -0300 |
| Subject | Re: better and user friendly IDE recommended? |
| To | mnish1984@gmail.com |
| Content-Type | multipart/alternative; boundary=001a1133225273456304e62ea903 |
| Cc | python list <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.310.1378988000.5461.python-list@python.org> (permalink) |
| Lines | 58 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1378988000 news.xs4all.nl 15986 [2001:888:2000:d::a6]:52215 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:54052 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
You'll probably get way too many answers (everyone has its own personal favorite). I suggest you check: http://stackoverflow.com/questions/81584/what-ide-to-use-for-python and https://wiki.python.org/moin/IntegratedDevelopmentEnvironments, grab the ones you think are worth it, experiment with them a bit and use what works best for you. Cheers, Fabio On Wed, Sep 11, 2013 at 11:14 AM, <mnish1984@gmail.com> wrote: > Hey i am a programmer but new to python. Can anyone guide me in knowing > which is a better IDE used to develop web related apps that connect to DB > using python? > -- > https://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
better and user friendly IDE recommended? mnish1984@gmail.com - 2013-09-11 07:14 -0700
Re: better and user friendly IDE recommended? Adam Tauno Williams <awilliam@whitemice.org> - 2013-09-11 15:51 -0400
Re: better and user friendly IDE recommended? Ben Finney <ben+python@benfinney.id.au> - 2013-09-12 09:44 +1000
Re: better and user friendly IDE recommended? Joshua Landau <joshua@landau.ws> - 2013-09-12 08:09 +0100
Re: better and user friendly IDE recommended? Paul Rudin <paul.nospam@rudin.co.uk> - 2013-09-12 16:47 +0100
Re: better and user friendly IDE recommended? Veritatem Ignotam <veritatem.ignotam@gmail.com> - 2013-09-12 12:00 -0400
Re: better and user friendly IDE recommended? Joe Junior <joe.fbs.junior@gmail.com> - 2013-09-12 14:04 -0300
Re: better and user friendly IDE recommended? Joshua Landau <joshua@landau.ws> - 2013-09-16 05:42 +0100
Re: better and user friendly IDE recommended? Ben Finney <ben+python@benfinney.id.au> - 2013-09-12 18:04 +1000
Re: better and user friendly IDE recommended? Joshua Landau <joshua@landau.ws> - 2013-09-12 11:02 +0100
Re: better and user friendly IDE recommended? Paul Pittlerson <menkomigen6@gmail.com> - 2013-09-12 03:55 -0700
Re: better and user friendly IDE recommended? Fabio Zadrozny <fabiofz@gmail.com> - 2013-09-12 09:12 -0300
Re: better and user friendly IDE recommended? Wayne Werner <wayne@waynewerner.com> - 2013-09-12 09:22 -0500
Re: better and user friendly IDE recommended? Westley Martínez <anikom15@gmail.com> - 2013-09-12 10:23 -0700
Re: better and user friendly IDE recommended? Adrián Espinosa <mortuuslordofdeads@gmail.com> - 2013-09-12 14:15 -0700
Re: better and user friendly IDE recommended? memilanuk <memilanuk@gmail.com> - 2013-09-14 14:22 -0700
Re: better and user friendly IDE recommended? eric@invalid.com (EricF) - 2013-09-16 02:48 +0000
Re: better and user friendly IDE recommended? rusi <rustompmody@gmail.com> - 2013-09-17 06:56 -0700
csiph-web