Python3 for cp| need insight|

is there any good template for python3?
which editor is good enough for python3?
what are some good practice for python3 ?
  1. You can look for Python template here GitHub - cheran-senthil/PyRival: ⚡ Competitive Programming Library
  2. I use VScode you can also use Jupyter Notebook
  3. Get familiar with libraries such as itertools,math and other inbuilt methods in python.
    I hope this helps :slight_smile:
1 Like

thanks buddy… @shivam_js
but how to check multiple test cases in one go when using jypyter.
sorry of stupid question

Hi here all, I just want to say that if you use python, you can leverage the power of numpy.Codechef ide allows numpy.

1 Like

You can use VScode and simply paste sample input directly into the command line. Works beautifully :grin:

1 Like