Azure Functions University Python Lesson

The following will run through the Python exercise from the Azure Functions University repo and YouTube channel. Azure Functions University is a great resource for learning all about Azure Functions, including all the various triggers, languages, deployment, and Durable Functions. Also it’s worth reviewing the Azure Functions Python developer guide on Microsoft Docs. Create the Azure Function The following applications are a prerequisite to get started: Azure Functions Core Tools - To build, test and deploy the Azure Function Azure CLI - To create the Azure resources Python 3....

July 17, 2022 · 5 min · Mark kerry

CS50P Introduction to Programming with Python Final Project

I recently completed CS50’s Introduction to Programming with Python course. It’s a really enjoyable, challenging course filled with online lectures and hands-on problem sets to solve. I learned a lot from this course and would highly recommend it to anybody wanting to learn Python. If you are fairly new to Python you will complete the course with a great foundation to further your learning of coding with Python. Certificate Course Overview It’s a ten part online course covering the following:...

July 3, 2022 · 4 min · Mark kerry