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,526
Full Statistics
|
Online Users |
There are currently 51 online users. » 1 Member(s) | 45 Guest(s) Bing, Google, AOL, AOL, Mojeek, buran
|
Latest Threads |
extracting data from a us...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 1
» Views: 83
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
9 hours ago
» Replies: 3
» Views: 157
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
11 hours ago
» Replies: 0
» Views: 345
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,361
|
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: 281
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 729
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 926
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,193
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,394
|
|
|
List of URLs. wx.richtext.RichTextCtrl |
Posted by: ioprst - Aug-06-2018, 07:47 AM - Forum: GUI
- No Replies
|
 |
There is an object:
[python]
import wx.richtext as rt
...
self.m_textCtrl_text = rt.RichTextCtrl(self.panel, -1, self.text, wx.DefaultPosition, (500,..... More
|
|
|
Local Issuer Certificate |
Posted by: aslihanyilmaz - Aug-06-2018, 07:09 AM - Forum: General Coding Help
- No Replies
|
 |
Hi there,
I am trying to access a webpage using Python.
[python]import urllib.request
page = urllib.request.urlopen("https://www.sikayetvar.com/a..... More
|
|
|
program wanted in python |
Posted by: Skaperen - Aug-06-2018, 06:32 AM - Forum: Bar
- Replies (2)
|
 |
what i would like to have in Python (i already have it in C) is a program that starts as a command that take a port number, a remote host name or remo..... More
|
|
|
flattening a list with some elements being lists |
Posted by: Skaperen - Aug-06-2018, 01:14 AM - Forum: General Coding Help
- Replies (17)
|
 |
a list might be like [[1,2,3],4,[5,6,7,8],[9]] and i want to flatten it to [1,2,3,4,5,6,7,8,9] . how easy is this to do ..... More
|
|
|
Element Tree Xpath |
Posted by: hey_arnold - Aug-05-2018, 09:40 AM - Forum: Homework
- Replies (9)
|
 |
I am trying to extract certain data from the XML using Element tree, but I am unsure why my code doesn't work, any guidance would be helpful.
It appe..... More
|
|
|
insert |
Posted by: mj125 - Aug-04-2018, 06:32 PM - Forum: Homework
- Replies (2)
|
 |
hello, I'm a beginner at python and I run this code:
x = [1,2,3,4]
print("x= ",x)
y = x.insert(1,6)
print("y= ", y) and the answer ..... More
|
|
|
What's wrong |
Posted by: kinngu - Aug-04-2018, 03:15 PM - Forum: General Coding Help
- Replies (1)
|
 |
What's wrong with this code?
[python]n = int(input())
m = [int(i) for i in input().split()]
l = []
for i in range(n):
if m[i] != -1:
..... More
|
|
|
|