Hunza-Pakistan

Learn to earn online!

Here you will find your way to earn through internet.

Thursday, March 2, 2023

Python Learning Series 02- Install python step by Step

 Step No. 01:Downloading the Python InstallerPlease follow the following step to download, Install and Configure Python on your Windows Laptop/PC:Go to the official Python download page for Windows.Find a stable Python 3 release. This tutorial was tested with Python version 3.10.10.Click the appropriate link for your system to download the executable file: Windows installer (64-bit) or Windows installer (32-bit)Step 2 — Running...

Python Learning Series 01

Python Learning Series for absolute beginners!In this learning series, we will quickly have an introduction of most popular programming language,  Python!What is Python?Python is a high-level, interpreted programming language that is designed to be easy to read and write. It was first released in 1991 by Guido van Rossum, and since then it has become one of the most popular programming languages in use today.Why Python is so popular nowadays?Python...

Tuesday, February 28, 2023

 Machine learning is a subfield of artificial intelligence that involves developing algorithms and statistical models that enable computer systems to automatically learn from data and improve their performance on a specific task.In other words, machine learning algorithms enable computers to identify patterns and relationships within a dataset, and use that knowledge to make predictions or decisions about new data. This is done by training the...

Tuesday, August 2, 2022

Learning AngularJS step by step!

Introduction:AngularJS is a very popular Framework which is written in JavaScript. AngularJS is normally available as a JavaScript file,  whichcan be added to any of your  web page with the following script tag: <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>AngularJS extends the functionality of  HTML with  the following ng-directives.1. ng-app directive:The ng-app directive defines an AngularJS application.2. ng-model directive:The ng-model directive...