Use curses, don't swear

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 33

  • @drsexypants100
    @drsexypants100 8 ปีที่แล้ว +33

    Low-Level, Appreciation for history, much respect!

  • @RS-hg3rp
    @RS-hg3rp 6 ปีที่แล้ว +27

    really intelligent and well prepared guy, like quality videos like this!!!! great

  • @o_dimitris_eimai
    @o_dimitris_eimai 10 ปีที่แล้ว +5

    Thank you very much for the video !

  • @avimehenwal
    @avimehenwal 6 ปีที่แล้ว +5

    Very nice presentation. How was the author able to paste so quickly in VIM?

    • @HappyBuzzCut
      @HappyBuzzCut 6 ปีที่แล้ว +5

      He didnt do that live. It was pre-recorded console video that he had beforehand

    • @avimehenwal
      @avimehenwal 6 ปีที่แล้ว +4

      oh, yeah makes sense. Thank you for taking time to reply back :) wish you Lots of happiness

    • @HappyBuzzCut
      @HappyBuzzCut 6 ปีที่แล้ว +2

      You're welcome. Same to you!

  • @phylwx
    @phylwx 4 ปีที่แล้ว

    That was a lot of help, thank you.

  • @w2FCQugGMSt5YYF6
    @w2FCQugGMSt5YYF6 11 หลายเดือนก่อน

    You can hear someone saying uuuh at 1:25

  • @HarlowBAshur
    @HarlowBAshur 4 ปีที่แล้ว +2

    300 baud != 300 cps

  • @salahudeenredwan6635
    @salahudeenredwan6635 10 ปีที่แล้ว +2

    Thanks for the video ... can you provide the code text?

    • @hairypaulsack
      @hairypaulsack 5 ปีที่แล้ว

      github.com/SeanZicari/pycon-curses

  • @f3derico2007
    @f3derico2007 6 ปีที่แล้ว

    Good presentation

  • @TheGruselmops
    @TheGruselmops 5 ปีที่แล้ว +2

    urwid isn't german for ancestral it's "ur / urig"
    and that's why the play makes sense.

  • @agustinpena2752
    @agustinpena2752 6 ปีที่แล้ว

    How can I learn python curses? Could you recommend a book? I cannot seem to find one... Please advice. Thanks!

    • @martinnieva8484
      @martinnieva8484 6 ปีที่แล้ว

      Have you got an answer?

    • @agustinpena2752
      @agustinpena2752 6 ปีที่แล้ว

      Not yet, no...

    • @martinnieva8484
      @martinnieva8484 6 ปีที่แล้ว

      @@agustinpena2752 That's lame. Well, I got a Snake project which I'm learning how curses work with.
      Here you go if you want to do so:
      github.com/KyrosDigital/SnakeGame.git
      You can clone the project with Git.
      The project is a bit of a mess so I'm re writing it and improving it to then publishing it.

    • @martinnieva8484
      @martinnieva8484 6 ปีที่แล้ว

      @@agustinpena2752 Nevermind, use this one instead.
      th-cam.com/video/rbasThWVb-c/w-d-xo.html
      See this doc before though.
      docs.python.org/3/howto/curses.html

    • @godfather7339
      @godfather7339 3 ปีที่แล้ว

      There are a lot of videos about using Python curses

  • @hamstap85
    @hamstap85 9 ปีที่แล้ว

    Very helpful, thanks

  • @gurubobnz
    @gurubobnz 10 ปีที่แล้ว +1

    If you want to copy/paste Sean's code check out my blog post re this video - the source is there. www.guru.net.nz/blog/python/ncurses/video/2015/01/21/use-curses-dont-swear.html

  • @altaccount8749
    @altaccount8749 6 ปีที่แล้ว

    Was this presentation made in tpp? I enjoyee this video very much. I like 80s era stuff.

    • @godfather7339
      @godfather7339 3 ปีที่แล้ว

      I searched google, but I can't find tpp is, could you tell me?

  • @DavidJohnston_deadhat
    @DavidJohnston_deadhat 8 ปีที่แล้ว

    Python's curses library doesn't work on windows. This has been a problem for me.

    • @DavidJohnston_deadhat
      @DavidJohnston_deadhat 8 ปีที่แล้ว

      Randy Robin Galiban That works ok. My real gripe was that there isn't a built in cross platform text UI library. There are several third party libraries of varying quality (termbox etc) but that makes installing a pain for other users of the my software. They aren't likely to be tech savvy.

  • @dreyethcordaine52
    @dreyethcordaine52 10 ปีที่แล้ว +1

    I swear I just saw someone that looks just like you buying beer in albertsons grocery in walla walla, wa. >_>

  • @GlukAlex
    @GlukAlex 8 ปีที่แล้ว

    for xterm-debian|X11 terminal emulator, just for coloring (without fancy stuff),
    it is possible to use Scala's Console ANSI Style and Control Codes,
    like RESET: String("\u001B[0m")
    for example:
    >>> print("\u001B[0m" + "\u001B[31m" + "Hello" + "\u001B[42m" + "\u001B[0m" + "\u001B[32m" + "!" + "\u001B[41m" + "\u001B[0m")

  • @scottb4029
    @scottb4029 2 ปีที่แล้ว

    bet you love FORTH