Python

Python Programming Language

Videos

Desktop tools for developing with Azure Cosmos DB | Azure Friday
0:16:20
10/7/2022, Microsoft Azure
Estefani Arroyo joins Scott Hanselman to talk about and demo Azure Cosmos DB desktop tools for developing, querying, and testing your applications. The Azure Cosmos DB Linux Emulator provides a...
Azure Functions in Python and the V2 Programming Model: Unsung Heroes of the Cloud ep 30
0:00:00
10/5/2022, Microsoft DevRadio
Shreya Batra shows off the V2 programming model for Azure Functions using Python. It offers a Functions development experience that is more familiar to Python developers. Key features include...
One-click Python development setups in the Cloud with Codespaces
0:00:00
10/5/2022, Visual Studio Code
Streamline your development setup with VSCode and Codespaces using custom configuration for your own Python environment and tools. Find out how to create, configure, and modify a Python...
学生大使技能秀|Python 入门
1:04:26
10/3/2022, Microsoft Reactor
“微软学生大使”(Microsoft Learn Student Ambassador,简称 MLSA)是微软针对全球范围内的在校学生所设立的项目,旨在鼓励那些在校园里积极倡导、推动创新实践,乐于积极帮助他人的优秀学生。微软为他们提供最前沿的技术资源,以及更广泛的交流及展示自我的平台。 学无先后,达者为师。吸取那些优秀实践者的方法和经验,往往能让我们的学习之路事半功倍。...
Troubleshooting Codespaces
0:04:58
9/20/2022, Microsoft Reactor
Sometimes you can break #GitHub #Codespaces instances with a bad instruction in a Dockerfile or an incorrect configuration. This video #tutorial shows you how to debug those situations as well as...
Use a Python virtualenv in a GitHub Codespace
0:05:02
9/20/2022, Microsoft Reactor
Find out how to create and configure a #GitHub #Codespaces instance to start with a Python virtual environment (virtualenv) so that you can install packages in a different location in this...
Docker inside GitHub Codespaces
0:04:38
9/20/2022, Microsoft Reactor
You can run run #Docker inside a #GitHub #Codespaces instance if you need to build containers and push them to a registry. This video walks you through all the steps you need to do for that to be...
Codespaces with custom dotfiles
0:03:40
9/20/2022, Microsoft Reactor
Use your own set of dotfiles with #GitHub #Codespaces . This is a configurable option that you set once and is available for any instance you create. This is part of a full video #tutorial...
Add secrets to Codespaces
0:04:15
9/20/2022, Microsoft Reactor
Learn how to add and configure secrets for #GitHub #Codespaces . These are useful if you want to have access to tokens and passwords within a Codespace instance This is part of a full video...
Export ports in Codespaces
0:04:42
9/20/2022, Microsoft Reactor
If running applciations in #GitHub #Codespaces, you may want to get some ports exported. Beyond basic exporting, you can label those ports so that Visual Studio Code can display them by...
Codespaces configuration for Visual Studio Code
0:07:08
9/20/2022, Microsoft Reactor
Configure a #GitHub #Codespaces instance with Visual Studio Code specifics like extensions and linters. This is part of a full video #tutorial series on Codespaces →...
Codespaces environment configuration
0:04:19
9/20/2022, Microsoft Reactor
Configure a #GitHub #Codespaces instance using a Dockerfile! This is part of a full video #tutorial series on Codespaces →...