From owner-freebsd-questions@freebsd.org Sat Nov 7 21:52:45 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07E49A299E4 for ; Sat, 7 Nov 2015 21:52:45 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBCAA1FC6 for ; Sat, 7 Nov 2015 21:52:44 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.local (localhost [192.168.5.2]) by webmail.dweimer.net (8.15.2/8.15.2) with ESMTPS id tA7LVdZq012879 (version=TLSv1.2 cipher=DHE-RSA-CHACHA20-POLY1305 bits=256 verify=NO); Sat, 7 Nov 2015 15:31:39 -0600 (CST) (envelope-from dweimer@dweimer.net) Received: (from www@localhost) by webmail.dweimer.local (8.15.2/8.15.2/Submit) id tA7LVcY7012878; Sat, 7 Nov 2015 15:31:38 -0600 (CST) (envelope-from dweimer@dweimer.net) X-Authentication-Warning: webmail.dweimer.local: www set sender to dweimer@dweimer.net using -f To: FreeBSD FreeBSD Subject: Re: IDE for Python X-PHP-Script: www.dweimer.net/webmail/index.php for 192.168.5.1, 192.168.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 07 Nov 2015 15:31:38 -0600 From: dweimer Cc: Jerry Organization: dweimer.net Reply-To: dweimer@dweimer.net Mail-Reply-To: dweimer@dweimer.net In-Reply-To: <20151107152258.39e32c2c@seibercom.net> References: <20151107152258.39e32c2c@seibercom.net> Message-ID: <5a40f54314c7550fce3b60a36ffac6bd@dweimer.net> X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/1.1.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2015 21:52:45 -0000 On 2015-11-07 2:22 pm, Jerry wrote: > I am in the process of learning Python and am interested in a good IDE > application. One that runs on both Windows and FreeBSD would be ideal > since I > spend time on both systems. I have seen several listed, but I have no > practical way of determining which ones are superior. Unfortunately, I > do not > have the time to try out each and everyone of them. My favorite is Eric IDE http://www.eric-ide.python-projects.org/ I have had no problems with it on Windows, and of course it works well with FreeBSD, and is included in the ports system. Integrates nicely with QT Designer, for working with Qt for GUI layouts. And plays nicely with a few different version control systems, I personally have only used it with subversion. But these often come down to personal preference what I like you may hate. -- Thanks, Dean E. Weimer http://www.dweimer.net/