MultiThreading in Python SimplifiedAs a Junior developer, understanding multithreading can be a bit challenging, but with the right explanation and examples, it can be a…Feb 13, 2023Feb 13, 2023
with keras 2.5 the optimizer wont work kindly update the optimizer as follows``` from keras.optimizers import adam_v2Sep 9, 2021Sep 9, 2021
COMBINING MULTIPLE CSV FILES WITH PYTHONWorking as a data scientist mostly am faced with working many csv files, in most times there is a need to combine these csv files. It was…Mar 2, 2021Mar 2, 2021
HOW TO PUT A ANGULAR APPLICATION TO A DOCKER CONTAINERI have read quite complicated articles on how to deploy an Angular application to a docker container that is why I am motivated to write…Aug 5, 2020Aug 5, 2020
Finding a minimum number in a Java ArraySometime back we were given a java assignment but I realized the concepts looked easy but some of my friends had problems implementing…Jan 10, 2020Jan 10, 2020
Writing Python Api with Flask RESTfulI had been working on a python application, Now it came to the section where I had to write an API for my application. it was such a…Jan 9, 2020Jan 9, 2020
Sending Gmail with Swiftmaileradding mailing functionality to website is quite an essential part of website development. most website have this sections either in the…Dec 21, 2019Dec 21, 2019