Tech IndustryDec 10, 2023
Google/dev/nuII

bpython instead of python

To new python users, If you are learning python and generally use python console to practice or learn, try using "bpython". Its much fancier interface to python and provides syntax highlighting, auto complete, auto indent etc. Really good to use. Just wanted to share it if it helps you in anyway. #google #amazon #uber #apple #tech #netflix #layoffs #job #interview

Apple mVVX16 Dec 10, 2023

If you just getting started, use simple notes app to write or console. Reliance on autocomplete does not help you to learn. If you’ll end up at the company without autocomplete tools you are set for failure. Do it right way, learn basics in manual way before adopting fancy autocomplete

Google /dev/nuII OP Dec 10, 2023

bpython doesnt provide auto complete as an IDE but as an help. I just wanted to share it because many users wants to start on Python as it seems much easier for algos and DS and colorized syntax helps to figure out the errors, specially if they are not using an IDE

Zillow Group rich b pls Dec 10, 2023

> if you end up at the company without autocomplete tools McDonald's?

Google Goоgle Dec 10, 2023

Just use a Colab

Google vhcudosz Dec 10, 2023

how about ipython

Apple dsauceman Dec 11, 2023

Thanks for sharing, I’ve always been using iPython but it lacks the helper that some IDE offers but I dont like IDE. I tend to be very forgetful about the function name or argument order and this would be super helpful.