+ 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
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.
+ 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.