Your Dashboard
Sign-in
RegularPython
  • Learn & Earn
  • Membership
  • RoadMaps
  • Short Videos
  • Pro Tip Videos
  • Online Tests
    • Online Test
    • Interview Questions
    • Online Store
  • Jobs
    • Student Reviews
    • Students Live Interviews
    • Project Explanation
    • Mock Interviews
    • Apply for jobs
    • Contact for help
  • Sign-in

Blog

  1. Home
  2. Blog

regularpython@gmail.com

How to secure your home by using python code

  • by Sairam Doddaparthi
  • by April 22, 2020, 1:48 p.m.
  • in Python, Regualrpython, Regular Python, Gmail, Gmail in python, opencv
  • 32 comments
This is a small project. The aim of this project is, how to secure your home by using python code.
Read More

How to schedule your python project in windows task scheduler

  • by Sairam Doddaparthi
  • by Jan. 3, 2020, 9:50 a.m.
  • in Python, Regualrpython, Regular Python, Gmail, Gmail in python, task scheduler, windows task schedule
  • 32 comments
Learn how to schedule your python project in windows task scheduler from scratch to advanced level
Read More

How to send a message through gmail in python?

  • by Sairam Doddaparthi
  • by Dec. 17, 2019, 6:26 a.m.
  • in Python, Regualrpython, Regular Python, Gmail, Gmail in python
  • 32 comments
Python has so many useful functionalities. We can create a reporting tool wiht gmail using python. What is reporting tool here? Reporting tool is nothing but to send the information to client. Example: You are a python developer and developed webscraping scripts. The work of these scripts are, scrape the data from websites and store it into database. Now client wants some information like this,
Read More

Python Slicing Operations In English Language

  • by Sairam Doddaparthi
  • by Dec. 16, 2019, 6:25 a.m.
  • in python slicing operation, list, tuples, strings
  • 32 comments
After watching this video and content you will never fail in python slicing operation. There are three types of slicing operations available. Once you are aware that your work goes very simple.
Read More

How to send an email with the attachments using python?

  • by Sairam Doddaparthi
  • by Dec. 11, 2019, 8:08 a.m.
  • in regularpython, regular, python, gamil, python gmail
  • 32 comments
Before going to learn first we should know what is the use of this concept. If we want to know the daily report of any script.  For example: I wrote one web scraping script and it scrapes product data daily. Now the client wants to know the information like The script is running daily or not. How many products scrapped today. How many new products scrapped.
Read More

How to download youtube videos using python?

  • by Sairam Doddaparthi
  • by Oct. 3, 2019, 7:39 a.m.
  • in python,blog,youtube,videos,pytube
  • 32 comments

Download youtube videos by using python program. Click the below link to watch the complete video. from pytube import YouTube print('Downloading Started') ytube = YouTube('https://www.youtube.com/watch?v=FHH6hIc2GyE') print('Title = ', ytube.title) ytube.streams.first().download('C:\\Users\\sairam\\Desktop\\mp') print('Downloaded Successfully...')

Read More
RegularPython

This website helps to learn ptyhon from basics to advanced level. Everything explained with some practical examples.

  • About
  • Privacy
  • Video Courses
  • Online Test
  • Python Blog

Marthahalli, Bengalore.
regularpython@gmail.com

© Copyright 2020 RegularPython.

  • Sign-in
  • Sign-up