How To Send mail from your Gmail account using Python

Here, we are going to learn how to send a simple basic mail using Python code. Python, being a powerful language don’t need any external library to import and offers a native library to send emails-... Read Mores
Codegyan

22-Nov-2021 22:09:23

49 Views Programming, Python 3 years ago

Accept Credit Cards Online with an Merchant Account!

If you want to accept credit cards online, you will need to set up a credit card merchant account with a reputable firm. There are a lot of merchant account providers out there, however, Co... Read Mores
Codegyan

01-Nov-2021 9:17:20

18 Views Uncategorized 3 years ago
avatar
Google

September 11, 2020

2.2 K Views GCP Cloud Engineer 21 hours ago

How to get a list of parameter names inside Python function?

To extract the number and names of the arguments from a function or function[something] to return ("arg1", "arg2"), we use the inspect module. The given code is written as follows using inspect mod... Read Mores
Codegyan

30-Oct-2021 13:44:28

121 Views Programming, Python 3 years ago

How to redirect HTTP to HTTPS Using htaccess

Chrome and Firefox have started showing insecure warnings on sites without SSL certificates. Without SSL, your website will show insecure to the visitors. Therefore, using an SSL-encrypted connection ... Read Mores
Codegyan

14-Oct-2021 13:50:16

45 Views Backend, Programming 3 years ago
avatar
Google

September 11, 2020

2.2 K Views GCP Cloud Engineer 21 hours ago

How to make a chain of function decorators in Python?

Decorators are “wrappers”, which allow us to execute code before and after the function they decorate without modifying the function itself. Example The given code can be wrapped in a chain of d... Read Mores
Codegyan

30-Jan-2023 19:39:21

79 Views Programming, Python, Server Side Programming 2 years ago

What are Python function attributes?

Everything in Python is an object, and almost everything has attributes and methods. In python, functions too are objects. So they have attributes like other objects. All functions have a built-in att... Read Mores
Codegyan

03-Oct-2021 13:29:18

86 Views Programming, Python, Server Side Programming 3 years ago
avatar
Google

September 11, 2020

2.2 K Views GCP Cloud Engineer 21 hours ago

Why is iOS better than Android ?

Why is iOS better than Android? We can't deny that Android is the most used platform worldwide. However, there are various reasons that recommend that iOS phones perform better than Android. Apple ha... Read Mores
Codegyan

27-Sep-2021 15:48:28

30 Views Android 3 years ago

Top 50 Programming Interview Questions & Answers (2021)

1) What is Computer programming? Computer Programming is also known as programming or coding. Programming is a process which includes processes such as coding, maintaining, updating, debugging, wri... Read Mores
Codegyan

27-Sep-2021 15:34:46

57 Views Programming 3 years ago
avatar
Google

September 11, 2020

2.2 K Views GCP Cloud Engineer 21 hours ago

How to print page using JavaScript ?

To print a page in JavaScript, use the print() method. It opens up the standard dialog box, through which you can easily set the printing options like which printer to select for printing. Page pri... Read Mores
Codegyan

26-Sep-2021 19:21:08

63 Views Front End, JavaScript, Web Development 3 years ago

How to create accordion on blogger using HTML & JavaScript ?

Create accordion using html & javascript on blogger. Its too much easy to create accordion using html & javascript .  Below is the code by using you create an accordion on blogger using html... Read Mores
Codegyan

25-Sep-2021 1:02:18

111 Views HTML, JavaScript 3 years ago
avatar
Google

September 11, 2020

2.2 K Views GCP Cloud Engineer 21 hours ago