Discord Server Red Security Twitter Donation to Red Security Red Security Youtube Channel Red Security Tumblr Profile
Login or Register to Hide ads and Accessing all features on the forum

Python - Intro for beginers

1 Replies, 2575 Views

---------------------------------------------------------------- INTRODUCTION ---------------------------------------------------------------------------------------------


What is python ? Why to use python ?

Python is an easy and simple programming language. It is used for creating web apps, games, and even
huge and complicated systems   like search engineers.

Python is really easiy to code.

let take a look why python is easy Smile
 
 Ex. Let's print "HelloWorld !"


 ==> code in java



Code:
class HelloWorldApp {
    public static void main(String[]args) {
       System.out.println("Hello World!");//Display the string.
 }
}



==> code in  C ++



Code:
#include <iostream>
int main(){
std::cout << "Hello World!;
}


==> code in python Heart


Code:
print"Hello World!"


As you can see python has only ne line code and also it is easy to understand. So python is easy and simple to understand.

This is only introduction, further tutorials will be comin soon.......!
(This post was last modified: 11-11-2017, 08:09 PM by Mr.Kurd.)
I like Java more than Python -.-
Rs
* Thankful to Allah *
Kurdy

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tutorial Doubly Linked List in Python Covid-19 0 2,227 07-30-2022, 09:15 PM
Last Post: Covid-19
  Tutorial Linked List in Python Covid-19 2 2,606 07-30-2022, 08:25 PM
Last Post: Covid-19
  Tutorial File Handling in Python Covid-19 2 2,644 06-16-2022, 06:17 PM
Last Post: Covid-19
  Tutorial Exceptions in Python Covid-19 0 1,822 06-08-2022, 09:19 PM
Last Post: Covid-19
  Free Automate the boring stuff with Python Covid-19 0 1,589 06-07-2022, 06:58 PM
Last Post: Covid-19
  Tutorial Turtle in Python Covid-19 0 1,820 06-02-2022, 10:14 PM
Last Post: Covid-19
  Tutorial Python 3.5: Class Methods Covid-19 0 1,770 05-29-2022, 01:07 PM
Last Post: Covid-19
  Tutorial Python 3.2: Inheritance in Python Covid-19 2 2,800 05-27-2022, 06:47 PM
Last Post: Covid-19
  Tutorial Python 3.4: Encapsulation and Abstraction Covid-19 0 1,803 05-27-2022, 06:45 PM
Last Post: Covid-19
  Tutorial Python 3.3: Operator Overloading Covid-19 2 2,797 05-26-2022, 08:50 PM
Last Post: Covid-19



Users browsing this thread: 1 Guest(s)