ide Python File code example

Example 1: ide for python

#i presonally use pycharm but be open for other IDE's

Example 2: python ide

'''
PYCHARM is good but not helpful for django and flask. If you are on a low end pc
i would say VS CODE or any other text editor.

if you are using python for data science, i would suggest Jupyter Notebook
ok Jupyter Lab.

If you are a begginer use VS Code and then move to Pycharm

VS CODE has multilingual support, which makes it perfect for Flask and Django

'''