Articles by Grizzly Peak Software
Filter by topic:All3D DesignAgentic AIAIAI AgentsAI Agent ToolsAI Assisted DevelopmentAI DevelopmentAI Image GenerationAI Integration & DevelopmentAI & Machine LearningAPI AuthenticationAPI MonetizationAPIsArtificial IntelligenceAutomationBlockchainBuilder's JournalBusinessCareerCareer DevelopmentCareers in Software Engineeringcloud infrastructureCloud & InfrastructureContent ManagementCryptocurrency DevelopmentCrypto DevCrypto DevelopmentDevopsDigital BankingFintechFintech APIsGame DevelopmentHealthy HabitsJavaScript/Node.jsLife & CareerLLMsMachine LearningMicroservicesML/AI in FintechModel Context ProtocolModern Development ToolsNGINXNode.jsProduct OwnershipPythonSaaSSEOSoftware EngineeringTech JobsTraditional FinanceWeb3 Crypto DevelopmentWordpress
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 ArticlePython
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