Posts

Logic building in Programming | Q-1 | Problem solving | Basics 👉👉 Advanced 🔥🔥

Image
Logic building in Programming | Q-1 | Problem solving , Basics To Advanced    Question The parameter weekday is True if it is a weekday, and the parameter vacation is True if we are on vacation. We sleep in if it is not a weekday or we're on vacation. Return True if we sleep in. SOLUTION def sleep_in(weekday, vacation): if vacation==True or weekday==False: return True return False In this video series we will solve some easy/complex problems related to programming these problems can be solved in any programming language  IT IS MY SMALL TRY TO IMPROVE ( warmup for brain ) LOGICAL THINKING OF EVERY PROGRAMMER TRY TO SOLVE IT BY YOUR SELF BEFORE SEEING THE SOLUTION If you have any questions or suggestions, please share with me  I will try my best to learn and share with everyone ☺️

How to make JARVIS in python | DEMO | AI in Raspberry pi | 😯😯

Image
  How to make JARVIS in python , DEMO , AI in Raspberry pi In this video I will share a DEMO of my JARVIS / FRIDAY Project in python which is been implemented on a Raspberry Pi 4 This Virtual friend of us can :- *talk *listen *control light and fan *make phone calls *control our phone *search google *play any song (source of song will be YouTube)  *any language (hindi,english....) *understant gaali (jab be iske samne mu kolenge tho galthi se be gaali nahi dena ,nahi tho ....🔥🔥) *talk and reply any thing and MORE FEATURES WILL BE ADDED

New to YouTube | why this channel | introduction |

Image
  Hello Friends Here we will be learning to create personal Friend (JARVIS/FRIDAY) in Python, create some simple and cool games in python, and yes... Solve some problems helping each other to improve our LOGIC  also we will be uploading videos related to computer and Raspberry Pi IN THIS WEBSITE WE  WILL POST THE SOURCE CODE AND ANYONE OF YOU CAN SHARE YOUR CODE HERE ..... If you have any questions or suggestions, please share with me  I will try my best to learn and share with everyone ☺️