•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Java section within the Software Development category of DaniWeb, a massive community of 391,940 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,868 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Java advertiser: Lunarpages Java Web Hosting
Views: 217 | Replies: 1
![]() |
•
•
Join Date: Oct 2007
Posts: 41
Reputation:
Rep Power: 1
Solved Threads: 5
Hi,
I'm a high-school freshman that wont be taking a programming class until next year. I am proficient at Python, and they decided to put me in AB Programming, which is Java.
When I first started programming on a z80 TI-83+ with BASIC, I set out to make my life easier with small, functional programs. So, being a Linux buff on top of knowing z80 BASIC, I came across Python which is now my favorite language.
I can't find practical uses for Java, like I can for Python. I know the language should seem as an extension of the idea, but it's hard for me to implement Java.
Take for example, a very simple script to update software on a Debian system would be;
I dont have a clue as to how you could do any of this in Java (well, control structures are obvious, but still.)
I'm trying to find a Java tutorial that will make me familiar with commonly used packages and teach me step by step how to do things, but I can't really find a good one.
Is there a Java equivalent of the Python Global Module Index?
And which IDE is better for newbies, Eclipse or NetBeans?
I'm a high-school freshman that wont be taking a programming class until next year. I am proficient at Python, and they decided to put me in AB Programming, which is Java.
When I first started programming on a z80 TI-83+ with BASIC, I set out to make my life easier with small, functional programs. So, being a Linux buff on top of knowing z80 BASIC, I came across Python which is now my favorite language.
I can't find practical uses for Java, like I can for Python. I know the language should seem as an extension of the idea, but it's hard for me to implement Java.
Take for example, a very simple script to update software on a Debian system would be;
python Syntax (Toggle Plain Text)
import os try: open("/usr/bin/sudo",'rb') sudo = True except IOError: sudo = False if sudo == True: os.system("sudo apt-get update && sudo apt-get upgrade") else: os.system("apt-get update && apt-get upgrade")
I'm trying to find a Java tutorial that will make me familiar with commonly used packages and teach me step by step how to do things, but I can't really find a good one.
Is there a Java equivalent of the Python Global Module Index?
And which IDE is better for newbies, Eclipse or NetBeans?
Last edited by 1337455 10534 : Apr 8th, 2008 at 1:34 pm.
"And da wind cry moron." ~ Pearls Before Swine
See the resources outlined in the Read Me post at the top of this forum. There is a lot of info there to get you started.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Java Marketplace
- Python/Java/Ogre Programmer Needed (Software Development Job Offers)
- Some questions about Delphi... (Pascal and Delphi)
- Holy Python Batman! It's a Noob! (Community Introductions)
- Convert from JAVA/JSP to Python (Python)
- Modifying a project in python (Python)
- Questions about the various languages (Computer Science and Software Design)
- Hello! (Community Introductions)
- Steps in learning Python (Python)
Other Threads in the Java Forum
- Previous Thread: How to close a frame with a button
- Next Thread: NumberFormatException



Linear Mode