Discuss Scratch
- Discussion Forums
- » Things I'm Making and Creating
- » Python coding forum.
- SpectralKnight
-
84 posts
Python coding forum.
Welcome!
This forum is about the Python coding language.
If you do not already know python and are intrested in learning it here is the link(Due to scratches forum you need to copy and paste): https://www.python.org/
A rundown of the python programming language is python was created by Guido van Rossum in 1989. It was named python after Monty Python because the programming languages main aim is that there is more than one way to do something. The language, unlike the C family(C, C#, C++, Java) it is made of easy terms likedisplays the text on screen “hello world” and unlike C or Java you don't need to define variables to a certain type of data(Example in java you cant put strings in a variable made for numbers and vice versa but in python a variable is for any type of data, even booleens)
So, if you have any cool python projects you want to show off or you want help or even just to collaberate post in this thread!
This forum is about the Python coding language.
If you do not already know python and are intrested in learning it here is the link(Due to scratches forum you need to copy and paste): https://www.python.org/
A rundown of the python programming language is python was created by Guido van Rossum in 1989. It was named python after Monty Python because the programming languages main aim is that there is more than one way to do something. The language, unlike the C family(C, C#, C++, Java) it is made of easy terms like
print "Hello world"
So, if you have any cool python projects you want to show off or you want help or even just to collaberate post in this thread!
Last edited by Paddle2See (July 7, 2016 18:04:13)
- meowflash
-
500+ posts
Python coding forum.
Here are Python projects I am working on:
A command line/shell, an MLG programming language, and an interpreter for FiM++ (Though I'm not a brony).
A command line/shell, an MLG programming language, and an interpreter for FiM++ (Though I'm not a brony).
- watsonsimler
-
6 posts
Python coding forum.
Try this simple Python Tutorial…
http://net-informations.com/python/default.htm
http://net-informations.com/python/default.htm
Last edited by watsonsimler (Sept. 8, 2017 05:08:08)
- Discussion Forums
- » Things I'm Making and Creating
-
» Python coding forum.