(answered by self) how to open a coding section python
if anyone else is struggling with this problem ,after creating a project just right click on something like the file or the little square icon thing , click new and select python file, you`re welcome :)
(im using python community edition, 2nd option when you try to addon python)
i`ve tried to open a project in intellij on python but when i open it it generates stuff like this
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.6 (p.calculator2)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
a very similair experience to what happens if you generate a java project with no sample code
how do i get it to open a coding section? something like what it generates when you generate a java project with sample code
请先登录再写评论。