Spread the loveLast updated:9th February, 2023 Top technology trends in 2023 The technology industry is constantly evolving and 2023 is no exception. Here are some technology advancements that are forecasted to have a significant impact on the field in the near future. This article is going to explore the top technology trends in 2023 and beyond. Artificial Intelligence (AI) …
Read More »How to send email using Python with SMTPLIB and Gmail
Spread the loveLast updated:28th January, 2023How to send email using Python with SMTPLIB and Gmail Modern web applications often send emails like contact us query, a report or an OTP to a user. In a previous article, we explored NodeJS send email tutorial with MySQL and nodemailer but in this article you will learn how to send email with python …
Read More »Introduction to arrow functions in javascript
Spread the loveLast updated:24th December, 2022Arrow functions in JavaScript Arrow function were introduced in ES6 version of JavaScript. These functions allows us to create functions in a better and concise way as compared to regular JavaScript functions. The syntax of arrow functions in JavaScript is as follows: // function expression let arrowFunction = (arg1, arg2, ... argn) => { statement(s) …
Read More »How to download royalty free images and photos
Spread the loveLast updated:21st August, 2022 How to download royalty free images Now a days often we need to add images to our projects and websites, but if you try to use any image available on internet, there can be a copy right issue. So in this tutorial, we will learn how to download royalty free images and photos for personal …
Read More »How to make a python password generator
Spread the loveLast updated:9th August, 2022How to make a python password generator Python is a popular programming language, used to create dynamic applications. In a previous tutorial, we created a parse XML using python application. In this tutorial we are going to make a python password generator application. Following steps are performed in this tutorial. Create a project folder Create …
Read More »How to parse xml using python
Spread the loveLast updated:10th June, 2022How to parse xml using python Python is a modern programming language that developers use to perform variety of tasks. Parsing XML file is a feature of Python often used. In this tutorial, we will learn to parse XML using python. In a previous tutorials, we learned to parse XML using nodejs and php. Python …
Read More »Upload files using Python and Flask
Spread the loveLast updated:15th May, 2022How to upload files using Python and Flask In this tutorial we are going to learn, how to upload files using Python and flask framework. We will also upload multiple files. In a previous tutorial we explored How to join wav audio files using python – a beginner tutorial. Following steps are performed in …
Read More »Angular tutorial with CodeIgniter RESTful API – part 1
Spread the loveLast updated:1st May, 2022Angular tutorial with CodeIgniter and MySQL Now a days modern JavaScript frameworks like Angular, Reactjs and Vuejs are widely used by developers. With these frameworks, server side languages like php, python and ASP.NET are very popular among developers. In this two part Angular tutorial with CodeIgniter RESTful API, we will work in CodeIgniter RESTful API. …
Read More »