Break out of the box with Python

Slides:



Advertisements
Similar presentations
Understanding Office MAC: What Windows Admins need to know
Advertisements

C# and VB code-focused development with Visual Studio
Develop, debug and deploy containerized applications with Docker
Microsoft /23/2018 8:20 PM THR3038 Implement dev and test scenarios using Azure and Visual Studio Team Services Alex Mang Azure MVP © 2016 Microsoft.
Build interactive data analysis environments using Apache Spark
Education Meetup for schools, colleges or those working in the sector
Microsoft /4/ :15 PM THR2219 How Microsoft IT enables modern mobility with Windows 10 security and productivity features Rekha Nair IT Program.
DevOps for any language
Azure Cloud Shell Magic of Modern Command-line Management
Web development productivity with Visual Studio
Azure SDKs and Tools for You
Azure Functions and Automation: The SQL Agent in the Cloud
BRK2264 Move 13,000+ global Dynamics CRM users from on-premises to Online at Caterpillar Inc. Todd Byrne & John Finney 1 Business Unit Name Here.
Identify and Illustrate Insights with new Microsoft Excel Charts
Design Seamless Upgrades to SQL Server 2016 with Query Store
Workflow Orchestration with Adobe I/O
Microsoft Ignite /8/2018 6:39 PM
Serverless Architecture in Azure
Automate all things! Microsoft Azure continuous deployment
Modern Front-End Web Development with Visual Studio
Agile Planning with Visual Studio Team Services (VSTS)
How to run a successful user group
Monitor your Microservices with Application Insights
9/20/2018 2:30 PM BRK2279 Everything you need to know about the new Windows Server release cadence Chris Van Wesep, Director Product Marketing Jeff Woolsey,
9/22/2018 3:49 AM BRK2247 Learn from MVPs: Panel discussion on all things SharePoint and OneDrive © Microsoft Corporation. All rights reserved. MICROSOFT.
Drive productivity with OneDrive and SharePoint file collaboration
Deploy Windows 10 Mobile for the mobile workforce
Microsoft Ignite /9/2018 5:03 AM BRK1010
Master Windows 10 Deployments - Expert Level
Confidence at speed: Visual Studio 2017 and your CI pipeline
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
Explore web development with Microsoft ASP.NET Core 1.0
Microsoft Ignite /14/ :21 AM BRK2101
Meetup: Use Microsoft Technologies to Real World IoT Scenario
Migrate to CRM Online - Tips and Tricks
F5 WAF in Azure Security Center
Microsoft Build /19/2018 2:06 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Continuous Delivery with Visual Studio Team Services
Azure Advisor: Optimization in the best way
Mobile Center and VSTS:​ Better together for your Mobile DevOps
Improve Office 365 Adoption: Top 10 Ways
Microsoft products for non-profits
Learn how to use and customize the Dynamics AX interactive help system
Everything starts with a fan – The German Windows Insider Community
Introduction to ASP.NET Core 1.0
Microsoft To-Do Preview
Office 365 Secure Score: Actionable Security Analytics
Meetup: Office 365 Developers
Microsoft Exchange: Through the eyes of MVPs (Panel discussion)
Microsoft Connect /17/2019 9:55 PM
Meetup User Experience Design for SharePoint
Overview: Dynamics 365 for Project Service Automation
Ask the Experts: Windows 10 deployment, servicing, and provisioning
Breaking Down the Value of A Yammer Post: 20 Things to Do
Choosing between Microsoft PowerPoint & Sway
4/11/2019 6:29 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Getting the most out of Azure resources with Azure Advisor
Manage your App Service resources using Command line tools
“Hey Mom, I’ll Fix Your Computer”
Discussion Panel: Windows Server MVP Panel
Designing Bots that Fit Your Organization
Ask the Experts: Windows 10 deployment and servicing
Learn from MVPs: Panel Discussion on all Things SharePoint
Passwordless Service Accounts
Understand the impact of the future of SharePoint
Digital Transformation: Putting the Jigsaw Together
WCF and .NET Framework Microservices in Containers
Diagnostics and troubleshooting in Azure App Service Support Center
Optimizing your content for search and discovery
OneDrive Unplugged A panel discussion on all things OneDrive
Presentation transcript:

Break out of the box with Python Microsoft Ignite 2016 9/19/2018 8:22 AM BRK3160 Break out of the box with Python Steve Dower @zooba aka.ms/python © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Cat in a Box Microsoft Ignite 2016 9/19/2018 8:22 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

What is your box? “Oh, we’re a .NET shop” Microsoft Ignite 2016 9/19/2018 8:22 AM What is your box? “Oh, we’re a .NET shop” “Every project must follow this process” “Only our developers write code” aka.ms/python © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Microsoft Ignite 2016 9/19/2018 8:22 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Microsoft Ignite 2016 9/19/2018 8:22 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

The lid of your box is opening Opportunity to diversify… Opportunity to accelerate… Opportunity to include… aka.ms/python

Python is… … a scripting language … free, open-source http://spectrum.ieee.org/static/interactive-the-top-programming-languages-2016 … a scripting language … free, open-source … a huge ecosystem … well used and supported aka.ms/python

Diversify, with Python aka.ms/python Microsoft Ignite 2016 © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Not every project is one language Right language for the right job Microservices focus on one task Azure App Service, Azure Functions or Docker aka.ms/python

Microservices in Azure and Visual Studio aka.ms/python

Accelerate, with Python Microsoft Ignite 2016 9/19/2018 8:22 AM Accelerate, with Python aka.ms/python © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Not every project has the same SDLC Remember Waterfall? Spiral? Dual-Vee? Some projects are “micro-projects” Python for quick development, long maintenance aka.ms/python

Maintaining Python apps when things change aka.ms/python

Include, with Python aka.ms/python Microsoft Ignite 2016 © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Not every programmer has a CS degree What happens when your business out-grows Excel? Python is an interactive data analysis platform Used by: aka.ms/python

Jupyter is… … in the browser … Python, R and more … graphical plots and tables … free, open-source aka.ms/python

Interactive Data Processing with Jupyter Microsoft Ignite 2016 9/19/2018 8:22 AM Interactive Data Processing with Jupyter notebooks.azure.com aka.ms/python © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

What box are you stuck in? aka.ms/python

Python offers… an opportunity to diversify an opportunity to accelerate an opportunity to include aka.ms/python

Please evaluate this session 9/19/2018 8:22 AM Please evaluate this session Your feedback is important to us! From your PC or Tablet visit MyIgnite at http://myignite.microsoft.com From your phone download and use the Ignite Mobile App by scanning the QR code above or visiting https://aka.ms/ignite.mobileapp © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9/19/2018 8:22 AM © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.