Related Posts
Fam, need an advice. Asking for a close friend. He has 2 offers 1. Jpmc: ctc 21 lakhs(excludes bonuses) 2. Morgan stanley through third party: ctc 27 lakhs (includes everything) Which is better in terms of career growth,job security? Work is sort of similar in both. #Morgan Stanley #JPMorgan Chase
I'll be joining tw as UI Lead, soon.
I'm a javascript/react developer since inception of my career & haven't worked much on CICD/JENKINS and similar technology.
Should I be worried that as a lead I don't know these and will it affect by job security?
Ps- I'm good at UI,js, react etc.
Thoughtworks
Experts please help.
More Posts
Hi Guyz,
Any one from IBM ?
I went through the entire recruitment process and got selected for IBM ISL. Now I am being told by the HR that they are unable to release offer as there is a hiring freeze.
Can any one please tell me if its correct or just an excuse not to give me offer. If its true, when will this freeze be removed?
Additional Posts in Data & Analytics Consultants
Got messaged by a C3 . ai recruiter. Read that wlb is bad and that the interview process is absurdly long, but the Glassdoor reviews are 4.2 and can't find actual hours worked posted by anyone. How's the culture really? I'd be aiming for DS consulting, something more functional but with DS/ML concepts as my differentiator.
C3.ai, Inc.
New to Fishbowl?
unlock all discussions on Fishbowl.



Codeacademy.org
Yes! Install anaconda which includes Jupyter. Alternatively, you can use google collab which doesn’t require anaconda. Jupyter and collab both create .ipynb files. Spyder (also included in anaconda) is an IDE that creates .py files. Any of these work!
You can run pandas in any of these by writing the command “import pandas as pd” in your notebook. However before you do, you’ll need to install pandas on your MacBook via terminal.
Thanks. I’ll read into how to set these up. I just want to get up and running with something to begin the courses.
I’d recommend downloading Anaconda on your MacBook. That way if you want to use the tkinter library in the future (Let’s you make simple GUIs) you can. Google collab won’t run GUIs.
Install vscode ide and then under extensions install python. Works perfect for me!
Other option is use python online ide such as repl
Thanks, i’ll look into this as well.
What’s the error?
For running pandas or other notebooks I recommend making a community account on databricks which gives you a workspace and and access to a standard cluster. Strongly recommend using this as if you’re learning python for data, it’s best to do it on databricks so you can learn to leverage the technology and spark(pyspark) architecture on it