Hello + Goals | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hello + Goals

Hey guys, I'm feeling decent on python now after doing ~20 challenges on here. I have some goals, which I have listed below. Can you guys please advise a learning plan to help? *** stay on top of the latest in data science (machine learning, AI, etc) *** write web apps with python (I'm going to learn Django) *** integrate python with excel - ie read an excel sheet, do calcs better than native excel, then paste into an output excel sheet Also, any reason to not go 100% python? I don't know of anything I want to do (the three thing listed above) that python can't do well Thank you

4th Jul 2018, 4:20 PM
John Trenchard
John Trenchard - avatar
2 Answers
+ 3
Hi John Trenchard This is the q&a where you can post programming and SoloLearn related questions. If you like to share other content, you can do that on your home screen > Share anything coding (Android app only atm). Happy coding.
4th Jul 2018, 4:29 PM
Agent
Agent - avatar
+ 2
Hi John. On the excel integration I can refer you to https://www.xlwings.org http://docs.xlwings.org/en/stable/quickstart.html What is nice about it is that you have immediate feedback as to what is happening in excel as you work in python and vice versa. It nicely integrates with Pandas.
5th Jul 2018, 2:15 AM
Louis
Louis - avatar