Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,926
» Latest member: goodness4u
» Forum threads: 38,721
» Forum posts: 175,493
Full Statistics
|
Online Users |
There are currently 38 online users. » 0 Member(s) | 33 Guest(s) AOL, Bing, Google, Apple
|
Latest Threads |
JSHOP.CC, NON VBV CC, SPA...
Forum: Game Development
Last Post: goodness4u
1 hour ago
» Replies: 0
» Views: 12
|
REACH OUT TO FUNDS RETRIE...
Forum: Game Development
Last Post: shirleyjacobs112
1 hour ago
» Replies: 0
» Views: 5
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 6
» Views: 659
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
10 hours ago
» Replies: 2
» Views: 373
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,657
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,588
|
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 304
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 345
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,429
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,395
|
|
|
bug in my code |
Posted by: sunnysude - Feb-03-2017, 08:42 PM - Forum: Homework
- Replies (7)
|
 |
when i run the code on my laptop it runs fine. but when i try to submit online it detects a bug with online Type Error . what can i do to correct the..... More
|
|
|
coroutines |
Posted by: Skaperen - Feb-03-2017, 01:46 AM - Forum: General Coding Help
- Replies (9)
|
 |
today i am working on a project that probably should be a coroutine. it takes in a list of strings. it is expected that this list is very long. it ..... More
|
|
|
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
|
|
|
|