| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,273
» Latest member: Astrobert
» Forum threads: 38,788
» Forum posts: 175,860
Full Statistics
|
| Online Users |
There are currently 48 online users. » 0 Member(s) | 43 Guest(s) Bing, Google, Applebot, AOL
|
|
|
| UDP Listen without Bind() |
|
Posted by: GaryFunk - Mar-28-2018, 06:55 PM - Forum: Networking
- Replies (3)
|
 |
I need to create a UDP listener without using bind() as other applications also listen to the port on the same device.
The following code works but..... More
|
|
|
| package addtion help |
|
Posted by: PyMan - Mar-28-2018, 01:13 PM - Forum: Homework
- Replies (1)
|
 |
like this following example how can i do addition program.
[python]
class Mammals:
def __init__(self):
''' Constructor for this class. '''..... More
|
|
|
| MPU6050 +Arduino+Python |
|
Posted by: MeenakshiChowdhary - Mar-28-2018, 07:07 AM - Forum: Data Science
- Replies (16)
|
 |
I am trying to read the output of MPU6050 connected to Arduino using Python so that I could do vibration measurement of the motor. I am able to split ..... More
|
|
|
| SPADE installation |
|
Posted by: pushpendra - Mar-28-2018, 06:27 AM - Forum: General Coding Help
- No Replies
|
 |
I am trying to install SPADE on windows with pip install spade, but getting following error.
I also tried with easy_install spade got the same error...... More
|
|
|
| checking a postal code |
|
Posted by: JudeGoodwin - Mar-28-2018, 03:23 AM - Forum: Homework
- Replies (3)
|
 |
I know this is something so simple that I'm missing but I can't figure it out. I'm in first year Python and we've been tasked with setting up a hypoth..... More
|
|
|
| pyinstaller problem |
|
Posted by: TamP - Mar-27-2018, 07:54 AM - Forum: Data Science
- Replies (8)
|
 |
I am using python 3.5 on Windows 10
I use a simple script to capture from the WebCam
It produces an avi file called output.avi
This works well
How..... More
|
|
|
| Oriented Object |
|
Posted by: ldthan - Mar-27-2018, 06:06 AM - Forum: General Coding Help
- Replies (1)
|
 |
I would like to detect the Object.
Generally, Detect 1 object by python with the input image(with multiple). Then, return position and orientation ..... More
|
|
|
| Genetic Algorithm |
|
Posted by: rajeev1729 - Mar-27-2018, 05:55 AM - Forum: General Coding Help
- Replies (3)
|
 |
I want to implement cocomo model using Genetic Algorithm for parameter tunning of a b c and d.
formula is Effort Applied (E) = a(KLOC)b [ man-months ..... More
|
|
|
| my thoughts on a vsplice command |
|
Posted by: Skaperen - Mar-27-2018, 05:34 AM - Forum: Bar
- No Replies
|
 |
i'm thinking of calling this command vsplice. its duty is to splice (maybe many) files together from selected vertical alignments and ranges. ..... More
|
|
|
| Tic Tac Toe using Tkinter |
|
Posted by: dmacch24 - Mar-26-2018, 10:53 PM - Forum: GUI
- No Replies
|
 |
I'm trying to write a program using Tkinter that makes the computer play against you. In this code, the computer wins everytime using the minimax algo..... More
|
|
|
| fsolve |
|
Posted by: Mahdi1994 - Mar-26-2018, 01:42 PM - Forum: General Coding Help
- No Replies
|
 |
Hi, I'm going to plot each variables - x and y - over a period of time. Would you please help me?
Thank you.
[python]def f(z):
x = z[0]
..... More
|
|
|
|