| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,310
» Latest member: QABOB
» Forum threads: 38,801
» Forum posts: 175,923
Full Statistics
|
| Online Users |
There are currently 36 online users. » 0 Member(s) | 31 Guest(s) Applebot, Bing, Google, AOL
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 11
» Views: 299
|
Python compiler
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 1
» Views: 67
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 90
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 50
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,118
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 203
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 730
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,837
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 205
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 165
|
|
|
| Is bug or not? |
|
Posted by: Cassie - Jul-27-2018, 05:15 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi, I'm having a trouble with new Python 3.7 when use next code, I have got next raise Exception StopIteration, but I have not it when use 2.7.
[py..... More
|
|
|
| list problem |
|
Posted by: pythonCrazy - Jul-27-2018, 05:01 PM - Forum: General Coding Help
- Replies (1)
|
 |
[python]а = [10,20,30,20,10,50,60,40,80,50,40]
dup_items = set()
uniq_items = []
for x in a:
if x not in dup_items:
uniq_items.appe..... More
|
|
|
| subprocess.call |
|
Posted by: salmaankamil - Jul-27-2018, 03:25 PM - Forum: General Coding Help
- Replies (1)
|
 |
I am trying to run this command " netstat -a | findstr 443" through python library subprocess.call
But i am not successful
Can you help me to g..... More
|
|
|
| Thanks to the mods |
|
Posted by: metulburr - Jul-27-2018, 03:21 PM - Forum: Board
- Replies (5)
|
 |
I would like to give a shout-out of appreciation to all mods that make this place run day to day. This is so much better of a community than we..... More
|
|
|
| itertools |
|
Posted by: jarrod0987 - Jul-27-2018, 05:51 AM - Forum: General Coding Help
- Replies (1)
|
 |
I know how to use itertools for permutations in the normal way.
permutations = (['a', 'b', 'c'], 2) would give
[a, b]
[a, c]
[b,..... More
|
|
|
| SUBLIMEREPL Issue |
|
Posted by: aditvaddi - Jul-26-2018, 11:56 PM - Forum: Homework
- No Replies
|
 |
try:
n = int(input("Enter an Integer: "))
except ValueError:
print("That is not an integer")So i wrote this code and th..... More
|
|
|
| cannot type in textbox |
|
Posted by: msteffes - Jul-26-2018, 11:51 PM - Forum: GUI
- Replies (2)
|
 |
Hello All,
I am new to Python and have found my first head scratcher. I expect to find a have stumbled into some rookie mistake.
The below code c..... More
|
|
|
| Math Input |
|
Posted by: wak_stephanie - Jul-26-2018, 10:29 PM - Forum: Homework
- Replies (1)
|
 |
Write a function area_of_circle® which returns the area of a circle of radius r
As a refresher, the area of any circle is equal to the radius squ..... More
|
|
|
|