Hadi BahadoriSeptember 24, 2024 EducationalHow to optimize the performance of a Flask application 297 views11 minute read مقدمه Flask یک چارچوب وب سبک و انعطاف پذیر برای ساخت برنامه های کاربردی کوچک تا متوسط است.… 0 Shares 0 0 0
Hadi BahadoriSeptember 5, 2024 EducationalHow to build a rapid API application using Docker Compose 315 views5 minute read Introduction FastAPI is a modern web framework for Python designed to deliver high performance and… 0 Shares 0 0 0
Hadi BahadoriJune 30, 2024 EducationalHow to create a Django view for web development 374 views9 minute read Introduction If you have been following our Django development series, you have successfully created a Django application that… 0 Shares 0 0 0
Hadi BahadoriJune 30, 2024 EducationalHow to create Django models 393 views9 minute read Introduction In this tutorial, we will create Django models that represent the fields and behaviors of the blog application data that… 0 Shares 0 0 0
Hadi BahadoriJune 30, 2024 EducationalHow to Build a Modern Web App for Customer Information Management with Django and React on Ubuntu 18.04 430 views24 minute read Introduction People use different types of devices to connect to the Internet and browse the web.… 0 Shares 0 0 0
Hadi BahadoriJune 20, 2024 EducationalPython string Contain 376 views1 minute read Introduction The Python string class has a __contains__() function that we can use to check if a string… 0 Shares 0 0 0
Hadi BahadoriJune 20, 2024 EducationalHow to add elements to a list in Python 687 views2 minute read Introduction In this tutorial, we will learn different ways to add elements to a list in Python.… 0 Shares 0 0 0
Hadi BahadoriJune 20, 2024 EducationalHow to remove characters from a string in Python 561 views3 minute read Introduction This article describes two common methods you can use to remove characters… 0 Shares 0 0 0
Hadi BahadoriApril 29, 2024 EducationalDeveloping Multi-Faceted Bots with Django, GPT-4, Whisper, and DALL-E 404 views8 minute read Introduction Modern web applications can be taken to the next level by integrating artificial intelligence… 0 Shares 0 0 0
Hadi BahadoriApril 27, 2024 EducationalHow to use Break, Continue, and Pass statements when working with loops in Python 469 views4 minute read Introduction Using for loops and while loops in Python allows you to automate tasks and… 0 Shares 0 0 0