[Flask] Developmental Tools

Jonathan Chen tamasiaina at gmail.com
Tue Apr 12 12:31:16 EDT 2016


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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20160412/c9147e10/attachment.html>


More information about the Flask mailing list