Related Posts
More Posts
After leaving the office.

does anyone here work for Veeva Crossix?
Hello Guys,
I joined Cognizant recently, the project interview calls which I am getting is not from my base location.
I have the location constraint, should I wait for the right opportunity or raise this concern to ADP team so they can look in to it?
As per ADP policy, one should not have any constraints and take the project as FCFS basis.
Cognizant
Additional Posts in Data & Analytics Consultants
New to Fishbowl?
unlock all discussions on Fishbowl.




The most efficient way to learn Python would start by identifying what you want to do with Python and structure your learning around that. For instance are you using Python for machine learning, web automation, data analysis, data visualization, etc. There’s so much that you could learn about Python. Narrowing your focus will be a great help. Also if you share what you want to do with Python you may get better suggestion on next steps for learning Python.
If you want to learn the basics of Python, I’d recommend doing Cisco Networking Academy’s free Python 1 and 2 courses https://www.netacad.com/courses/python-essentials-1
Since you already have software engineering experience you may want to skip the basics, start coding a project, and learn as you go.
I started learning Python with past experience working with C++ and Java. I knew that I wanted to use Python for web automation so I skipped the basics, did a bit of googling to find out which Python libraries were options for web automation, picked one, and started coding :)
I also had a similar background. I started with pyspark for data engineering and analytics as that is what i understood already and it’s making a lot of sense