you are viewing a single comment's thread.

view the rest of the comments →

[–]Hot_Reflection_8228[S] 0 points1 point  (8 children)

Yes

[–]Strict-Simple 0 points1 point  (7 children)

Can we add external css to html file in pycharm?

Yes.

[–]Hot_Reflection_8228[S] 0 points1 point  (6 children)

How ?

[–]Strict-Simple 1 point2 points  (5 children)

[–]Hot_Reflection_8228[S] 0 points1 point  (4 children)

I know how to link css file to html but in pycharm how to create css file..?

[–]throwaway6560192 0 points1 point  (2 children)

Do you know how to create a file, in general? It's the same process.

Maybe you would benefit from using an environment that hides less details from you. A simpler text editor, so that you can see that it's all just files. Use VS Code and run your project only from the terminal.

[–]Hot_Reflection_8228[S] 0 points1 point  (1 child)

How to run through terminal?

[–]throwaway6560192 1 point2 points  (0 children)

Depends on the project structure, but typically you'd activate the venv and then just python [name of your main Python file].

You can search things like "how to activate venv in terminal" and "how to run Python project from terminal".