Language for automation in cloud Administration or infrastructure management [closed] - python

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
My question is related to the language to learn for automation task in cloud computing.
will it be python or ruby or some thing else. i want to move into the ladder as a automation engineer for infrastructure in cloud and data centers/companies.
Thanks and Regards,
Your friend.

For an interesting Python counterpart to Puppert/Chef see Ansible.

Chef and Puppet, two tools commonly used for this kind of automation, are both written in Ruby.

Related

Is there a Python library to access Dynamics CRM? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm looking for a library to work with Dynamics CRM from Python. I saw this answer regarding PHP: microsoft dynamics crm 2011 and php
I wonder if thre is something similar in Python.
You mean something like that:
http://pastebin.com/JevEm6j2
?

Profiling a Python Web Application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I wrote a web app with Pyramid in python, but I'm struggling to find a suitable profiler. Any suggestions? Thanks.
If you're using pyramid 1.2a1 or better you might try the pyramid_debugtoolbar. linesman also seems like a pretty good choice.

Is there any module for event based programming in Python [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can we do event driven programming in Python. If we can, can some one tell which modules (standard or 3rd party modules) to look at. I hope I am not asking a ambiguous question, I am new to Python so please don't mind.
First thing that came into my mind when I saw your post was Twisted.
Ofcourse it depends on what your goal is, but you should check it out
here

Ruby vs Python for Society Management System ! [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
My Graduation Project is developing a web-based Society Management System and i sould deliver Final Product of it at May 2012. for sure the front-end side will be designed using javascript,HTML,CSS,AJAX,..etc. The Question at Back-end side, my choice will be between Ruby on Rails and Python, i don't need to explain me the difference between them; but i need what's the best of them in case i'm something new in web Development, in the end i should learn both but i want to know what first should i start. My knowlegde til now is Good at ASP.NET and at front-back Markup Languages and i currently learn PHP Programming Language.
I think learning Python is easier than learning Ruby (simpler syntax).
So in my opinion start with Python to learn the concepts of scripting languages and afterwards Ruby will be easier.

Open source examples of well designed Python applications [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Do you know of well designed open source applications that are instructive to analyse?
Of course this question is strictly related to this other post, but I am specifically interested in applications written in Python.
Django is a python package that is very nicely coded and designed.
Look in the Python Standard Library. It is a great wealth of python code. I particularly like this.py :)
Seriously though there is good code in the std library.
Zope .
Pyramid is Great !
Pyramid - Web Framework

Categories