[Flask] Developmental Tools

Corey Boyle coreybrett at gmail.com
Tue Apr 12 14:46:28 EDT 2016


I like Geany.

On Tue, Apr 12, 2016 at 2:10 PM, Anthony Ford <ford.anthonyj at gmail.com> wrote:
> I use Vim, Gnu Screen, and Virtualenv Wrapper as my "IDE". Like Jonathan C
> said, you can use pretty much anything you want that will edit a text file.
>
> For Vim plugins:
>  - YouCompleteMe
>  - NerdCommenter
>  - Vim-Airline
>
> For those not comfortable living in the terminal I second Sublime. I keep it
> around for those rare times I'm dual-booted into Windows.
>
> Anthony Ford,
> KF5IBN,
> ford.anthonyj at gmail.com
>
> On Tue, Apr 12, 2016 at 1:08 PM, Alexandru <alexandru at bluemasters.ro> wrote:
>>
>> I use atom.io, personally.
>>
>> Lots and lots of plugins and themes available for it.
>>
>>
>> On 12.04.2016 19:31, Jonathan Chen wrote:
>>
>> The nice thing about Python is that you can almost use any text editor to
>> get it working unlike some other languages.
>>
>> I personally use PyCharm with the VIM plugin. I also use VIM too when its
>> a quick fix.
>>
>>
>> ~Jonathan C.
>>
>> On Tue, Apr 12, 2016 at 8:07 AM, Alejo Arias <alejoar at gmail.com> wrote:
>>>
>>> Hi Stephen,
>>>
>>> I recommend Sublime Text 3 with a few packages like Anaconda and
>>> SublimeLinter for pep8.
>>>
>>> Here's a good guide you can follow to set it up:
>>>
>>> https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/
>>>
>>> The process of setting it all up the first time can be tough but once
>>> you've done it, it's definitely worth it.
>>>
>>> Other tools people use are PyCharm, Atom or vim.
>>>
>>> Hope that helps get you started.
>>>
>>> Alejo
>>>
>>>
>>> On 12 April 2016 at 16:47, Mazzei, Stephen Andrew
>>> <Stephen.Mazzei at asrcfederal.com> wrote:
>>>>
>>>> Good morning,
>>>>
>>>>
>>>>
>>>> I have been tasked with updating an old php webpage. The old php scripts
>>>> had zero ability for expandability and I decided to blow out the new and
>>>> re-write it new. I used flask and it has been working perfectly. Being new
>>>> to all this, I was just wondering if there was any good developmental tools
>>>> or GUIs I could use to help along the way. Right now I have my environment
>>>> setup on Ubuntu 15.10 with my database running on a CentOS 6 server. I am
>>>> using Microsoft Visual Code to write everything and GIT to push my changes
>>>> and corrections up to the test server for user testing. This has been
>>>> working but has been extremely all hand typed code. I do not mind doing
>>>> this, but was wondering if there was any tools or products that could help
>>>> improve or enhance along the way.
>>>>
>>>>
>>>>
>>>> Thank you,
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ---
>>>>
>>>> Stephen A. Mazzei
>>>>
>>>> Systems Administrator | AFDS, ASRC Federal Data Solutions - P&G HPC
>>>> Account | 513-634-9965
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________
>>>>
>>>> The preceding message (including attachments) is covered by the
>>>> Electronic Communication Privacy Act, 18 U.S.C. sections 2510-2512, is
>>>> intended only for the person or entity to which it is addressed, and may
>>>> contain information that is confidential, protected by attorney-client or
>>>> other privilege, or otherwise protected from disclosure by law. If you are
>>>> not the intended recipient, you are hereby notified that any retention,
>>>> dissemination, distribution, or copying of this communication is strictly
>>>> prohibited. Please reply to the sender that you have received the message in
>>>> error and destroy the original message and all copies.
>>>>
>>>> _______________________________________________
>>>> Flask mailing list
>>>> Flask at python.org
>>>> https://mail.python.org/mailman/listinfo/flask
>>>>
>>>
>>>
>>> _______________________________________________
>>> Flask mailing list
>>> Flask at python.org
>>> https://mail.python.org/mailman/listinfo/flask
>>>
>>
>>
>>
>> _______________________________________________
>> Flask mailing list
>> Flask at python.org
>> https://mail.python.org/mailman/listinfo/flask
>>
>>
>>
>> _______________________________________________
>> Flask mailing list
>> Flask at python.org
>> https://mail.python.org/mailman/listinfo/flask
>>
>
>
> _______________________________________________
> Flask mailing list
> Flask at python.org
> https://mail.python.org/mailman/listinfo/flask
>


More information about the Flask mailing list