Jump to content

CoderDrag0n8

Members
  • Posts

    6034
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by CoderDrag0n8

  1. I have ADHD ( i think ) and OCD ( i also think )
  2. You can quote multiple things at a time Like, if you start typing in a quote then click "quote" again while your cursors still in the quote section: See? You can also do this :3
  3. Fun Coding Fact: strings are lists!

    string = "hi"
    
    print(string[0])

    prints out:

    h

    (also @SpiritOfWrath look at this):

    Spoiler
    def rangeLength(list):
      return(range(len(list))
    
    list = [1,2,3,4,5,6] #etc, etc
    
    for i in rangeLength(list):
             #put code here

    the python editor is really weird

     

    1. Show previous comments  5 more
    2. Usseewa

      Usseewa

      ... you can look it up but it probably just zips a file lol. You know, file.zip? Compression?

      Edit nvm lol *slightly-embarrassed*

    3. KaladinsSenseOfHumourSpren

      KaladinsSenseOfHumourSpren

      @CoderDrag0n8

      list1 = [1, 2, 3, 4]
      list2 = ["a","b","c","d"]
      
      print(zip(list1,list2)) #returns [1, "a", 2, "b", 3, "c", 4, "d"]

       

    4. CoderDrag0n8
  4. I want to get into TLT but what even is happening

    1. Show previous comments  2 more
    2. Through the Living Wrath

      Through the Living Wrath

      Ooohhhhh

      I have something for you when you join

      A Notblade

    3. CoderDrag0n8

      CoderDrag0n8

      i want a notblade

      i might bring back God Killer, liked him, but didn't like how I made him Yoo Jonghyuck, i might retcon that

    4. Through The Living Ash

      Through The Living Ash

      God Killer was pretty cool

  5. "And released it into the air? I guess, but still. Magic. You cant get around the magic, whether all of this is fake or not."
  6. Python is both better and worse than Javascript at the same time its loops are helpful until they arent and i like {} more than :
  7. "I agree, actually. And if it is a collective hallucination, its a magic collective hallucination." "Eh. Grim can be fun." Kyle said, swept up in the heat of the moment.
  8. .length is super readable hyper readable, even but len() is not whyyyyyyyyyyyyy python curse your good half the time for loops and confusing lack of built in functions that can also be really helpful if you dont have themmmmmmmmmmmmm
  9. "Magic is just science we don't understand," Kyle quoted, "Since we don't understand it, magic!"
  10. my javascript brain: wait cant you just do list.length? my python brain: WAIT NO THATS NOT HOW THAT WORKS
  11. "How else do you explain this?" Kyle asks, "Plus, magic is fun! Be optomistic!" "Ok, you dont have to be mean about it," Kyle says jokingly, pausing. Wait. An new person? They probably already hate me...
  12. you mean like listValues = ["hi", "im bob", "hoi im tem", "undertale"] listIndexes = [0, 1, 2, 3] that? Thats what i usually do
  13. normally people do for i in list: wait whats spagetti?
  14. They are, but they are more intuitive for making games And theres a bunch, im sure we could find one that works. Yeah, print() and input() are basically the most important to learn they let you do more complicated algorithims, even without libraries, funcitions, and lists, which (in my opinion) make python truly shine.
  15. LMAO everything is just more complicated IF statements and VARiables I can do Javascript and Python, although I would prefer a game engine. I can learn syntax pretty fast.
  16. What coding language? Pixel Art? What by what if pixel art?
  17. Ok, as said in a previous SU, I will be making a fan fiction about the shard

    It will contain my name (because I must make it authentic) so I will only be posting it too my inner group of friends.

    However, my inner group of friends are very selective with who they let in (because sensitive stuff has been shared, and they reasonably dont want the whole shard to see it)

    I might make a seperate GC for people who want to read it, but similar issues would be there, I dont want literally everyone to know my name, and while I trust most of you, I, in reality, dont know most of you all that well.

    I don't want to hurt anyone's feelings, so please dont feel bad if you dont get included in the final result.

    My parents dont want me to share my name at all, and I kinda agree with them (in that I should go sharing it everywhere)

    1. Through the Living Hope

      Through the Living Hope

      I’d love to see it, if you’re comfortable with that. I’m also willing to help brainstorm potential plots and stuff!

    2. CoderDrag0n8

      CoderDrag0n8

      Its not really a-a Plot thing...

      more of... speculative...

    3. Through the Living Hope

      Through the Living Hope

      That’s fine too, just figured I’d offer if you wanted 

  18. Kyle sighs. "I want a magic cube..."
  19. We've all met someone like this:

     

    1. Edema Rue

      Edema Rue

      Pov WoT where the prologue is always about 100 pages

    2. Through The Living Ash

      Through The Living Ash

      I’ve read so many books where the prologue is the strongest part

  20. Me: I think I have ADHD but I've never been tested

    Also Me: in 5th grade I took a test to get into a program called GATE and it was almost identical to the ADHD test, so I am at least something close

    1. Show previous comments  1 more
    2. CoderDrag0n8

      CoderDrag0n8

      My Mom: Needs glasses (really bad, almost blind without)

      My dad: recently got glasses

      Me: gets glasses

      My Sister: *tries on glasses* Oh my god everything is so much clearer. NO I DONT NEED GLASSES THIS CANT BE HAPPENING (eventually she got glasses, she is driving)

      Both me and my sister after getting glasses: *never wears glasses*

    3. Usseewa

      Usseewa

      Having ADHD is fun

    4. CoderDrag0n8

      CoderDrag0n8

      IT ISSSSSSSSSS

       

  21. Very good! (i notice you didn't tag me...)
  22. Im back guys

    yeah i was gone for a variety of reasons

    1. scary school presentation that i still dont know what grade i got

    2. day-long field trip yesterday

    3. PROCRASTINATION

    yeah also i want write a fan fiction about the shard, been thinking about it for a while now

    1. Show previous comments  2 more
    2. Rynturning_Light

      Rynturning_Light

      What’s the pitch for the ff (fan fiction)

      you’ve got me intrigued

    3. Usseewa

      Usseewa

      What Ryn said

    4. CoderDrag0n8

      CoderDrag0n8

      Oh oh.

      Well...

      I'll explain more in a future SU

  23. Kyle says, "I agree with the getting out part!"
  24. NOOOOOOOOOOOO NOT KORE T^T
  25. I like Math! Mind telling us what books you've read?
×
×
  • Create New...