Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,941
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,517
Full Statistics
|
Online Users |
There are currently 43 online users. » 0 Member(s) | 39 Guest(s) Bing, Google, AOL, AOL
|
Latest Threads |
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
1 hour ago
» Replies: 1
» Views: 119
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 8
» Views: 284
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,478
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 879
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,703
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,227
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,753
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,551
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,655
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,841
|
|
|
Running two scripts |
Posted by: arka7886 - Mar-21-2018, 10:21 PM - Forum: Data Science
- Replies (5)
|
 |
Hi all,
I have two scripts, say script1.py and script2.py. In script1 I calculate a lot of parameters and matrices, and it takes time, say 30 mins to..... More
|
|
|
Py to Exe problem |
Posted by: mariolopes - Mar-21-2018, 04:19 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hi
I have one python file who extracts data from internet and writes it to a excel file. Works fine, but I need to create a exe file from python and ..... More
|
|
|
plotting 2 different set of data in a single plot with shared axes. |
Posted by: upasana - Mar-21-2018, 12:19 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi..
I have 2 different sets of data like, x1=[1,2,3,4,5],y1=[some corresponding data] and x2=[6,7,8,9,10],y2=[some corresponding data].
How can i p..... More
|
|
|
API in Python |
Posted by: ptre - Mar-21-2018, 11:51 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hello all,
I am starting with Python (previously i coded some in VBA) and I have a question about API. Is there any good book about that?
I need..... More
|
|
|
how to draw simple line in wxPython? |
Posted by: Sebastian_Adil - Mar-21-2018, 11:46 AM - Forum: GUI
- Replies (6)
|
 |
Hy
I am new in wxPython and I want a simple example to draw a simple line, and if it is possible by using functional style.
Thanks for your help
|
|
|
Beginners question |
Posted by: Youmanity - Mar-21-2018, 11:40 AM - Forum: Game Development
- Replies (4)
|
 |
Hi. I am a guy with a Java background learning Python. I wrote a small text-based game. I created a __main__ class and a class called CharacterCreatio..... More
|
|
|
Helpful exercises |
Posted by: NikonNorm - Mar-21-2018, 05:21 AM - Forum: General Coding Help
- Replies (4)
|
 |
I'm curious if anyone knows of any site or book or whatever that gives you "exercises", ideas of problems that can be solved with a computer program w..... More
|
|
|
cli arguments parser |
Posted by: Skaperen - Mar-21-2018, 01:41 AM - Forum: News and Discussions
- No Replies
|
 |
there already exits a cli arguments parser. but it looks like a copy of the Posix one, which is a rendition of the old Unix one. worthless for me. ..... More
|
|
|
Class/object |
Posted by: liewchaochein - Mar-20-2018, 03:17 PM - Forum: General Coding Help
- Replies (2)
|
 |
[python]
class Engine(object):
def __init__(self, scene_map):
print "Inside Engine.scene_map"
print "scene_map: %r" %scene_map
self.scene_..... More
|
|
|
|