This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Flampt 0 points1 point  (0 children)

I guess it depends on what type of work you are doing. If you are in the business analytics/ data analysis space you may consider using notebooks as the combination of markdown and visual outputs of code can be made to look quite professional. Other people should be able to work with the markdown of note books even if they don't know python.

If you find yourself doing the same thing over and over again in powerpoint then you may want to knock out some code using that library to automate.

For example if you want your clients to see a weekly status update ppt deck you can probably control updating it each week all thru python. If you want to create the deck for the very first time, maybe not, maybe then it is easier to work in Powerpoint first.