Re: Wich OS for develop?

2018-01-03 Thread Jani Tiainen
Hi, There are also alternative ways to do development. Personally I use PyCharm Pro on a windows and osx with docker. That way my whole chain of development happens with consistent environments (within containers) and pretty much eliminates "works for me" issues. PyCharm also does have

Re: Wich OS for develop?

2018-01-02 Thread Tim Chase
On 2018-01-02 22:23, Julián Melero Hidalgo wrote: > Wich OS is better to develop with django? Ideally, develop on the same platform you plan to deploy on. If you don't want to develop on the same platform, the closer you are to your development platform, the easier time you'll have of it. So if

Re: Wich OS for develop?

2018-01-02 Thread Mario Gudelj
Mac or Linux with PyCharm. Windows can be used but you may struggle with some Python packages which work well and are easily setup on nix. On Wed, 3 Jan 2018 at 8:40 am, Mike Morris wrote: > I've been linux only for many years - the last Windows I used was 2000 >

Re: Wich OS for develop?

2018-01-02 Thread Mike Morris
I've been linux only for many years - the last Windows I used was 2000 Professional so you can guess my recommendation on OS :-) As for IDE, I found "Eric 6" (https://eric-ide.python-projects.org/), which is pretty great, and free. Installation was bumpy since it has some pre-requisites,

Re: Wich OS for develop?

2018-01-02 Thread Avraham Serour
In my opinion ubuntu no, but I wouldn't say good either yes pycharm good luck On Tue, Jan 2, 2018 at 11:23 PM, Julián Melero Hidalgo < jul...@melerohidalgo.es> wrote: > Hi all. > I don't have experience with django, so I have so much questions. > The questions are: > Wich OS is better to develop

Wich OS for develop?

2018-01-02 Thread Julián Melero Hidalgo
Hi all.I don't have experience with django, so I have so much questions.The questions are:Wich OS is better to develop with django?Windows is a bad option?Can I use Win for develop and GNU/Linux as a server?What IDE (atom, VS Code, vim,etc..)you use?Thank you!!! -- You received this message