Hi guys, I just started learning python and i write a simple code using function but it is not showing me output in pycharm which i want it show me "Process finished with exit code 0" please help me out. Thanks in advance.
Code:
x="volvo"
def myfunc():
global x
x="audi"
print("This is " + x)
myfunc()
I am trying to begin website development using Ruby on Rails.. I have worked on command prompt, now upgraded myself to Apptana studio. I want to click speed test work further, establish connections with data base. and enhance interface. Can you suggest some ways
Hello all,
I am building an ruby on rails application.I am using
Rails 2.3.8
Ruby 1.9.1
Mysql 5.0
Win7 64 bit OS
My problem is,very often i keep getting this message "Error: Ruby interpreter (CUI) 1.9.1 [i386-mswin32] has stopped working" and my server gets crashed.Its not getting crashed on particular point.After refreshing the page,it will start working.Again,a t some other point throws that auto...
Web app requirements vs possibilities within rails
I'm very new to rails but I do have a intermediate understanding of Java. My question today is:
Does it make sense for me to use RoR to build a web app that meets the following criteria:
- On selecting an image on the web page (coded to support this web app), the image is transferred to a auto clicker clipboard on the same page
- This image can be compared against other images be it for statistics, design, etc....