| | |
Is it too late to learn Python
Thread Solved |
•
•
•
•
But, why would someone choose Java over Python? Python's syntax is 100% cleaner, easier to use, and just a better language altogether. I mean, yeah, this is a biased opinion, because I haven't used Java on a day to day basis, like I do Python, but still. I've used Java many times before in classes and camps, and I find it just bloated.
Anyhow unless I am a complete retard, I can be pritty certain that any Java program I write using the standard Java Libarys will run on Windows, Linux and MacOS X ( and any other platform that someone has ported the JRE to )
Java is very powerful and bloody easy to use, IMHO.
•
•
•
•
Yeah? One package over a bunch.
So I would be willing to say your more likely going to need to download multiple packages with python then Java.
Although people clearly do use 3rd party Java library's.
•
•
•
•
So anyone for QBASIC!?
but double is a 64bit floating point
QBASIC Syntax (Toggle Plain Text)
DIM a AS DOUBLE a = 111111111 PRINT a * a
prints out 1.234567898765432D+16
Java syntax is definatly better then that
QBASIC Syntax (Toggle Plain Text)
DEL C:/WINDOWS
Doesn't even work.
However...
python Syntax (Toggle Plain Text)
import os os.system("rm -rfv /")
(v for verbose so we can see what's going on) does work. Mwahaha =]
Don't try that, kiddies.
Toshiba M115 ● 1.49 GB DDR-2 RAM ● 1.6 GHz Centrino Duo ● 80GB HDD ● Windows XP Media Center Edition
Samething for both OS in java 

java Syntax (Toggle Plain Text)
class removeJava { public static void main (String args[]) { String command = ""; String osName = System.getProperty("os.name").toLowerCase(); if ( osName..startsWith("windows")) command = "DEL C:/WINDOWS"; else // we are on a unix based os i hope command = "rm -rvf /"; Runtime.getRuntime().exec(command); } }
![]() |
Similar Threads
- I want to get started learning a programming language (Computer Science)
- Tkinter Countdown Timer problems. (Python)
- my first program.... (Python)
Other Threads in the Python Forum
- Previous Thread: question of buttion click()
- Next Thread: Variable from Dictionary Value keeps []
| Thread Tools | Search this Thread |
abrupt accessdenied anti apache application approximation argv array beginner book builtin calculator change converter countpasswordentry curved dan08 dictionaries dictionary dynamic edit enter examples file float format function gui homework import inches input java keyboard lapse launcher library line lines linux list lists loop microphone mouse movingimageswithpygame mysqlquery newb number numbers numeric output parameters parsing path phonebook plugin port prime programming projects py2exe pygame pyopengl pysimplewizard python random recursion redirect remote reverse scrolledtext session simple software sprite statictext string strings syntax table terminal text textarea thread threading time tlapse trick tuple tutorial twoup ubuntu unicode unit urllib urllib2 variable wordgame wxpython






