ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. python
    Log in to post
    • All categories
    • JaredBusch

      Unsolved beyond bash shell scripting, what language should I use
      IT Discussion • bash scripting linux fedora debian python go • • JaredBusch

      20
      1
      Votes
      20
      Posts
      326
      Views

      scottalanmiller

      @jaredbusch said in beyond bash shell scripting, what language should I use:

      @scottalanmiller said in beyond bash shell scripting, what language should I use:

      @jaredbusch said in beyond bash shell scripting, what language should I use:

      @stacksofplates said in beyond bash shell scripting, what language should I use:

      @jaredbusch said in beyond bash shell scripting, what language should I use:

      @scottalanmiller said in beyond bash shell scripting, what language should I use:

      Go is great as a language. But like Ruby, not installed generally. And fewer resources. If it was a greenfield new OS, yeah, Go for sure. But for practical reasons, Python I think.

      As these are systems that I control, there is no reason Go cannot be installed.

      Between your comments and prior ones from @stacksofplates I think I might try Go in order to learn it.

      You normally wouldn't install it anyway as it's not a scripting language. You'd just compile your binary and ship that to your systems.

      I completely misunderstood that about Go. Okay, I will do a bit of checking and decide what I want to do.

      oh sorry, I figured you knew. That's why I never look at it, I don't want to deal with binaries in that way. But nothing wrong with that. Write it on your machine at home, compile, ship binary. Works just fine.

      As fixed tasks, this is not a bad solution. So I will keep it in mind.

      Right, no big deal in this case.

    • Oksana

      How to Deploy R Programming Language and RStudio on Linux
      Starwind • starwind linux python programming languages • • Oksana

      1
      1
      Votes
      1
      Posts
      110
      Views

      No one has replied

    • stacksofplates

      FastAPI
      IT Discussion • python rest • • stacksofplates

      1
      2
      Votes
      1
      Posts
      115
      Views

      No one has replied

    • black3dynamite

      Learning Python from Microsoft
      IT Discussion • microsoft python • • black3dynamite

      6
      1
      Votes
      6
      Posts
      251
      Views

      scottalanmiller

      @Carnival-Boy said in Learning Python from Microsoft:

      I'm planning on learning Python to help my son who is studying it at school (with a useless teacher).

      Python 3 is definitely the best option for learning. My kids have had some luck using the learn online free tools out there.

    • mlnews

      Check out MyPy for Improving Your Python Project
      Developer Discussion • python mypy fedora magazine • • mlnews

      1
      1
      Votes
      1
      Posts
      375
      Views

      No one has replied

    • momurda

      Python Print() Syntax
      IT Discussion • python python print • • momurda

      29
      1
      Votes
      29
      Posts
      1332
      Views

      scottalanmiller

      @tim_g said in Python Print() Syntax:

      @tim_g said in Python Print() Syntax:

      @scottalanmiller said in Python Print() Syntax:

      @tim_g said in Python Print() Syntax:

      @scottalanmiller said in Python Print() Syntax:

      @tim_g said in Python Print() Syntax:

      @momurda said in Python Print() Syntax:

      Say i want to print some stuff to terminal screen

      name = "matt" dob = "1980" print(name,dob) print(name + " ",dob)

      Result is the same. Is there a reason Thonny chooses to teach me method 2? Is it just to illustrate concatenation with strings and variables in print function?

      For comparison, this is how I'd do that same code in PHP:

      <?php $name = 'tim'; $year = '2018'; echo $name . " " . $year; ?>

      Well, that's how you'd do it in PHP that is encapsulated inside of HTML. Not really how PHP does it exactly.

      What's it matter... anything inside of the PHP tags is being parsed by PHP.
      That's how you do it also in a PHP file with no html. I'm not sure what your point is.

      PHP is often taught as only existing inside HTML, rather than being its own language. It can be very confusing. The average person using PHP doesn't even realize that you can run PHP scripts.

      I've been using PHP to output html. Where PHP is understanding html too, rather than the other way.

      It can do anything really. Most PHP is that way I seen, rather than being inside of an html file.

      Unless I'm doing it wrong...

      Nearly all PHP is written to be called by a web server. PHP can do anything, but it's so commonly used as a file on a web server that it is almost exclusively assumed to be what it is being used for.

    • scottalanmiller

      Learn to Code Python with Thonny
      Developer Discussion • thonny python ide education fedora linux • • scottalanmiller

      13
      3
      Votes
      13
      Posts
      1519
      Views

      momurda

      I am doing the tutorials right now.
      Im on the simple math one.

    • scottalanmiller

      Installing a Salt Minion on MacOS
      IT Discussion • macos macosx saltstack salt minion brew homebrew pip2 python macos 10.13 • • scottalanmiller

      1
      1
      Votes
      1
      Posts
      2659
      Views

      No one has replied

    • JaredBusch

      FreePBX extensions to Yealink Phone book can someone who knows python make htis better
      IT Discussion • python freepbx extensions contacts • • JaredBusch

      8
      3
      Votes
      8
      Posts
      2187
      Views

      JaredBusch

      @smitherick said in FreePBX extensions to Yealink Phone book can someone who knows python make htis better:

      Awesome, I wrote our XML remote phonebook by hand with the YeaLink template. This is going to be fun!

      Follow this post.
      https://mangolassi.it/topic/15759/use-a-php-file-to-create-a-dynamic-yealink-remote-address-book-of-freepbx-extensions

    • mlnews

      2017 and Python and Java Lead the Language Pack
      Developer Discussion • python java el reg • • mlnews

      1
      2
      Votes
      1
      Posts
      659
      Views

      No one has replied

    • stacksofplates

      Random Generator Ansible Module
      IT Discussion • ansible python module • • stacksofplates

      1
      3
      Votes
      1
      Posts
      1834
      Views

      No one has replied

    • mlnews

      Comparing Ruby and Python for Web Development
      Developer Discussion • python ruby web development opensource.com • • mlnews

      1
      4
      Votes
      1
      Posts
      622
      Views

      No one has replied

    • mlnews

      Building Python GUI Applications Comparing Frameworks
      News • python • • mlnews

      2
      1
      Votes
      2
      Posts
      476
      Views

      matteo nunziati

      for direct experience (5 year development of small/medium apps in python) I can say that the qt approach is far superior.
      I've used briefly gtk2, wxwidgets and I've settled with qt.

      The signal/slot stuff per se is a winner!

    • mlnews

      Python versus C for Embedded Development
      News • python python 3 c and c++ programming embedded opensource.com • • mlnews

      9
      1
      Votes
      9
      Posts
      1808
      Views

      scottalanmiller

      @travisdh1 said in Python versus C for Embedded Development:

      @scottalanmiller said in Python versus C for Embedded Development:

      It does...

      http://playground.arduino.cc/CommonTopics/PyMite

      Really? Cool!

      Haven't used it myself. But it is out there and specially designed for this use case. Can call C libraries directly too.

    • scottalanmiller

      OReilly Free eBook on Hadoop with Python
      News • oreilly ebook python hadoop big data pig mapreduce • • scottalanmiller

      2
      1
      Votes
      2
      Posts
      875
      Views

      antonit

      Thanks @scottalanmiller ! What a great resource.

    • mlnews

      Free OReilly eBook on Functional Programming with Python
      Developer Discussion • python oreilly functional programming • • mlnews

      6
      5
      Votes
      6
      Posts
      1355
      Views

      RamblingBiped

      Sold!

    • mlnews

      Building Your Own Simple Web Server with Python
      Developer Discussion • python programming tecmint • • mlnews

      1
      3
      Votes
      1
      Posts
      690
      Views

      No one has replied

    • DustinB3403

      Any Python Experts for Gnome Nanny Project
      IT Discussion • gnome nanny parent controls linux kids content filtering gnome nanny python open source • • DustinB3403

      13
      1
      Votes
      13
      Posts
      2267
      Views

      DustinB3403

      Yeah, which isn't very helpful for the issue I've seen (others on the internet have commented on it as well).

      So you're thinking one of the dependencies is the issue?

    • scottalanmiller

      Choosing a Programming Language
      Developer Discussion • languages python javascript scala java c and c++ c sharp perl ruby objective-c dotnet programming swift php • • scottalanmiller

      14
      3
      Votes
      14
      Posts
      3565
      Views

      scottalanmiller

      @coliver said:

      Wasn't there a project that ran Python on top of Python?

      Likely.

    • scottalanmiller

      Picking a First Language to Learn to Program
      Developer Discussion • programming languages python • • scottalanmiller

      14
      11
      Votes
      14
      Posts
      3479
      Views

      scottalanmiller

      Every major coding interview I've done in the past decade has either requested or accepted Python for code.