home.social

#codenewbie — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codenewbie, aggregated by home.social.

  1. Comprehension to create dictionaries in Python:
    Dictionary comprehension is a concise way to create dictionaries in a single line using a syntax similar to list comprehension.
    #Python #PythonTips #DictionaryComprehension #CodeNewbie #100DaysOfCode #LearnPython #OneLiner #PythonTricks #DevTips #CodingInPython

  2. Comprehension to create dictionaries in Python:
    Dictionary comprehension is a concise way to create dictionaries in a single line using a syntax similar to list comprehension.
    #Python #PythonTips #DictionaryComprehension #CodeNewbie #100DaysOfCode #LearnPython #OneLiner #PythonTricks #DevTips #CodingInPython

  3. Comprehension to create dictionaries in Python:
    Dictionary comprehension is a concise way to create dictionaries in a single line using a syntax similar to list comprehension.
    #Python #PythonTips #DictionaryComprehension #CodeNewbie #100DaysOfCode #LearnPython #OneLiner #PythonTricks #DevTips #CodingInPython

  4. #Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.

    Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.

    To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.

    How about them apples?

    #ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie

  5. #Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.

    Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.

    To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.

    How about them apples?

    #ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie

  6. #Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.

    Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.

    To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.

    How about them apples?

    #ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie

  7. #Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.

    Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.

    To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.

    How about them apples?

    #ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie

  8. #Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.

    Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.

    To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.

    How about them apples?

    #ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie

  9. Getting started w/ #Python
    That's a ten year old lie. But not really (see profile). #Newb anyway.

    advised to use #PyCharm . it put some libs/ modules on there for me.

    rsync /linux/box /windows/box

    Surprised what pycharm added:
    I don't want the IDE to just throw libraries in there that might work for what I'm trying to do.
    That doesn't seem advantageous really, except for someone who has no plans other than to learn.

    Can always uninstall them. remove them / comment out e.g. in app.py . seems extra.

    anyone get where i'm coming from on that?
    Recommendations? As in... don't let PyCharm do that... instead, do this...

    E.g. simple thing using import requests to manipulate some json, . Pycharm added Catfish. why?
    lol. newb.

    I have b/g in PHP (from v4), .js of course. web dev stuff. BASH. apache/ nginx admin via ssh. admin a vps WHM

    @pythonhub
    @python_discussions
    @Python

    #newbie #codenewbie

  10. Getting started w/ #Python
    That's a ten year old lie. But not really (see profile). #Newb anyway.

    advised to use #PyCharm . it put some libs/ modules on there for me.

    rsync /linux/box /windows/box

    Surprised what pycharm added:
    I don't want the IDE to just throw libraries in there that might work for what I'm trying to do.
    That doesn't seem advantageous really, except for someone who has no plans other than to learn.

    Can always uninstall them. remove them / comment out e.g. in app.py . seems extra.

    anyone get where i'm coming from on that?
    Recommendations? As in... don't let PyCharm do that... instead, do this...

    E.g. simple thing using import requests to manipulate some json, . Pycharm added Catfish. why?
    lol. newb.

    I have b/g in PHP (from v4), .js of course. web dev stuff. BASH. apache/ nginx admin via ssh. admin a vps WHM

    @pythonhub
    @python_discussions
    @Python

    #newbie #codenewbie

  11. Getting started w/ #Python
    That's a ten year old lie. But not really (see profile). #Newb anyway.

    advised to use #PyCharm . it put some libs/ modules on there for me.

    rsync /linux/box /windows/box

    Surprised what pycharm added:
    I don't want the IDE to just throw libraries in there that might work for what I'm trying to do.
    That doesn't seem advantageous really, except for someone who has no plans other than to learn.

    Can always uninstall them. remove them / comment out e.g. in app.py . seems extra.

    anyone get where i'm coming from on that?
    Recommendations? As in... don't let PyCharm do that... instead, do this...

    E.g. simple thing using import requests to manipulate some json, . Pycharm added Catfish. why?
    lol. newb.

    I have b/g in PHP (from v4), .js of course. web dev stuff. BASH. apache/ nginx admin via ssh. admin a vps WHM

    @pythonhub
    @python_discussions
    @Python

    #newbie #codenewbie

  12. Getting started w/ #Python
    That's a ten year old lie. But not really (see profile). #Newb anyway.

    advised to use #PyCharm . it put some libs/ modules on there for me.

    rsync /linux/box /windows/box

    Surprised what pycharm added:
    I don't want the IDE to just throw libraries in there that might work for what I'm trying to do.
    That doesn't seem advantageous really, except for someone who has no plans other than to learn.

    Can always uninstall them. remove them / comment out e.g. in app.py . seems extra.

    anyone get where i'm coming from on that?
    Recommendations? As in... don't let PyCharm do that... instead, do this...

    E.g. simple thing using import requests to manipulate some json, . Pycharm added Catfish. why?
    lol. newb.

    I have b/g in PHP (from v4), .js of course. web dev stuff. BASH. apache/ nginx admin via ssh. admin a vps WHM

    @pythonhub
    @python_discussions
    @Python

    #newbie #codenewbie

  13. Getting started w/ #Python
    That's a ten year old lie. But not really (see profile). #Newb anyway.

    advised to use #PyCharm . it put some libs/ modules on there for me.

    rsync /linux/box /windows/box

    Surprised what pycharm added:
    I don't want the IDE to just throw libraries in there that might work for what I'm trying to do.
    That doesn't seem advantageous really, except for someone who has no plans other than to learn.

    Can always uninstall them. remove them / comment out e.g. in app.py . seems extra.

    anyone get where i'm coming from on that?
    Recommendations? As in... don't let PyCharm do that... instead, do this...

    E.g. simple thing using import requests to manipulate some json, . Pycharm added Catfish. why?
    lol. newb.

    I have b/g in PHP (from v4), .js of course. web dev stuff. BASH. apache/ nginx admin via ssh. admin a vps WHM

    @pythonhub
    @python_discussions
    @Python

    #newbie #codenewbie

  14. I am proud to say that I am officially an author now. Creating is really fun for me, and I am so happy that I can create freely. If you are curious on how I created my dream life, and you are interested in doing the same...

    This interactive ebook is for you.

    elahndanee.shop/ols/products/n

    #interactiveebook #ebook #coding #codenewbie #author #dreamlife