| 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 37 online users. » 1 Member(s) | 33 Guest(s) AOL, Bing, Axel_Erfurt
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
23 minutes ago
» Replies: 11
» Views: 285
|
Python compiler
Forum: General Coding Help
Last Post: noisefloor
39 minutes ago
» Replies: 1
» Views: 59
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 87
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 41
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,116
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 201
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 729
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,836
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 201
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 163
|
|
|
| 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
|
|
|
|