Automating light switch using ESP32 board and MicroPython
https://medium.com/@tomas.rasymas/automating-light-switch-using-esp32-board-and-micropython-502622f54242
https://medium.com/@tomas.rasymas/automating-light-switch-using-esp32-board-and-micropython-502622f54242
Medium
Automating light switch using ESP32 board and MicroPython
A story about how I excaiped the booring task, that I was doing twice a day, by automating it!
LeetCode | Search Insert Position | Microsoft Interview Questions | Geek Hacker
https://medium.com/geek-hacker/leetcode-search-insert-position-microsoft-interview-questions-geek-hacker-14695c8ca83a
https://medium.com/geek-hacker/leetcode-search-insert-position-microsoft-interview-questions-geek-hacker-14695c8ca83a
Medium
LeetCode | Search Insert Position | Microsoft Interview Questions | Geek Hacker
In order to find the index of a target in a sorted array using an algorithm with O(log n) runtime complexity, binary search will be used.
How-To: Manually restart django development server
https://medium.com/@ark4579/how-to-manually-restart-django-development-server-d6ad29a8c273
https://medium.com/@ark4579/how-to-manually-restart-django-development-server-d6ad29a8c273
Medium
How-To: Manually restart django development server
Just use this Script!
Python Sentiment Analysis Tutorial: Randomly Generating “Positive” and “Negative” Words
https://medium.com/geekculture/python-sentiment-analysis-tutorial-randomly-generating-positive-and-negative-words-195145380a46
https://medium.com/geekculture/python-sentiment-analysis-tutorial-randomly-generating-positive-and-negative-words-195145380a46
Medium
Python Sentiment Analysis Tutorial: Randomly Generating “Positive” and “Negative” Words
As machine learning continues to excel with its presence in the field of technology, one essential subtopic of machine learning is…
Creating Multiple Counters From A Single Function Using Nonlocal Statement In Python
https://pavolkutaj.medium.com/creating-multiple-counters-from-a-single-function-using-nonlocal-statement-in-python-beff6b15ff71
https://pavolkutaj.medium.com/creating-multiple-counters-from-a-single-function-using-nonlocal-statement-in-python-beff6b15ff71
Medium
Creating Multiple Counters From A Single Function Using Nonlocal Statement In Python
The aim of this playbook🏁 is a commentary under SICP and SICP-in-PYTHON, illustrating a simple example of a local-state function returning another function allowing for the creation of multiple…