RE: Open Source IDE to start with Django Web development

2019-11-07 Thread Anthony Winner
Himanshu,

I agree, IDE’s are a really personal choice, everyone as you can see has a 
different view of what is good, I for instance Love Eclipse, mainly as I have 
used it for 10+ years, I know it quirks(all IDE’s have them) and as I work with 
c , Python, embedded code, SQL and others, it simply fills the bill of a one 
stop shop for me.  Currently I have one setup with PyDev (the python plugin), 
the c developers plugin, a SQL admin app (DBeaver) , and many other plugins to 
simply make things easy for me. Using it for Django / Python is a breeze, 
especially when it come to debugging, one button to start the system in regular 
or debugging mode, understands the python threads created in Django,  and 
allows me to find bugs and strange interactions easily.

So my suggestion is, . to figure out what makes a “good” IDE to you, shop 
through the suggestions from the replies, and choose a top two or three that 
seem to fit the bill for you, and then spend some time with them, I think 
following that path will lead you to what works for you. Remember an IDE is not 
just an editor, it an environment, so it should cover all the bases you need, 
for Django work, you need the editor (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 Django Web development


** External Email **
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 ones, and start using them.

PyCharm IDE is a great tool. But it may feel big and bulky sometimes,
while VSCode editor is faster in terms of opening projects.

I tried Geanny, didn't like it, because it made some weird behavior I terms of 
indentation and tabs, I couldn't figure how I could make "tab=4spaces" instead 
of "tab=1tab".

Vim and Vim like ones are too difficult for me, so I skipped.

I saw people developing python in Visual Studio. Again, amazing IDE, might feel 
a bit heavy at one point.

And last but not least, The one and Only IDLE.
I still like it, and for quick scripting and quick checks, amazing.

So, pick one that is comfortable for you. What is easy to me might not be the 
same for u. Try a few, find what u like.

Happy Coding

On Thu, Nov 7, 2019, 7:03 PM vineet daniel 
mailto:vineetdan...@gmail.com>> wrote:
VSCode.

On Thu, 7 Nov 2019, 16:39 John McClain, 
mailto:jmcclain0...@gmail.com>> 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 which is why 
I throughout pycharm

ultimately, I would go with vs code but it takes a bit more knowledge than 
pycharm does

On Thu, 7 Nov 2019 at 11:00, Parth Joshi 
mailto:joshipart...@gmail.com>> wrote:
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 
mailto:hgoyal1...@gmail.com>> 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 Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
django-users+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fdjango-users%2F767f5e59-20b7-4a3a-989a-dedb0e40ceff%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter=02%7C01%7C%7C512551119b0c4401dbfe08d76387e225%7C994c3e8bb42845fb8640593ef0303f7f%7C0%7C0%7C637087307586356711=WmGYhJcyLaRJSo7Ei608ZQhvclnOcbEE59Q1z7Q3ep0%3D=0>.

--
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
django-users+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/37EB9045-4C0B-465E-BDF8-C90A73956A45%40gmail.com<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fm

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 AM UTC-5, johnf wrote:
>
> 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 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 ones, and start using them.
>
> PyCharm IDE is a great tool. But it may feel big and bulky sometimes, 
> while VSCode editor is faster in terms of opening projects.
>
> I tried Geanny, didn't like it, because it made some weird behavior I 
> terms of indentation and tabs, I couldn't figure how I could make 
> "tab=4spaces" instead of "tab=1tab".
>
> Vim and Vim like ones are too difficult for me, so I skipped. 
>
> I saw people developing python in Visual Studio. Again, amazing IDE, might 
> feel a bit heavy at one point.
>
> And last but not least, The one and Only IDLE. 
> I still like it, and for quick scripting and quick checks, amazing. 
>
> So, pick one that is comfortable for you. What is easy to me might not be 
> the same for u. Try a few, find what u like.
>
> Happy Coding
>
> On Thu, Nov 7, 2019, 7:03 PM vineet daniel  > wrote:
>
>> 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 which 
>>> is why I throughout pycharm
>>>
>>> ultimately, I would go with vs code but it takes a bit more knowledge 
>>> than pycharm does
>>>
>>> On Thu, 7 Nov 2019 at 11:00, Parth Joshi >> > wrote:
>>>
 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 source IDE for Django? URL to download 
 will be helpful.

 Thanks,
 Himanshu
 India

 -- 
 You received this message because you are subscribed to the Google 
 Groups "Django users" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to django...@googlegroups.com .
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com
  
 
 .


 -- 
 You received this message because you are subscribed to the Google 
 Groups "Django users" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to django...@googlegroups.com .
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/django-users/37EB9045-4C0B-465E-BDF8-C90A73956A45%40gmail.com
  
 
 .

>>>
>>>
>>> -- 
>>> John McClain
>>>
>>> Cell: 085-1977-823
>>> Skype: jmcclain0129
>>> Email: jmccla...@gmail.com 
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to django...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/CAN-hv_oUtRDmx0y6i1oRZvHTXK-qgiUF%2Bq5r5VJMDrCTjja7Ow%40mail.gmail.com
>>>  
>>> 
>>> .
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAJPbAW-AN%2BMp4g0%2BNX4nYzfin6dSzxySNLVgn_RXp7NOG7RRsg%40mail.gmail.com
>>  
>> 

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 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 ones, and start using them.


PyCharm IDE is a great tool. But it may feel big and bulky sometimes,
while VSCode editor is faster in terms of opening projects.

I tried Geanny, didn't like it, because it made some weird behavior I 
terms of indentation and tabs, I couldn't figure how I could make 
"tab=4spaces" instead of "tab=1tab".


Vim and Vim like ones are too difficult for me, so I skipped.

I saw people developing python in Visual Studio. Again, amazing IDE, 
might feel a bit heavy at one point.


And last but not least, The one and Only IDLE.
I still like it, and for quick scripting and quick checks, amazing.

So, pick one that is comfortable for you. What is easy to me might not 
be the same for u. Try a few, find what u like.


Happy Coding

On Thu, Nov 7, 2019, 7:03 PM vineet daniel > wrote:


VSCode.

On Thu, 7 Nov 2019, 16:39 John McClain, mailto:jmcclain0...@gmail.com>> 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 which is why I throughout pycharm

ultimately, I would go with vs code but it takes a bit more
knowledge than pycharm does

On Thu, 7 Nov 2019 at 11:00, Parth Joshi
mailto:joshipart...@gmail.com>> wrote:

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
mailto:hgoyal1...@gmail.com>> 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 Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails
from it, send an email to
django-users+unsubscr...@googlegroups.com
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com

.


-- 
You received this message because you are subscribed to

the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails
from it, send an email to
django-users+unsubscr...@googlegroups.com
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/37EB9045-4C0B-465E-BDF8-C90A73956A45%40gmail.com

.



-- 
John McClain


Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@gmail.com 
-- 
You received this message because you are subscribed to the

Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from
it, send an email to django-users+unsubscr...@googlegroups.com
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/CAN-hv_oUtRDmx0y6i1oRZvHTXK-qgiUF%2Bq5r5VJMDrCTjja7Ow%40mail.gmail.com

.

-- 
You received this message because you are subscribed to the Google

Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to django-users+unsubscr...@googlegroups.com
.
   

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 ones, and start using them.

PyCharm IDE is a great tool. But it may feel big and bulky sometimes,
while VSCode editor is faster in terms of opening projects.

I tried Geanny, didn't like it, because it made some weird behavior I terms
of indentation and tabs, I couldn't figure how I could make "tab=4spaces"
instead of "tab=1tab".

Vim and Vim like ones are too difficult for me, so I skipped.

I saw people developing python in Visual Studio. Again, amazing IDE, might
feel a bit heavy at one point.

And last but not least, The one and Only IDLE.
I still like it, and for quick scripting and quick checks, amazing.

So, pick one that is comfortable for you. What is easy to me might not be
the same for u. Try a few, find what u like.

Happy Coding

On Thu, Nov 7, 2019, 7:03 PM vineet daniel  wrote:

> 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 which
>> is why I throughout pycharm
>>
>> ultimately, I would go with vs code but it takes a bit more knowledge
>> than pycharm does
>>
>> On Thu, 7 Nov 2019 at 11:00, Parth Joshi  wrote:
>>
>>> 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 source IDE for Django? URL to download
>>> will be helpful.
>>>
>>> Thanks,
>>> Himanshu
>>> India
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com
>>> 
>>> .
>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/37EB9045-4C0B-465E-BDF8-C90A73956A45%40gmail.com
>>> 
>>> .
>>>
>>
>>
>> --
>> John McClain
>>
>> Cell: 085-1977-823
>> Skype: jmcclain0129
>> Email: jmcclain0...@gmail.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAN-hv_oUtRDmx0y6i1oRZvHTXK-qgiUF%2Bq5r5VJMDrCTjja7Ow%40mail.gmail.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJPbAW-AN%2BMp4g0%2BNX4nYzfin6dSzxySNLVgn_RXp7NOG7RRsg%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPvctisXnWpGtt8mfPDL085Yqrxm2uL9BjAiS4as8_ZvDgNskw%40mail.gmail.com.


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 which is
> why I throughout pycharm
>
> ultimately, I would go with vs code but it takes a bit more knowledge than
> pycharm does
>
> On Thu, 7 Nov 2019 at 11:00, Parth Joshi  wrote:
>
>> 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 source IDE for Django? URL to download will
>> be helpful.
>>
>> Thanks,
>> Himanshu
>> India
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com
>> 
>> .
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/37EB9045-4C0B-465E-BDF8-C90A73956A45%40gmail.com
>> 
>> .
>>
>
>
> --
> John McClain
>
> Cell: 085-1977-823
> Skype: jmcclain0129
> Email: jmcclain0...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAN-hv_oUtRDmx0y6i1oRZvHTXK-qgiUF%2Bq5r5VJMDrCTjja7Ow%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJPbAW-AN%2BMp4g0%2BNX4nYzfin6dSzxySNLVgn_RXp7NOG7RRsg%40mail.gmail.com.


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 but it takes a bit more knowledge than
pycharm does

On Thu, 7 Nov 2019 at 11:00, Parth Joshi  wrote:

> 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 source IDE for Django? URL to download will
> be helpful.
>
> Thanks,
> Himanshu
> India
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com
> 
> .
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/37EB9045-4C0B-465E-BDF8-C90A73956A45%40gmail.com
> 
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN-hv_oUtRDmx0y6i1oRZvHTXK-qgiUF%2Bq5r5VJMDrCTjja7Ow%40mail.gmail.com.


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 source IDE for Django? URL to download will be 
> helpful.
> 
> Thanks,
> Himanshu
> India
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/37EB9045-4C0B-465E-BDF8-C90A73956A45%40gmail.com.


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 Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com
> 
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN-hv_q-ev_wDgr3Eqqk052QMXxHPoGcfF7GGAsdxY2zgK1W9Q%40mail.gmail.com.


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.
> >
>
> What is considered "good" is highly subjective, so you will get widely
> different answers depending on who you ask.
>
> I personally use Emacs like I do for almost everything else, so of
> course that is the best ;-)
>
> You should at least try to clarify a bit more what your requirements are
> apart from just "open source" (platform, features required, language
> support etc.).
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58ec109a-494b-16b1-123d-c2a1079cd547%40stacktrace.dk
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Bo5O8tEiCQSbRi4HQ9okuZ5uM1i0d-7Y1Z9P%3DXJEjx4_Wc3cQ%40mail.gmail.com.


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 use Pycharm 
Professional.

