kamyu104 / GoogleKickStart-2022

🏃 Python3 Solutions of All 32 Problems in GKS 2022
MIT License
44 stars 15 forks source link

Opinion on Python in Google Kickstarter #1

Closed RohitSingh107 closed 1 year ago

RohitSingh107 commented 1 year ago

Sorry bro If I disturbed you.

I wanted to ask some questions.

I am new in competitive programming. I am comfortable in both C++ and Python. I love Python due to it's simplicity and clean syntax but is considered slow for competitive programming. Since you have completed many Google Kickstarts in Python I believe you are right person to answer this questions,

"is Python language suitable for Google Kickstart?", "Is Python too slow for Google Kickstart and competitive programming?", "How often you get TLE in Python/PyPy?" "And Is there any other disadvantage in using Python?"

And finally would you "recommend" python for Google Kickstart?

Please take your time to reply, I am not in hurry.

Thank you 😊

Skiii-16 commented 1 year ago

Hello bro,

Both CPP and python are no doubt good for coding but if you ask me I will always prefer CPP over python because in python we can easily escape some of the steps by using the libraries which in case of CPP one have to think optimally and then have to implement it with keeping the TLE in mind which helps in growth of both mind and your approach toward problem solving. But in the end after all it's your decision of selecting a particular language for coding as if you ask me I will recommend you to shift to CPP as it will always helps you from competitive to yours academics(in placement of colleges).

Wishing you all the best with your new journey and welcoming you to competitive programming.

On Fri, Dec 16, 2022, 01:20 RohitSingh107 @.***> wrote:

Sorry bro If I disturbed you.

I wanted to ask some questions.

I am new in competitive programming. I am comfortable in both C++ and Python. I love Python due to it's simplicity and clean syntax but is considered slow for competitive programming. Since you have completed many Google Kickstarts in Python I believe you are right person to answer this questions,

"is Python language suitable for Google Kickstart?", "Is Python too slow for Google Kickstart and competitive programming?", "How often you get TLE in Python/PyPy?" "And Is there any other disadvantage in using Python?"

And finally would you "recommend" python for Google Kickstart?

Please take your time to reply, I am not in hurry.

Thank you 😊

— Reply to this email directly, view it on GitHub https://github.com/kamyu104/GoogleKickStart-2022/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU4YPVGZVFPQNNXXTSHO65LWNNZBFANCNFSM6AAAAAATADRLVM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kamyu104 commented 1 year ago