#python
Read more stories on Hashnode
Articles with this tag
Oracle procedures are a powerful way to encapsulate complex logic and functionality. They can be used to perform a variety of tasks, such as data...
Hi 👋, today I'll share SQL query that is useful to get record from past hours, days or months. I think this is useful for someone who is new to SQL....
Hi 👋! As a software developer we always need some platform to test and deploy our code, either it's front end app or a back end application. Today I...
Hello folks 👋, today we are implementing Quicksort algorithm. Quicksort is an in-place sorting algorithm. Developed by British computer scientist...
Hello folks 👋, If you’ve struggled with activating Python virtual env on Windows this short post is for you. This is very obvious that activating...
This is system design question asked in interview for low level design implementation of Tic-tac-toe. Design a Tic-tac-toe game that is played...