Pycharm Community is open-source, free and never expires.

see the comparison:

https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html

If you are a student you can get licenses of Professional versions for 
free:  https://www.jetbrains.com/student/

Github also has a student package: https://education.github.com/pack




> 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 edition that is open source.
>>
>> On Wed, 6 Nov 2019, 18:26 Kasper Laudrup, > > wrote:
>>
>>> 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 personally use Emacs like I do for almost everything else, so of 
>>> course that is the best ;-)
>>>
>>> You should at least try to clarify a bit more what your requirements are 
>>> apart from just "open source" (platform, features required, language 
>>> support etc.).
>>>
>>> Kind regards,
>>>
>>> Kasper Laudrup
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to django...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/58ec109a-494b-16b1-123d-c2a1079cd547%40stacktrace.dk
>>> .
>>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/django-users/rG4-e5gAX3A/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> django...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CABh2F57G1x77Q%3D1i%3DOBNsqTVDgHBq4nMSWhq3GbMNWYAhCRYbQ%40mail.gmail.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6d21de7d-ba10-4377-8dc4-cc14ae37899f%40googlegroups.com.


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 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 personally use Emacs like I do for almost everything else, so of
> course that is the best ;-)
>
> You should at least try to clarify a bit more what your requirements are
> apart from just "open source" (platform, features required, language
> support etc.).
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/rG4-e5gAX3A/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58ec109a-494b-16b1-123d-c2a1079cd547%40stacktrace.dk
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA%3Du-2Wmw4n1GiVE_f2CEgpYLF0znXpKAoeN4nbFgpNQ%2BSdw5w%40mail.gmail.com.


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 source IDE for Django? URL to download will 
> be helpful.
>
> Thanks,
> Himanshu
> India
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e5524675-a966-4e68-a1ff-acb4a46a102d%40googlegroups.com.


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 edition that is open source.
>
> On Wed, 6 Nov 2019, 18:26 Kasper Laudrup,  wrote:
>
>> 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 personally use Emacs like I do for almost everything else, so of
>> course that is the best ;-)
>>
>> You should at least try to clarify a bit more what your requirements are
>> apart from just "open source" (platform, features required, language
>> support etc.).
>>
>> Kind regards,
>>
>> Kasper Laudrup
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/58ec109a-494b-16b1-123d-c2a1079cd547%40stacktrace.dk
>> .
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/rG4-e5gAX3A/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABh2F57G1x77Q%3D1i%3DOBNsqTVDgHBq4nMSWhq3GbMNWYAhCRYbQ%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA%3Du-2UmQ7%2B8G4UTNnQNtZnP7nsZyWAhMrT7qeXVXD%2BOhc9tMw%40mail.gmail.com.


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 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 personally use Emacs like I do for almost everything else, so of
> course that is the best ;-)
>
> You should at least try to clarify a bit more what your requirements are
> apart from just "open source" (platform, features required, language
> support etc.).
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58ec109a-494b-16b1-123d-c2a1079cd547%40stacktrace.dk
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABh2F57G1x77Q%3D1i%3DOBNsqTVDgHBq4nMSWhq3GbMNWYAhCRYbQ%40mail.gmail.com.


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 personally use Emacs like I do for almost everything else, so of 
course that is the best ;-)


You should at least try to clarify a bit more what your requirements are 
apart from just "open source" (platform, features required, language 
support etc.).


Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/58ec109a-494b-16b1-123d-c2a1079cd547%40stacktrace.dk.


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
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAF_dEnpn%2B9aD7v-ti9cKGDgSV8Y2FquSXbhBr-AZD0hKpZS6nw%40mail.gmail.com.


Open Source IDE to start with Django Web development

2019-11-06 Thread himanshu goyal
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 Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com.