Questions tagged [mu]

Mu is a small, simple editor for beginner Python programmers. Written in Python and Qt5.

Mu is a simple code editor for beginner programmers based on extensive feedback from teachers and learners. Having said that, Mu is for anyone who wants to use a simple “no frills” editor. It is available on pypi.

69 questions
0
votes
1 answer

Confidence Interval for Mu in a Log normal Distributions in R

Suppose we have a random sample of size n = 8 from a lognormal distribution with parameters mu and sigma. Since it is a small sample, from a non-normal population I will be using the t confidence interval. I ran a simulation to determine the true…
user3295513
  • 43
  • 1
  • 5
0
votes
3 answers

How to solve Infinite redirect loop on user profile? WP v3.5.2 MU subdomains + bbpress as wp-plugin v2.3.2

I have a working installation of wp v3.5.1 + bbpress plugin v2.2.3 at http://www.robadadonne.it. In dev-environment I enabled the MU subdomain feature and updated wp to 3.5.2 and bbpress to 2.3.2 nb: bbpress is enabled on all subdomains. After this…
0
votes
1 answer

Nodejs - Piping MU2 to HTTP?

Mu (Node.js Mustache engine) documents a method of using util.pump() to read its stream into the HTTP write stream. But util.pump() has been deprecated in favor of the pipe() method on the stream object. So my test for doing this is: var http =…
Courtney Miles
  • 3,756
  • 3
  • 29
  • 47
0
votes
2 answers

How to edit the notification email that admin receive when anyone register in the Wordpress MULTISITE

I am working on a wordpress MU site.I am using domain mapping plugin.Now I want to modify the content of the notification email that admin receives when anyone register on the sites.I have searched in the internet and found function in pluggable.php…
-1
votes
2 answers

How to install third party modules (Mu)?

I'm trying (again) to learn Python. I'm just gonna go through Automate the Boring Stuff and I'm using Mu. I'm stuck trying to install third-party modules. The book says to use the Windows Command Prompt, change the directory to wherever the pip tool…
Alex
  • 515
  • 5
  • 19
-1
votes
1 answer

having trouble with the code not working with raspberry pi

enter code here led = LED(17) led.off() player_1 = Button(2) player_2 = Button(3) time = random.uniform(2, 5) sleep(time) led.on() twoscore = 0 onescore = 0 restart = True while restart == True: restart = False if player_1.is_pressed: …
fatcat
  • 1
  • 4
-1
votes
1 answer

'Str' has no attribute 'points'

I'm trying to build a for loop that created multiple labels for some strings in a list, and then next to it have that display a number depending on the strings. Kind of hard to explain so I will show my code: from tkinter import * root =…
-1
votes
1 answer

Trying to fix an error form a book excersise

Hi I am just starting to learn python and it is so exciting! I am reading this book : https://automatetheboringstuff.com And if I follow the instructions everything works out, but I have tried to modify things on my own and can't seem to find the…
-1
votes
1 answer

I don't know what I'm doing wrong in this Swift project?

I'm trying to program a formal system that has these rules: You start with the string "MI" (which is the text of the label at the beginning) There are four rules of inference : 1) If the last character of the string is "I", you can add a "U" to…
tommsyeah
  • 17
  • 2
  • 9
1 2 3 4
5