• Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.

    Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.

    Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?

Equinoxe
Reaction score
4

Profile posts Latest activity Postings About

  • Hi! I was just noticing yours and Mewtini's conversation. Python's actually super-oriented to beginners! It's a "high-level" language, which sounds like some weird complex thing but basically means that instead of writing ten thousand lines of code you just write ten.

    Like here's a hello world in C#:

    using System;

    class Program
    {
    static void Main()
    {
    Console.WriteLine("Hello world!");
    }
    }


    (pretend tabs work)

    It's nine lines and doesn't make much sense! What is System, why am I using it. What's a static void! What does it mean to type Main(). Plus the code is reaaaaally long (Console.WriteLine?!) and there are brackets all over.

    It's actually even longer and tougher to understand than a C++ hello world, and C++ is meant to be super-hard or something.


    #include <iostream>
    using namespace std;

    int main() {

    cout << "Hello World!\n";
    }


    Here's a Python hello world!: print "hello world" Ta-dah! It does the same thing in three words.

    Here are some more Python samples (pretend they have tabs, too).

    Prints yays forever:

    yay = True

    while yay == True:
    print "yay!"


    Printing stuff from a text file:

    with open("kitties.txt") as kitty_file:

    for kitty in kitty_file:
    print "hello," + kitty + "!"


    Replacing text with some other text:

    if "ninetails" in text:
    fixed_text = text.replace("ninetails", "Ninetales")
    print "Spelling problem!! Ninetales is crying."


    (here's a pastebin so you can look at the samples with tabbing and colours! http://paste.kde.org/720356/36554041/ It expires in a month.)

    Everything looks like that, even super-complex programs! But even though it's simple you still can make the super-complex programs. Plus there's lots of really great Python tutorials meant for beginners! Like Learn Python the Hard Way! (it's not the hard way, it's just a joke title.) And also I find Python a lot easier than CSS. CSS wants to fight with you.

    Anyway maybe you wanted to know about that!
    Ahahah, I'm pretty terrible at CSS (it'd be hard to be all that terrible at HTML)... mom's like "!!! You should learn Python!" because programming is a thing that (supposedly) fits my personality! But because I'm terrible at CSS, which I consider to be pretty low on the list of hard languages, Python's waiting.

    Pikachu was a force draw. Nope, it isn't D:

    I should probably get AA vs Professor Layton or whatever it is! I love Professor Layton so much
    I've been doing more HTML/CSS than drawing or schoolwork combined, though, which is terrible :c

    Especially given that I set up a request thread, um.

    Also your avatar makes me want to get Ace Attorney, whoah.

    Subliminal messages!
    Aaand I can't quite draw humans so practice, yay.

    \o/

    EDIT: found this

    Yeah, I think fanart will probably help because I know the characters I'm drawing and poses might come a bit easier!

    :(
    Aha, dodge/burn is something I was always too flighty to understand the use of. \o/

    After drawing those two, though, I got stuck on poses. I think I might end up drawing Fire Emblem fan art. :U

    Thanks!
    I don't like going around critiquing people's art but I just thought I'd say that your work is really cool and I love your style and eeeee

    Hopefully I can get my art thread to have something interesting in it :V
    Aha. Not masterfully, but hey, it's decent. Sure, let me pull some up real quick.
    I was only being pushy because I was having a bad day. I don't need direct help- even just little tidbits or ideas would help.
    Also, for my age, I'm good at drawing, not to be cocky. I already draw anime and have lots of Pokemon fully planned out with almost masterful design schemes. Don't judge me.
    I know. Several things though; I established this, I'm not like most, "kids," my age. I'm in seventh grade, and taking Algebra I.

    Also, that's the reason I'm making a hack of it first. I can show people what I need them to do, and they can do it. All I need right now are willing people to help me piece the game together.

    I know coding is difficult, but I'm Mohacastle. That's why I want to do it.

    Lastly, if you're so great at this, it sure would be nice if you helped. If you're interested, I created a group for the Project. Just search for it. Pokemon Basalt and Granite Developers.

    And thank you.
    Bahaha, I knew something was up, most people aren't very sincere about that.

    I'm not all knowing, I'm just trying to get my point across effectively, sometimes it creates that illusion.

    Also, while I am only an amateur, I'm not a noob. Rest assured, I've done plenty of hacks, I just wanted to take it up a step.

    And I'm twelve. And BTW, my age doesn't at all affect my experience, my maturity, or any of that, because I don't really know how to put this, but...

    An average twelve year old would have gone off on you. At least I apologized.

    And I'm fine with you now that I know you're kidding, you don't have to go.
    Well suck it up, because whether you forgive me or not, I apologized, I'm sorry, you're gonna have to get over it. Good god, you're being whiny.
    Ugh. Well, I'm sorry. I didn't mean it as in you get bad grades all the time. It's just that you're sitting here telling me all the things wrong with what I'm doing, when it doesn't even make sense. I'm sorry if I offended you, but please... if you don't plan on helping, don't do anything.

    Please forgive me. If you look at some other stuff, you'll find that I explode when someone gets on my nerves. I deeply apologize.

    I have nothing against your cognitive skills. I'm sure you're very bright, and that you're just going through a rough part.

    In addition, my fuse was quite short today, unfortunately. If you want to know why, all you have to do is go here: http://forums.dragonflycave.com/showthread.php?t=15563

    Yeah, this guy is not exactly the best at ripping people off. Not sure what is problem is, but I think he's hacked.

    Again, please forgive me. That comment wasn't meant to offend you, only to help you see things from my point of view.
  • Loading…
  • Loading…
  • Loading…
Back
Top Bottom