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

      beyond bash shell scripting, what language should I use

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion bash scripting linux fedora debian python go
      20
      1 Votes
      20 Posts
      3k Views
      S

      @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.

    • O

      How to Deploy R Programming Language and RStudio on Linux

      Watching Ignoring Scheduled Pinned Locked Moved Starwind starwind linux python programming languages
      1
      1 Votes
      1 Posts
      400 Views
      No one has replied
    • S

      FastAPI

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion python rest
      1
      2 Votes
      1 Posts
      377 Views
      No one has replied
    • B

      Learning Python from Microsoft

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion microsoft python
      6
      1 Votes
      6 Posts
      727 Views
      S

      @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.

    • M

      Check out MyPy for Improving Your Python Project

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion python mypy fedora magazine
      1
      1 Votes
      1 Posts
      698 Views
      No one has replied
    • M

      Python Print() Syntax

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion python python print
      29
      1 Votes
      29 Posts
      3k Views
      S

      @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.

    • S

      Learn to Code Python with Thonny

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion thonny python ide education fedora linux
      13
      3 Votes
      13 Posts
      2k Views
      M

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

    • S

      Installing a Salt Minion on MacOS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion macos macosx saltstack salt minion brew homebrew pip2 python macos 10.13
      1
      1 Votes
      1 Posts
      3k Views
      No one has replied
    • J

      FreePBX extensions to Yealink Phone book can someone who knows python make htis better

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion python freepbx extensions contacts
      8
      3 Votes
      8 Posts
      3k Views
      J

      @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

    • M

      2017 and Python and Java Lead the Language Pack

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion python java el reg
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • S

      Random Generator Ansible Module

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ansible python module
      1
      3 Votes
      1 Posts
      2k Views
      No one has replied
    • M

      Comparing Ruby and Python for Web Development

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion python ruby web development opensource.com
      1
      4 Votes
      1 Posts
      957 Views
      No one has replied
    • M

      Building Python GUI Applications Comparing Frameworks

      Watching Ignoring Scheduled Pinned Locked Moved News python
      2
      1 Votes
      2 Posts
      638 Views
      matteo nunziatiM

      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!

    • M

      Python versus C for Embedded Development

      Watching Ignoring Scheduled Pinned Locked Moved News python python 3 c and c++ programming embedded opensource.com
      9
      1 Votes
      9 Posts
      3k Views
      S

      @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.

    • S

      OReilly Free eBook on Hadoop with Python

      Watching Ignoring Scheduled Pinned Locked Moved News oreilly ebook python hadoop big data pig mapreduce
      2
      1 Votes
      2 Posts
      1k Views
      antonitA

      Thanks @scottalanmiller ! What a great resource.

    • M

      Free OReilly eBook on Functional Programming with Python

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion python oreilly functional programming
      6
      5 Votes
      6 Posts
      2k Views
      RamblingBipedR

      Sold!

    • M

      Building Your Own Simple Web Server with Python

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion python programming tecmint
      1
      3 Votes
      1 Posts
      861 Views
      No one has replied
    • DustinB3403D

      Any Python Experts for Gnome Nanny Project

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion gnome nanny parent controls linux kids content filtering gnome nanny python open source
      13
      1 Votes
      13 Posts
      3k Views
      DustinB3403D

      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?

    • S

      Choosing a Programming Language

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion languages python javascript scala java c and c++ c sharp perl ruby objective-c dotnet programming swift php
      14
      3 Votes
      14 Posts
      5k Views
      S

      @coliver said:

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

      Likely.

    • S

      Picking a First Language to Learn to Program

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion programming languages python
      14
      11 Votes
      14 Posts
      4k Views
      S

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

    • 1
    • 2
    • 1 / 2