Forum Discussion
blackbaron
Feb 15, 2022Copper Contributor
How to create a teams app using python
Hi,
Could you guide me to a sample Git repo or tutorial that shows how to create a teams app using python and publish the same within the organization only !
Any help is greatly appreciated !!
PS: If this post has helped you, please like it
If with old style that could be
=IFERROR( INDEX( $V$3:$V$21, AGGREGATE( 15,6, (ROW($U$3:$U$21)-ROW($V$2))/($U$3:$U$21=X$2), ROW()-ROW(X$2) ) ), "" )
Please see attached.
3 Replies
Sort By
- Prasad_Das-MSFT
Microsoft
blackbaron - Please refer below repo where there are few samples using Python
OfficeDev/Microsoft-Teams-Samples: Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App! (github.com)Thanks,
Prasad Das
----------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- blackbaronCopper ContributorThanks for the reply. These repo's only talk about bots. Could you point me to some tutorials that helps in displaying a interactive dashboard from another website.
basically build a tabs app using python rather than JavaScript
Thanks,
black baron