Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,588
» Latest member: Dhivya
» Forum threads: 38,637
» Forum posts: 175,044
Full Statistics
|
Online Users |
There are currently 391 online users. » 0 Member(s) | 387 Guest(s) Baidu, Bing, Google, Yandex
|
|
|
Simple Average |
Posted by: ddoogles - Feb-02-2017, 05:40 PM - Forum: Data Science
- Replies (5)
|
 |
I'm new to Python and I want to start using it vs. using Excel.
At the moment, I want to calculate the average selling price using a comma separa..... More
|
|
|
try: and except: |
Posted by: Blue Dog - Feb-02-2017, 04:28 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hello,
I been slowly making my proxy site tester better. It works well now. One of the things I want to do is make it print out that the proxy it ..... More
|
|
|
Please help with code |
Posted by: fikszon - Feb-02-2017, 09:58 AM - Forum: Homework
- Replies (7)
|
 |
My python code is meant to send me an email with the string send from Arduino through the serial. Everything is working fine (Emails are sent when str..... More
|
|
|
Contractors |
Posted by: ichabod801 - Jan-31-2017, 05:26 PM - Forum: Bar
- Replies (13)
|
 |
I asked a project manager if the contractors were checking a particular text box for illegal characters, or doing a more robust search for html code. ..... More
|
|
|
lamda filter |
Posted by: bluefrog - Jan-31-2017, 04:12 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi
I am attempting to understand lamdas.
[code]number_list = range(-5, 5)
less_than_zero = list(filter(lambda x: x < 0, number_list))
print(le..... More
|
|
|
PyQt5 events |
Posted by: alekssandrap - Jan-31-2017, 02:17 PM - Forum: GUI
- Replies (1)
|
 |
Please can someone help me, I want to trigger the handleEvents function?
[code]
import sys
import types
from types import *
from PyQt5.QtCore ..... More
|
|
|
Installing PyQt5 Designer |
Posted by: birdieman - Jan-30-2017, 11:21 PM - Forum: GUI
- Replies (6)
|
 |
I am very new (to Python, Designer, etc) and having a problem installing PyQt DESIGNER. I installed Python 3.6 I also installed PyQt5 using Windows c..... More
|
|
|
|