Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Beaglebone, RabbitMQ, and a gyro sensor

Beaglebone, RabbitMQ, and a gyro sensor

Scheduled Pinned Locked Moved The Lounge
pythonphpcomiotfunctional
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #1

    My fun weekend project.[^] Article soon. :jig: Marc

    Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

    G C Sander RosselS 4 Replies Last reply
    0
    • M Marc Clifton

      My fun weekend project.[^] Article soon. :jig: Marc

      Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

      G Offline
      G Offline
      Garth J Lancaster
      wrote on last edited by
      #2

      nice ! - looking forward to seeing the article - interesting to see your quote on Python btw .. I'd just read this The Insider News - CodeProject[^] before seeing your post

      M 1 Reply Last reply
      0
      • G Garth J Lancaster

        nice ! - looking forward to seeing the article - interesting to see your quote on Python btw .. I'd just read this The Insider News - CodeProject[^] before seeing your post

        M Offline
        M Offline
        Marc Clifton
        wrote on last edited by
        #3

        Garth J Lancaster wrote:

        interesting to see your quote on Python btw

        Python is great for lightweight, cross-platform work. I'm actually really liking being able to write code in Windows, mock the hardware stuff with silly duck-typed classes, and then when I'm ready, copy it over to Debian and watch it work. :) Would I use Python for anything major? Hell no. Not when you can write:

        class Foo(object):
        def Func(self):
        [ does something]

        def Func(self):
        [ does something else]

        And the damn thing runs (the second one), even though there are two function with exactly the same name! What BS is that? Marc

        Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

        L 1 Reply Last reply
        0
        • M Marc Clifton

          Garth J Lancaster wrote:

          interesting to see your quote on Python btw

          Python is great for lightweight, cross-platform work. I'm actually really liking being able to write code in Windows, mock the hardware stuff with silly duck-typed classes, and then when I'm ready, copy it over to Debian and watch it work. :) Would I use Python for anything major? Hell no. Not when you can write:

          class Foo(object):
          def Func(self):
          [ does something]

          def Func(self):
          [ does something else]

          And the damn thing runs (the second one), even though there are two function with exactly the same name! What BS is that? Marc

          Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          The question is more like under which conditions or in which context the two can exist at the same time. This is exactly why I'm not constantly on the lookout for the next great programming language. I need a single one which lets me see what's going on without reading the entire code base or drawing the right conclusions.

          The language is JavaScript. that of Mordor, which I will not utter here
          This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a fucking golf cart.
          "I don't know, extraterrestrial?" "You mean like from space?" "No, from Canada." If software development were a circus, we would all be the clowns.

          1 Reply Last reply
          0
          • M Marc Clifton

            My fun weekend project.[^] Article soon. :jig: Marc

            Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

            C Offline
            C Offline
            CPallini
            wrote on last edited by
            #5

            :thumbsup:

            1 Reply Last reply
            0
            • M Marc Clifton

              My fun weekend project.[^] Article soon. :jig: Marc

              Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

              Sander RosselS Offline
              Sander RosselS Offline
              Sander Rossel
              wrote on last edited by
              #6

              Cool project! :thumbsup: :D

              Read my (free) ebook Object-Oriented Programming in C# Succinctly. Visit my blog at Sander's bits - Writing the code you need. Or read my articles here on CodeProject.

              Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

              Regards, Sander

              1 Reply Last reply
              0
              • M Marc Clifton

                My fun weekend project.[^] Article soon. :jig: Marc

                Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

                G Offline
                G Offline
                Garth J Lancaster
                wrote on last edited by
                #7

                Marc Clifton wrote:

                Article soon

                how soon ? :-) yeah, I know, that's not fair, you have real $$ work in the meantime, I'll wait, I promise

                M 1 Reply Last reply
                0
                • G Garth J Lancaster

                  Marc Clifton wrote:

                  Article soon

                  how soon ? :-) yeah, I know, that's not fair, you have real $$ work in the meantime, I'll wait, I promise

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #8

                  Garth J Lancaster wrote:

                  how soon ?

                  Soon enough for you?[^] ;) Marc

                  Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

                  G 1 Reply Last reply
                  0
                  • M Marc Clifton

                    Garth J Lancaster wrote:

                    how soon ?

                    Soon enough for you?[^] ;) Marc

                    Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

                    G Offline
                    G Offline
                    Garth J Lancaster
                    wrote on last edited by
                    #9

                    excellent, cheers Marc (posted a comment already on the article)

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups