AOADENIYI OLANREWAJU MARKinengrmark.hashnode.dev·Jan 8, 2023 · 6 min readPython Cheat SheetVariables and Strings Variables are utilized to store values, such as strings, which are sequences of characters surrounded by single or double quotation marks. Strings are an essential component of programming, as they allow developers to store and ...00
AOADENIYI OLANREWAJU MARKinengrmark.hashnode.dev·Jan 8, 2023 · 28 min readA simple flask blogIntroduction to flask Flask is a lightweight web application framework written in Python, based on the Werkzeug WSGI toolkit and Jinja2 template engine. In this post, we will explore the development of a blog application that performs the CRUD operat...00
AOADENIYI OLANREWAJU MARKinengrmark.hashnode.dev·Sep 2, 2022 · 3 min readDecision-making In PythonDECISION MAKING Have you ever been in a situation where you have to make a decision in life?, yes, there are situations like that in Python. In general, we make a decision after checking a certain condition, if the condition is okay, then we go ahead...00