Articles by Grizzly Peak Software
Filter by topic:All3D DesignAIAI Agent ToolsAI AgentsAI Assisted DevelopmentAI DevelopmentAI Image GenerationAI Integration & DevelopmentAPI AuthenticationAPI MonetizationAPIsAgentic AIArtificial IntelligenceAutomationBlockchainBuilder's JournalBusinessCareerCareer DevelopmentCareers in Software EngineeringContent ManagementCrypto DevCrypto DevelopmentCryptocurrency DevelopmentDevopsDigital BankingFintechFintech APIsGame DevelopmentHealthy HabitsJavaScript/Node.jsLLMsLife & CareerML/AI in FintechMachine LearningMicroservicesModel Context ProtocolModern Development ToolsNGINXNode.jsProduct OwnershipPythonSEOSaaSSoftware EngineeringTech JobsTraditional FinanceWeb3 Crypto DevelopmentWordpresscloud infrastructure
2 articles found in Python

Python
How to Build an OAuth Service using Python, Flask, Postgres and JWT
In this article we're going to learn how to build an OAuth service that can be used as a way to authenticate calls to an API or within a microservices architecture. In this project we will be using Python, Flask, Postgres and JWT
Read Article
Python
Create a Python and Flask based Stock Quote Module
In this article I will show you how to create a simple stock quote summary widget using Python and Flask. We will make a simple microservice-based API that will provide company information and historical data about a publicly traded company. We will then apply the data from the API to make a simple chart-based widget.
Read Article