• maiweb v0.1.0
  • ★
  • Feedback

Ashutosh Tiwari

active · last success 2026-06-18 22:58

Visit site ↗ · Feed ↗

  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2021-10-09 08:02
    ↗

    I found some black substance grown near my kitchen sink in an area thats mostly wet. I decided to look at it under the microscope and found these giant little worm like creatures eating fungi and algae. Turns out these are Rotifers.

    ▶ Watch on YouTube Opens in a new tab
    I found some black substance grown near my kitchen sink in an area thats mostly wet. I decided to look at it under the microscope and found these giant little worm like creatures eating fungi and algae. Turns out these are Rotifers.
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2021-10-09 07:59
    ↗

    This morning I found some white stuff and bubbles floating around in the pickle prepared just two days ago. I decided to look at it under my microscope and found some yeast. Turns out the bubbles were CO2 produced by the yeast.

    ▶ Watch on YouTube Opens in a new tab
    This morning I found some white stuff and bubbles floating around in the pickle prepared just two days ago. I decided to look at it under my microscope and found some yeast. Turns out the bubbles were CO2 produced by the yeast.
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2021-09-28 13:14
    ↗

    This is an old video I made for the Jawaharlal Nehru National Science, Mathematics and environment exhibition. I made this one in 2019.

    ▶ Watch on YouTube Opens in a new tab
    This is an old video I made for the Jawaharlal Nehru National Science, Mathematics and environment exhibition. I made this one in 2019.
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2021-02-01 04:34
    ↗

    I tried to mimic 3 Blue 1 Brown. It's just a video I made months ago. Do check out Manim - https://github.com/3b1b/manim

    ▶ Watch on YouTube Opens in a new tab
    I tried to mimic 3 Blue 1 Brown. It's just a video I made months ago. Do check out Manim - https://github.com/3b1b/manim
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2020-04-12 01:30
    ↗

    Hi guys! This is my first sprint video. In this video, I show how you can write a simple python script to organize all the files in a folder based on different file extensions. We use the python os module. So you don't have to install anything. If you liked the video, please...

    ▶ Watch on YouTube Opens in a new tab
    Hi guys! This is my first sprint video. In this video, I show how you can write a simple python script to organize all the files in a folder based on different file extensions. We use the python os module. So you don't have to install anything. If you liked the video, please hit the like button. Your support means a lot to me. Subscribe to see more such videos. - https://www.youtube.com/channel/UC3VAed5huwZHOaE3q-Ap8qg?sub_confirmation=1 Python version: 3.8 LINKS - Code - https://github.com/Ashutoshkvdlw123/Random_tutorials/blob/master/organizer.py Thanks for watching!
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2020-04-05 14:37
    ↗

    This is the third video of the Scrapy tutorial. In this video, I show you how to create the simplest spider possible with Scrapy! If you enjoyed this video, please leave a like. Your support will make me create and publish these videos much quicker. Read more about - web...

    ▶ Watch on YouTube Opens in a new tab
    This is the third video of the Scrapy tutorial. In this video, I show you how to create the simplest spider possible with Scrapy! If you enjoyed this video, please leave a like. Your support will make me create and publish these videos much quicker. Read more about - web scraping - https://en.wikipedia.org/wiki/Web_scraping Scrapy - https://en.wikipedia.org/wiki/Scrapy Packages in Python - https://realpython.com/python-modules-packages/ Inheritance in Python - https://www.geeksforgeeks.org/inheritance-in-python/ Thank you for watching!
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2020-03-30 11:30
    ↗

    This is the second video of the Scrapy tutorial. In this video, I show you how to install scrapy and set up a new project to get started. If you enjoyed this video, please leave a like. Your support will make me create and publish these videos much quicker. Read more about...

    ▶ Watch on YouTube Opens in a new tab
    This is the second video of the Scrapy tutorial. In this video, I show you how to install scrapy and set up a new project to get started. If you enjoyed this video, please leave a like. Your support will make me create and publish these videos much quicker. Read more about web scraping - https://en.wikipedia.org/wiki/Web_scraping Read more about Scrapy - https://en.wikipedia.org/wiki/Scrapy Thank you for watching!
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2020-03-27 02:30
    ↗

    First of all, I hope all of you are safe and healthy during this hard time. Web scraping a skill that is essential if you want to collect data to perform data science since you won't always get pre-processed data. It is particularly required if you want to get data from web...

    ▶ Watch on YouTube Opens in a new tab
    First of all, I hope all of you are safe and healthy during this hard time. Web scraping a skill that is essential if you want to collect data to perform data science since you won't always get pre-processed data. It is particularly required if you want to get data from web pages without the hassle of paying for APIs. Scrapy is a python web scraping framework that has essential features required for web scraping. It can also organize and store the scraped data. It has a ton of different features that you won't find in libraries like beautifulsoup. This is the introduction video of this Scrapy tutorial. In this video, I introduce you to web scraping and Scrapy in particular. Destroy the like button if you enjoyed this video and share it with someone you think might need this video. Read more about web scraping - https://en.wikipedia.org/wiki/Web_scraping Read more about Scrapy - https://en.wikipedia.org/wiki/Scrapy Thank you for watching!
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2020-03-24 00:30
    ↗

    Welcome to another video. In this video, I show you how to use the eel package in python to create beautiful apps in python. We accomplish by implementing HTML GUIs using the Eeel package in Python. Destroy the like button if you enjoyed this video and share it with someone...

    ▶ Watch on YouTube Opens in a new tab
    Welcome to another video. In this video, I show you how to use the eel package in python to create beautiful apps in python. We accomplish by implementing HTML GUIs using the Eeel package in Python. Destroy the like button if you enjoyed this video and share it with someone you think might need this video. Source code - https://github.com/Ashutoshkvdlw123/Random_tutorials/tree/master/eel_tut Eel documentation - https://github.com/samuelhwilliams/Eel Learn about python decorators - https://www.youtube.com/watch?v=FsAPt_9Bf3U Awesome MQTT Client - https://github.com/Ashutoshkvdlw123/Awesome-MQTT-Client Thank you for watching the video!
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2019-12-16 09:30
    ↗

    Hi, it's been a while since I uploaded a video. In this video, I show you how to use discord API to control raspberry pi globally. The video uses a raspberry pi 4 which is the latest version as of 2019, but you are free to follow up with any other version that supports...

    ▶ Watch on YouTube Opens in a new tab
    Hi, it's been a while since I uploaded a video. In this video, I show you how to use discord API to control raspberry pi globally. The video uses a raspberry pi 4 which is the latest version as of 2019, but you are free to follow up with any other version that supports internet connection easily. Thanks for watching! SUBSCRIBE my channel - https://www.youtube.com/channel/UC3VAed5huwZHOaE3q-Ap8qg?sub_confirmation=True Setup flite on rpi - https://learn.adafruit.com/speech-synthesis-on-the-raspberry-pi/speak-easier-flite Get the latest raspbian image - https://www.raspberrypi.org/downloads/raspbian/ Setup your discord bot - https://discordapp.com/developers/applications Buy a Raspberry Pi 4 - https://robu.in/product/raspberry-pi-4-model-b-with-2-gb-ram/ Bye...
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2019-07-14 08:21
    ↗

    Hi, good to have you here. Today I have got a video about how to convert .py apps to .exe using the PyInstaller python package. Using this module, you can also package app files for Mac os X and Linux as well. Subscribe to my channel - https://bit.ly/2Rk76Ow PyInstaller...

    ▶ Watch on YouTube Opens in a new tab
    Hi, good to have you here. Today I have got a video about how to convert .py apps to .exe using the PyInstaller python package. Using this module, you can also package app files for Mac os X and Linux as well. Subscribe to my channel - https://bit.ly/2Rk76Ow PyInstaller Documentation - https://bit.ly/2LliKKl SUBSCRIBE to my channnel- https://bit.ly/2Rk76Ow Find me on - Quora - https://www.quora.com/profile/Ashutos... Reddit - https://www.reddit.com/user/Ashutoshkv Discord - https://discord.gg/t6KJDs3
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2019-06-27 16:53
    ↗

    Hi, awesome to have you here. In this video, we learn more about RiveScript.. As we go on in this series, we will create a sophisticated and context aware chat-bot. After we complete it we will implement the bot on discord and host it on a server. Thanks for watching!...

    ▶ Watch on YouTube Opens in a new tab
    Hi, awesome to have you here. In this video, we learn more about RiveScript.. As we go on in this series, we will create a sophisticated and context aware chat-bot. After we complete it we will implement the bot on discord and host it on a server. Thanks for watching! Resources - RiveScript website - https://rivescript.com RiveScript Python documentation - https://github.com/aichaos/rivescript... How to make Iron Man Jarvis - https://www.youtube.com/watch?v=5mu6q... SUBSCRIBE to my channnel- https://bit.ly/2Rk76Ow Find me on - Quora - https://www.quora.com/profile/Ashutos... Reddit - https://www.reddit.com/user/Ashutoshkv Discord - https://discord.gg/t6KJDs3 tags: python chatbot tutorial chatbot python chatbot rivescript discord.py aiml aiml python python chatbot #AshutoshTiwari #ChatbotRivescript #Python3
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2019-06-18 10:23
    ↗

    Hi, awesome to have you here. In this video, I introduce you to RiveScript and create a simple chatbot that can answer to hi and hello. As we go on in this series, we will create a sophisticated and context aware chat-bot. After we complete it we will implement the bot on...

    ▶ Watch on YouTube Opens in a new tab
    Hi, awesome to have you here. In this video, I introduce you to RiveScript and create a simple chatbot that can answer to hi and hello. As we go on in this series, we will create a sophisticated and context aware chat-bot. After we complete it we will implement the bot on discord and host it on a server. Thanks for watching! Resources - RiveScript website - https://rivescript.com RiveScript Python documentation - https://github.com/aichaos/rivescript-python How to make Iron Man Jarvis - https://www.youtube.com/watch?v=5mu6qlFY3x0 SUBSCRIBE to my channnel- https://bit.ly/2Rk76Ow Find me on - Quora - https://www.quora.com/profile/Ashutosh-Tiwari-851 Reddit - https://www.reddit.com/user/Ashutoshkv Discord - https://discord.gg/t6KJDs3 #AshutoshTiwari #ChatbotRivescript #Python3
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2019-04-21 07:38
    ↗

    In this video I will tell how to send Desktop notifications in Windows using python! Thanks for watching! More documentation on win10toast - https://github.com/jithurjacob/Windows-10-Toast-Notifications How to make Iron Man Jarvis AI - https://bit.ly/2t2yd6Y SUBSCRIBE to my...

    ▶ Watch on YouTube Opens in a new tab
    In this video I will tell how to send Desktop notifications in Windows using python! Thanks for watching! More documentation on win10toast - https://github.com/jithurjacob/Windows-10-Toast-Notifications How to make Iron Man Jarvis AI - https://bit.ly/2t2yd6Y SUBSCRIBE to my channnel- https://bit.ly/2Rk76Ow Find me on - Quora - https://www.quora.com/profile/Ashutosh-Tiwari-851 Reddit - https://www.reddit.com/user/Ashutoshkv #AshutoshTiwari
  • Ashutosh Tiwari youtube.com channel up-and-coming video youtube 2019-04-13 09:53
    ↗

    Hello everyone! Good to have you here, in this video, I will show you how to make an amazing brute force password breaker for PDF documents! It tries a dictionary attack on the PDF file using a wordlist that contains over 44,000 English words! Thanks for watching! Get the...

    ▶ Watch on YouTube Opens in a new tab
    Hello everyone! Good to have you here, in this video, I will show you how to make an amazing brute force password breaker for PDF documents! It tries a dictionary attack on the PDF file using a wordlist that contains over 44,000 English words! Thanks for watching! Get the code used - https://bit.ly/2UM3s5Z Get the wordlist - https://bit.ly/2Ie3vBH How to make Iron Man Jarvis AI - https://bit.ly/2t2yd6Y SUBSCRIBE to my channnel- https://bit.ly/2Rk76Ow Find me on - Quora - https://www.quora.com/profile/Ashutosh-Tiwari-851 Reddit - https://www.reddit.com/user/Ashutoshkv #AshutoshTiwari
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits