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, 2598 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.)

Messages In This Thread
Python - Intro for beginers - by ıllıllı Mr. Robot ıllıllı - 11-10-2017, 11:48 AM
RE: Python - Intro for beginers - by Mr.Kurd - 11-12-2017, 11:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tutorial Doubly Linked List in Python Covid-19 0 2,254 07-30-2022, 09:15 PM
Last Post: Covid-19
  Tutorial Linked List in Python Covid-19 2 2,649 07-30-2022, 08:25 PM
Last Post: Covid-19
  Tutorial File Handling in Python Covid-19 2 2,685 06-16-2022, 06:17 PM
Last Post: Covid-19
  Tutorial Exceptions in Python Covid-19 0 1,853 06-08-2022, 09:19 PM
Last Post: Covid-19
  Free Automate the boring stuff with Python Covid-19 0 1,615 06-07-2022, 06:58 PM
Last Post: Covid-19
  Tutorial Turtle in Python Covid-19 0 1,850 06-02-2022, 10:14 PM
Last Post: Covid-19
  Tutorial Python 3.5: Class Methods Covid-19 0 1,802 05-29-2022, 01:07 PM
Last Post: Covid-19
  Tutorial Python 3.2: Inheritance in Python Covid-19 2 2,844 05-27-2022, 06:47 PM
Last Post: Covid-19
  Tutorial Python 3.4: Encapsulation and Abstraction Covid-19 0 1,833 05-27-2022, 06:45 PM
Last Post: Covid-19
  Tutorial Python 3.3: Operator Overloading Covid-19 2 2,837 05-26-2022, 08:50 PM
Last Post: Covid-19



Users browsing this thread: 1 Guest(s)