Home python python: compiling the project (PyCharm)

python: compiling the project (PyCharm)

Author

Date

Category

Tell me if it is possible to compile (to make the code work faster) projects. And if so, is it possible to do this through PyCharm?

I really don’t want to waste time rewriting code in C++, but Python works unacceptably slow (time data is generated and the generation speed is about 1 second in 1 minute, but I would like an order of magnitude faster)


Answer 1

You can take a look at Cython . PyCharm is unlikely to be able to help you.

Also, to speed up Python you can use an alternative interpreter – PyPy .

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions