Austin WoparaforAustin's Spaceze-austin.hashnode.net·Jan 4, 2023How to build a simple Blog site using Flask in PythonFlask is a well-documented lightweight Python framework which eases the process of building web applications. It has a variety of useful extendable features. In this tutorial, we will learn how to write backend and frontend code for a simple blog web...Discuss·10 likes·932 readsFlask Framework
ADENIYI OLANREWAJU MARKforMark's Blogengrmark.hashnode.net·Jan 8, 2023A 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...Discuss·2 likes·57 readsProgramming Blogs
Shuaib Mohammadforshuaib.hashnode.net·Dec 4, 2022Enhance Your Productivity with AI-Assisted ProgrammingIncreasingly, I’m seeing myself using a search engine less, in favor of specific, AI-generated code to solve my programming problems. AI-assisted coding is a great way to enhance your productivity and get more out of your programming endeavors. AI ca...Discussai
HoakinforHoakinhoakin.hashnode.net·Mar 8, 2023Problem Set 9 - Finance 💹In this problem set, we are tasked to build a web application that allows users to buy and sell stocks, using a virtual currency, and track their portfolio over time. We will take a closer look at the various technologies used in the problem set, suc...Discuss·55 readsCS50x 2022 Journey 🛣cs50
ADENIYI OLANREWAJU MARKforMark's Blogengrmark.hashnode.net·Jan 8, 2023A 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...Discuss·2 likes·57 readsProgramming Blogs
Austin WoparaforAustin's Spaceze-austin.hashnode.net·Jan 4, 2023How to build a simple Blog site using Flask in PythonFlask is a well-documented lightweight Python framework which eases the process of building web applications. It has a variety of useful extendable features. In this tutorial, we will learn how to write backend and frontend code for a simple blog web...Discuss·10 likes·932 readsFlask Framework
Shuaib Mohammadforshuaib.hashnode.net·Dec 4, 2022Enhance Your Productivity with AI-Assisted ProgrammingIncreasingly, I’m seeing myself using a search engine less, in favor of specific, AI-generated code to solve my programming problems. AI-assisted coding is a great way to enhance your productivity and get more out of your programming endeavors. AI ca...Discussai
ahmed amine assaadfor3A blog3a.hashnode.net·Sep 24, 2022Jinja2 TemplatesWhat is Jinja ? Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document. Jinja Installation We use the ...Discuss·107 readsPython