🔴 Python tricks for Competitive Programming

preview_player
Показать описание

In case you are thinking to buy courses, please check below:

---------------------------------------------------------------------------------------------------------------------------------------------------- Many of you feel that Competitive Programming cannot be done using Python. In this video, all the tricks and resources have been discussed which will help you to use Python in Competitive Programming.

#Python #CompetitiveProgramming #Tricks #Coding
Рекомендации по теме
Комментарии
Автор

If you want to connect with us, all links are in the description...

takeUforward
Автор

Thank God, I found your channel when I am just into competitive coding. Really your content is like gold 🥇for beginners. Plz keep making such videos, it really helps us. Also thank you to your friend who gave his time to make this video & gave me a new hope that yes, my choice to stick to python for competitive programming is right and with some optimization in our code we can definitely avoid TLE in python & continue our journey with it..🎉🎉

coder
Автор

Informative video. I made a switch to C++, python is love but CP is hard with it as it's a sport and it judges your code in terms of time regardless if the lang :3

MALIWAL
Автор

I think you know the pulse and necessity of students.Waiting raj bro.

srinivasvoore
Автор

Helpful... was struggling for quite some time in graphs

frostypanda
Автор

I was really struggling finding resources for making i/o faster in python...and guess what take u forward comes in 🤩

stayInTheGreen_
Автор

I may sound weird.. but while using strings, using " " (double quotes) decrease the interpretation time rather than using ' '(single quotes).

mukulbindal
Автор

I use pypy3 as interpreter and the time taken is only 1.33 times grater than c.If inout is too large use fast i/o.

gauravkumarpandit
Автор

I got stuck in many problems just for the recursion limit. Thanks man.

tamzidmahmud
Автор

Thank you Raj for supporting the minority and giving some valuable python information

ranitbandyopadhyay
Автор

Please make a similar video on Java, especially on faster I/O

hemanthvarmas
Автор

so can we still use pypy2.7 version since python 2 has been discontinued & if not then what should i do?

tomriddle
Автор

make a u tube channel for solving a problem, so that we could see the video, how to approach and write the code in python

SomnathDas-fgqc
Автор

How do we retain what we learn from looking at solutions so that we can reapply in a later program .. would u suggest revision ?

aravindhsaairavichandran
Автор

Please help me with EOF while reading a line error

vanshjagyasi
Автор

Do I just copy my code under main() function?

pratickbhowmick
Автор

Similar vdo in java plzz
Java for cp??

prashantanand
Автор

How can we implement ordered data structures in python? We have set and map in c++ how can we use them in python??

piyushjain
Автор

Are their any standard template libraries in python like their in c++ and if python have STL so where to learn these from??(resources to learn stl in python)

sakshamkumarsharma
Автор

I also code in python and I am 4 star on codechef

gauravkumarpandit