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. Python is bad for you. Proof...

Python is bad for you. Proof...

Scheduled Pinned Locked Moved The Lounge
csharppythonvisual-studiodiscussion
14 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
    Matt Newman
    wrote on last edited by
    #1

    after a semester of "coding" (if you can call it that) python I decided to get back to some C# programming over winter break (cause christmas break is too offending, but thats another story for another time). Anyway I tried to create a new project some message pops up complaining it isn't installed (not sure what it meant by it) so now that I am reinstalling visual studio I have completely lost the will to do any coding tonight. :sigh: Matt Newman If you chose to continue this discussion, I am fully prepared to make you my bitch. I invite you to ask around, and you'll find out that I'm quite capable of doing so - John Simmons on Trolls

    A 1 Reply Last reply
    0
    • M Matt Newman

      after a semester of "coding" (if you can call it that) python I decided to get back to some C# programming over winter break (cause christmas break is too offending, but thats another story for another time). Anyway I tried to create a new project some message pops up complaining it isn't installed (not sure what it meant by it) so now that I am reinstalling visual studio I have completely lost the will to do any coding tonight. :sigh: Matt Newman If you chose to continue this discussion, I am fully prepared to make you my bitch. I invite you to ask around, and you'll find out that I'm quite capable of doing so - John Simmons on Trolls

      A Offline
      A Offline
      Amanjit Gill
      wrote on last edited by
      #2

      Sorry for you ;) Python obviously isn't bad for those small companies google, ILM and NASA. Yeah, you got me. I like Python. :) ______________________________ Java: The living proof Moore's law won't solve all your problems

      J P M 3 Replies Last reply
      0
      • A Amanjit Gill

        Sorry for you ;) Python obviously isn't bad for those small companies google, ILM and NASA. Yeah, you got me. I like Python. :) ______________________________ Java: The living proof Moore's law won't solve all your problems

        J Offline
        J Offline
        Jorgen Sigvardsson
        wrote on last edited by
        #3

        Some people also like Visual Basic. But that doesn't make the language alright! ;P -- 20 eyes in my head, they're all the same![^]

        A R 2 Replies Last reply
        0
        • A Amanjit Gill

          Sorry for you ;) Python obviously isn't bad for those small companies google, ILM and NASA. Yeah, you got me. I like Python. :) ______________________________ Java: The living proof Moore's law won't solve all your problems

          P Offline
          P Offline
          ProffK
          wrote on last edited by
          #4

          I think its time to spend some time at home and see what all the fuss is about Python.

          1 Reply Last reply
          0
          • J Jorgen Sigvardsson

            Some people also like Visual Basic. But that doesn't make the language alright! ;P -- 20 eyes in my head, they're all the same![^]

            A Offline
            A Offline
            Amanjit Gill
            wrote on last edited by
            #5

            ACK, even though this is a personal/philosophical point of view. - Still, google is running python. Well, I must give them an email and ask them to reconsider their overall software strategy / architecture. - Whats really bad about python? strings are immutable. This is getting personal ;) ______________________________ Java: The living proof Moore's law won't solve all your problems

            J 1 Reply Last reply
            0
            • A Amanjit Gill

              ACK, even though this is a personal/philosophical point of view. - Still, google is running python. Well, I must give them an email and ask them to reconsider their overall software strategy / architecture. - Whats really bad about python? strings are immutable. This is getting personal ;) ______________________________ Java: The living proof Moore's law won't solve all your problems

              J Offline
              J Offline
              Jorgen Sigvardsson
              wrote on last edited by
              #6

              Amanjit Gill wrote: ACK, even though this is a personal/philosophical point of view. :rolleyes: Amanjit Gill wrote: Whats really bad about python? strings are immutable That my friend is a good thing. Immutable strings means many optimizations possibilities. Amanjit Gill wrote: This is getting personal Are you written in Python? :-D -- 20 eyes in my head, they're all the same![^]

              P 1 Reply Last reply
              0
              • J Jorgen Sigvardsson

                Some people also like Visual Basic. But that doesn't make the language alright! ;P -- 20 eyes in my head, they're all the same![^]

                R Offline
                R Offline
                Rob Manderson
                wrote on last edited by
                #7

                Ok I'm prepared to risk what little reputation I have :) I find VB very very useful as a prototyping tool when testing COM objects i've written. If it works in VB it's going to work anywhere :) Of course, this statement crystallises the dilemma we all had a few years ago when it was possible (using MS Tools) to create an OCX in C++ but it was almost impossible to create a container for such objects in C++. I've even written complete applications in VB (always for money :) ). Now where's that industrial strength soap? :laugh: Rob Manderson http://www.mindprobes.net **Paul Watson wrote:**What sense would you most dislike loosing? Ian Darling replied. Telepathy Then I'd no longer be able to find out everyones dirty little secrets The Lounge, December 4 2003

                J P 2 Replies Last reply
                0
                • J Jorgen Sigvardsson

                  Amanjit Gill wrote: ACK, even though this is a personal/philosophical point of view. :rolleyes: Amanjit Gill wrote: Whats really bad about python? strings are immutable That my friend is a good thing. Immutable strings means many optimizations possibilities. Amanjit Gill wrote: This is getting personal Are you written in Python? :-D -- 20 eyes in my head, they're all the same![^]

                  P Offline
                  P Offline
                  ProffK
                  wrote on last edited by
                  #8

                  :rolleyes:Yes, and what king of sick perveted rebrobate wants to go aroung muting strings?

                  J 1 Reply Last reply
                  0
                  • R Rob Manderson

                    Ok I'm prepared to risk what little reputation I have :) I find VB very very useful as a prototyping tool when testing COM objects i've written. If it works in VB it's going to work anywhere :) Of course, this statement crystallises the dilemma we all had a few years ago when it was possible (using MS Tools) to create an OCX in C++ but it was almost impossible to create a container for such objects in C++. I've even written complete applications in VB (always for money :) ). Now where's that industrial strength soap? :laugh: Rob Manderson http://www.mindprobes.net **Paul Watson wrote:**What sense would you most dislike loosing? Ian Darling replied. Telepathy Then I'd no longer be able to find out everyones dirty little secrets The Lounge, December 4 2003

                    J Offline
                    J Offline
                    Jorgen Sigvardsson
                    wrote on last edited by
                    #9

                    I'm sorry to say this Rob, but you can never pursue a political carreer now that this is out in the open. ;) -- 20 eyes in my head, they're all the same![^]

                    R 1 Reply Last reply
                    0
                    • P ProffK

                      :rolleyes:Yes, and what king of sick perveted rebrobate wants to go aroung muting strings?

                      J Offline
                      J Offline
                      Jorgen Sigvardsson
                      wrote on last edited by
                      #10

                      The same people who invented BSTR.. ;) -- 20 eyes in my head, they're all the same![^]

                      1 Reply Last reply
                      0
                      • R Rob Manderson

                        Ok I'm prepared to risk what little reputation I have :) I find VB very very useful as a prototyping tool when testing COM objects i've written. If it works in VB it's going to work anywhere :) Of course, this statement crystallises the dilemma we all had a few years ago when it was possible (using MS Tools) to create an OCX in C++ but it was almost impossible to create a container for such objects in C++. I've even written complete applications in VB (always for money :) ). Now where's that industrial strength soap? :laugh: Rob Manderson http://www.mindprobes.net **Paul Watson wrote:**What sense would you most dislike loosing? Ian Darling replied. Telepathy Then I'd no longer be able to find out everyones dirty little secrets The Lounge, December 4 2003

                        P Offline
                        P Offline
                        ProffK
                        wrote on last edited by
                        #11

                        I've only ever written complete applications for money. The others never get completed.

                        R 1 Reply Last reply
                        0
                        • J Jorgen Sigvardsson

                          I'm sorry to say this Rob, but you can never pursue a political carreer now that this is out in the open. ;) -- 20 eyes in my head, they're all the same![^]

                          R Offline
                          R Offline
                          Rob Manderson
                          wrote on last edited by
                          #12

                          Damn!!! And here I had my eye on changing the constitution so's I could become POTUS :) Who could have imagined an indiscretion with VB could have killed all that :) Rob Manderson http://www.mindprobes.net **Paul Watson wrote:**What sense would you most dislike loosing? Ian Darling replied. Telepathy Then I'd no longer be able to find out everyones dirty little secrets The Lounge, December 4 2003

                          1 Reply Last reply
                          0
                          • P ProffK

                            I've only ever written complete applications for money. The others never get completed.

                            R Offline
                            R Offline
                            Rob Manderson
                            wrote on last edited by
                            #13

                            ProffK wrote: I've only ever written complete applications for money :laugh::laugh::laugh::laugh: I've completed a few :) Always on the totally free unencumbered by a GPL license principle. Rob Manderson http://www.mindprobes.net **Paul Watson wrote:**What sense would you most dislike loosing? Ian Darling replied. Telepathy Then I'd no longer be able to find out everyones dirty little secrets The Lounge, December 4 2003

                            1 Reply Last reply
                            0
                            • A Amanjit Gill

                              Sorry for you ;) Python obviously isn't bad for those small companies google, ILM and NASA. Yeah, you got me. I like Python. :) ______________________________ Java: The living proof Moore's law won't solve all your problems

                              M Offline
                              M Offline
                              Matt Newman
                              wrote on last edited by
                              #14

                              Amanjit Gill wrote: Yeah, you got me. I like Python. How?? Anytime you can change the name of a variable and it will still use the old variable name without error is just plain wrong (real experience) Matt Newman If you chose to continue this discussion, I am fully prepared to make you my bitch. I invite you to ask around, and you'll find out that I'm quite capable of doing so - John Simmons on Trolls

                              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