RE: Open Source IDE to start with Django Web development

2019-11-07 Thread Anthony Winner
(for Python, CSS, strait text, …) , a debugger, DB admin and management, some web admin,… Cheers Anthony From: django-users@googlegroups.com On Behalf Of Siratim Mustaquim Sent: Thursday, November 7, 2019 5:39 AM To: django-users@googlegroups.com Subject: Re: Open Source IDE to start with

Re: Open Source IDE to start with Django Web development

2019-11-07 Thread BR
Something to consider is that Django is Python, HTML, and Javascript. VS Code can do all three with highlighting, formatting, etc, and it all happens automatically as you switch between editing files. The Git support is excellent as well, as others said. On Thursday, November 7, 2019 at 9:18:25

Re: Open Source IDE to start with Django Web development

2019-11-07 Thread johnf
Every time I see one these which is the best IDE - I never see WingIDE.  I often wonder why.  It works as well as any other of the suggestions? Johnf On 11/7/19 5:38 AM, Siratim Mustaquim wrote: Why don't you just try a few IDE's and text editors, IDK how much OSS or NonOSS IDE will affect you

Re: Open Source IDE to start with Django Web development

2019-11-07 Thread Siratim Mustaquim
Why don't you just try a few IDE's and text editors, IDK how much OSS or NonOSS IDE will affect your project, but if 'you' don't feel comfortable with it, I can guarantee, that will affect your project. Assuming u are not in a limited internet connection package, download a few of the available on

Re: Open Source IDE to start with Django Web development

2019-11-07 Thread vineet daniel
VSCode. On Thu, 7 Nov 2019, 16:39 John McClain, wrote: > agreed, but... > > pycharm is dedicated to python and vs code is generally suitable for any > others assuming the person operating can configure their environments. > > the person was asking for an IDE suitable for python specifically whic

Re: Open Source IDE to start with Django Web development

2019-11-07 Thread John McClain
agreed, but... pycharm is dedicated to python and vs code is generally suitable for any others assuming the person operating can configure their environments. the person was asking for an IDE suitable for python specifically which is why I throughout pycharm ultimately, I would go with vs code b

Re: Open Source IDE to start with Django Web development

2019-11-07 Thread Parth Joshi
VS Code works like a Charm. (Pun intended :-) ) There are lint, autocomplete and git extensions which you can use for setting up dev environment. Regards, Parth Joshi > On 06-Nov-2019, at 4:22 PM, himanshu goyal wrote: > > To Community, > > Greetings! > > Could you suggest a good open s

Re: Open Source IDE to start with Django Web development

2019-11-07 Thread John McClain
pycharm or vs code On Wed, 6 Nov 2019 at 12:36, himanshu goyal wrote: > To Community, > > Greetings! > > Could you suggest a good open source IDE for Django? URL to download will > be helpful. > > Thanks, > Himanshu > India > > -- > You received this message because you are subscribed to the Goo

Re: Open Source IDE to start with Django Web development

2019-11-06 Thread Bezama Marolahy Randriamifidy
Visual studio code or pycharm are the best Le mer. 6 nov. 2019 à 13:56, Kasper Laudrup a écrit : > Hi Himanshu, > > On 06/11/2019 11.52, himanshu goyal wrote: > > To Community, > > > > Greetings! > > > > Could you suggest a good open source IDE for Django? URL to download > > will be helpful. >

Re: Open Source IDE to start with Django Web development

2019-11-06 Thread Fabio Caritas Barrionuevo da Luz
> > But free edition of PyCharm expires after 1 month or so. > This is not entirely true. The Pycharm has two versions: Pycharm Professional and Pycharm Community Pycharm Professional has a free trial that expires after 1 month. After the trial time, you must purchase a license to continue to

Re: Open Source IDE to start with Django Web development

2019-11-06 Thread himanshu goyal
Thank you Kasper! I am intended to create a personal website to start with. It will have videos, text articles and images. I am planning to deploy it on GCP. Thanks. On Wed, 6 Nov, 2019, 6:26 PM Kasper Laudrup, wrote: > Hi Himanshu, > > On 06/11/2019 11.52, himanshu goyal wrote: > > To Commun

Re: Open Source IDE to start with Django Web development

2019-11-06 Thread Ahmed Shahwan
Visual Studio Code is very easy to use and excellent for python. You just need to download the Python language support, django extension and you're good to go. On Wednesday, 6 November 2019 14:38:17 UTC+2, himanshu goyal wrote: > > To Community, > > Greetings! > > Could you suggest a good open s

Re: Open Source IDE to start with Django Web development

2019-11-06 Thread himanshu goyal
But free edition of PyCharm expires after 1 month or so. On Wed, 6 Nov, 2019, 6:52 PM Jasim Ak, wrote: > PyCharm is fantastic in terms of code completion, linting etc and if > you're a student, you might get their professional edition for free as > well. Please note that they have a community e

Re: Open Source IDE to start with Django Web development

2019-11-06 Thread Jasim Ak
PyCharm is fantastic in terms of code completion, linting etc and if you're a student, you might get their professional edition for free as well. Please note that they have a community edition that is open source. On Wed, 6 Nov 2019, 18:26 Kasper Laudrup, wrote: > Hi Himanshu, > > On 06/11/2019

Re: Open Source IDE to start with Django Web development

2019-11-06 Thread Kasper Laudrup
Hi Himanshu, On 06/11/2019 11.52, himanshu goyal wrote: To Community, Greetings! Could you suggest a good open source IDE for Django? URL to download will be helpful. What is considered "good" is highly subjective, so you will get widely different answers depending on who you ask. I pe

Re: Open Source IDE to start with Django Web development

2019-11-06 Thread Laura Pérez
I am using Visual Studio Code, and I love it (https://code.visualstudio.com/ ). Em qua, 6 de nov de 2019 às 09:37, himanshu goyal escreveu: > To Community, > > Greetings! > > Could you suggest a good open source IDE for Django? URL to download will > be helpful. > > Thanks, > Himanshu > India >