Jacqui CoombeforJacqueline Coombejacquicoombe.hashnode.net·Oct 6, 20226 Python Frameworks You Need To KnowPython is an excellent programming language to learn. It’s relatively straightforward, simple, and object-orientated language, and it’s one of the most popular in active use today. Many people, whether they are full-time coders or simply benefit from...Discuss·12 likes·116 readsPython
Rubbie Kelvinforrubbiekelvincodewithrubbie.hashnode.net·Oct 12, 2022Choosing the right Python Web FrameworkHello and Welcome! With Python reaching new heights of popularity in the modern era, it is vital for developers to understand its framework and which one is best for their project. Python is a very powerful language that is simple to learn and provid...Discuss·3 likes·48 readsGeneral Programming
Janet MutuaforAll Things Tech.janetmutua.hashnode.net·Mar 21, 2023Setting up a Django Project On Ubuntu 22.04 — Beginners GuideDjango is a python-based web framework that follows the model-template-views (MTV) architectural pattern. It comes with ready-made components, and you can build versatile and scalable web applications. But how do you set up your Django project, and i...Discuss·2 likes·57 readsPythonvilleDjango
Janet MutuaforAll Things Tech.janetmutua.hashnode.net·Mar 21, 2023Setting up a Django Project On Ubuntu 22.04 — Beginners GuideDjango is a python-based web framework that follows the model-template-views (MTV) architectural pattern. It comes with ready-made components, and you can build versatile and scalable web applications. But how do you set up your Django project, and i...Discuss·2 likes·57 readsPythonvilleDjango
Nikhil AkkiforNikhil Akki's blognikhilakki.hashnode.net·Jan 21, 2023Series | Web frameworks in Python - FastAPIHere are some of the main features of FastAPI, along with examples of how they can be used: Fast: FastAPI is built on top of Starlette for high performance, with an easy-to-use interface for defining API endpoints. from fastapi import FastAPI app ...Discuss·1 like·87 readsPython DevelopmentPython
Samuel Aderibigbe forSamuel Aderibigbesavviesammie.hashnode.net·Jan 9, 2023Django: Views and URL MappingWhen I started learning Django, it took me a while to understand the concept of views and URLs mapping especially when you learn from random dudes on YouTube. one time your web app is correctly producing views for each request and the next it's produ...Discuss·68 readsDjango
Jose Diazforblog.jjdiaz.devjjdiaz.hashnode.net·Jun 9, 2022FastAPI: The High-Performance Python Framework for Building APIsFastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. One of the key features of FastAPI is its automatic OpenAPI validation and documentation, which allows you to automati...Discuss·153 readsPython
Samuel Aderibigbe forSamuel Aderibigbesavviesammie.hashnode.net·Dec 19, 2022Django Web Framework and its MVT architectureMy first experience with Django was very challenging, maybe because I needed to use this web framework to develop an e-commerce website quickly in one of my projects. I’ve been writing in python for a while now and then I thought Django would be easy...Discuss·76 readsDjango
Rubbie Kelvinforrubbiekelvincodewithrubbie.hashnode.net·Oct 12, 2022Choosing the right Python Web FrameworkHello and Welcome! With Python reaching new heights of popularity in the modern era, it is vital for developers to understand its framework and which one is best for their project. Python is a very powerful language that is simple to learn and provid...Discuss·3 likes·48 readsGeneral Programming
Jacqui CoombeforJacqueline Coombejacquicoombe.hashnode.net·Oct 6, 20226 Python Frameworks You Need To KnowPython is an excellent programming language to learn. It’s relatively straightforward, simple, and object-orientated language, and it’s one of the most popular in active use today. Many people, whether they are full-time coders or simply benefit from...Discuss·12 likes·116 readsPython