| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,261
» Latest member: SledgeNE
» Forum threads: 38,786
» Forum posts: 175,844
Full Statistics
|
| Online Users |
There are currently 36 online users. » 1 Member(s) | 32 Guest(s) Bing, Google, AOL, Tuurbo46
|
|
|
| Python syntax |
|
Posted by: Drone4four - Nov-30-2017, 03:36 AM - Forum: General Coding Help
- Replies (3)
|
 |
Here is a code sample from a web framework (Django) but my questions are mostly syntax-related. Take a look at this specimen:
[python]
from djang..... More
|
|
|
| Planetary Motion Simulation |
|
Posted by: kprov - Nov-29-2017, 09:30 PM - Forum: Homework
- Replies (1)
|
 |
I am required to plot the orbits of the planets around the sun. So far I have been able to plot the circular orbits from my code below. However, I am ..... More
|
|
|
| precision error |
|
Posted by: chris64 - Nov-29-2017, 09:21 PM - Forum: General Coding Help
- Replies (1)
|
 |
How do I make 24/48 to equal 0.5?
My program says that it equals 0. However, if I write it as 24.0/48 then I get the correct result.
How do I chan..... More
|
|
|
| Code for a circular wire?? |
|
Posted by: hiphopopot0mous - Nov-29-2017, 07:59 PM - Forum: Homework
- Replies (11)
|
 |
Hey everyone, so I'm trying to create a code for a circular wire carrying a current from which I can then apply the Biot-Savart law to. However, due t..... More
|
|
|
| Loops |
|
Posted by: rstewart - Nov-29-2017, 06:41 PM - Forum: Homework
- Replies (1)
|
 |
Please help with this and try to make it as simple as possible.
Write a program to store information about the people in your class. First, it should..... More
|
|
|
| Require the code for,,,, |
|
Posted by: akg711 - Nov-29-2017, 06:22 PM - Forum: Homework
- Replies (1)
|
 |
[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More
|
|
|
| & vs % |
|
Posted by: Skaperen - Nov-29-2017, 03:40 AM - Forum: General Coding Help
- Replies (7)
|
 |
which is better: foo = bar % 256 or: foo = bar & 255 ???
i just benchmarked them for speed. the 2nd is sligh..... More
|
|
|
|