C
C
Captain Cocoa2015-11-26 16:38:22
Flask
Captain Cocoa, 2015-11-26 16:38:22

How to start a local server for Python + Flask?

Hi everyone, I'm a front end developer.
Before that, apart from html / css, I only dealt with php.
I recently discovered python, after reading and comparing it with php, I realized that I want to learn it and write a simple website / blog on it. I want to use the flask mini framework.

And so, I downloaded Payton 3 from off site and installed it.
What do I need to do next to start writing a website.
I beg you to paint everything in detail, since in this case I am still a teapot.
Thanks in advance for your replies.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2015-11-26
@RadCor

first of all, you need to download the IDE
https://www.jetbrains.com/pycharm/ Community Edition is quite enough
then in File - Settings - Project:name - Project Interpreteur check installed modules: should be pip, should be Setuptools, if something no - deliver without an IDE from the command line, the
rest of the modules (most) are installed from the same menu,
some - those that are compiled and generally heavy - can only be installed from the command line, keep in mind the plus sign on the
right - add Flask and wrap everything up ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question