By admin , 4 January, 2022

Git

Git repository:

local repository

remote repository

Git staging area

.gitignore file

Git Cache

Git Index

Git ommit

Git stash

git clone,

git config

git add

git status

git commit

git push

git pull

git branch

git checkout

git merge


<>

By admin , 28 December, 2021

A language is Static typed if  perform type(common programming behaviours) checking at compile time.

language compiler perform type checking at compile time and assigns variables type based on the variable's value.

Examples of Static typed languages  :- Java, C, C++

By admin , 28 December, 2021

A language is dynamically typed if  perform type(common programming behaviours) checking at runtime.

language interpreter perform type checking at runtime and assigns variables type based on the variable's value.

 

Examples of dynamically typed languages  :- Python, PHP, JavaScript

By admin , 27 December, 2021

Step 1: Download the latest version of xampp/wamp it will installed PHP, Apache Server, Mysql, Phpmyadmin automatically from below links.

XAMPP

Wamp

Step 5: Congratulations!

... Comming Soon...
... Comming Soon...
By admin , 27 December, 2021

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Python is  programming language . Python is an interpreted by Nature.

Python is dynamically-typed by Nature.

First appeared: 20 February 1991; 30 years ago.

Designed by: Guido van Rossum

License:   Python Software Foundation License.

Python interpreter: 

 

Python features:

  • Indentation(To define a block of code, By default, Python uses four spaces(a tab) for indentation, and the programmer can manage it but it has to be at least one.)