IEIkponmwosa Enabuleleinneocodez.hashnode.dev·Sep 5, 2023 · 5 min readWhat To Expect In The A.i EraArtificial intelligence (AI) has been around for decades, but its impact on our daily lives has never been more significant than today. From virtual assistants like Siri and Alexa to self-driving cars and smart homes, AI is transforming the way we in...00
IEIkponmwosa Enabuleleinneocodez.hashnode.dev·Jun 4, 2023 · 4 min readGetting started with FastAPI"We adopted the FastAPI library to create a REST server that can be queried to obtain predictions." Piero Molino, Yaroslav Dudin, and Sai Sumanth Miryala - Uber Why should you adopt FastAPI? FastAPI combines high performance, modern features, and e...00
IEIkponmwosa Enabuleleinneocodez.hashnode.dev·May 29, 2023 · 2 min readHow to use PDB in DjangoToday, I would like to introduce you to the pdb (Python Debugger) module. Working with complex projects in Django can be a bit stressful when you have to ensure that you don't overlook any errors. The pdb module can help you debug errors and inspect ...00
IEIkponmwosa Enabuleleinneocodez.hashnode.dev·Apr 15, 2023 · 3 min readHow to check for SQL queries generated in your Django project.Django is a high-level framework that enables rapid development of secure and maintainable websites. It takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It allows you to ...00