Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,954
» Latest member: Perry
» Forum threads: 38,727
» Forum posts: 175,525
Full Statistics
|
Online Users |
There are currently 41 online users. » 0 Member(s) | 36 Guest(s) Bing, Google, Applebot, Mojeek
|
Latest Threads |
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
3 hours ago
» Replies: 3
» Views: 139
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
5 hours ago
» Replies: 0
» Views: 334
|
extracting data from a us...
Forum: General Coding Help
Last Post: Perry
6 hours ago
» Replies: 0
» Views: 57
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,346
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,403
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 274
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 721
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 921
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,178
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,392
|
|
|
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
|
|
|
anyone here use UTF-16? |
Posted by: Skaperen - Jul-26-2018, 06:29 PM - Forum: Bar
- Replies (3)
|
 |
does anyone here use UTF-16? i'm wondering if we even need it anymore.
|
|
|
|