Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,616
» Latest member: Jatayu_12
» Forum threads: 38,637
» Forum posts: 175,054
Full Statistics
|
Online Users |
There are currently 551 online users. » 0 Member(s) | 545 Guest(s) Applebot, Bing, Baidu, Google, Yandex
|
Latest Threads |
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Yesterday, 02:10 PM
» Replies: 5
» Views: 435
|
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:04 PM
» Replies: 3
» Views: 166
|
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 08:10 AM
» Replies: 9
» Views: 199,364
|
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:43 AM
» Replies: 1
» Views: 117
|
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:15 AM
» Replies: 3
» Views: 620
|
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:41 AM
» Replies: 3
» Views: 1,518
|
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-23-2025, 07:06 AM
» Replies: 2
» Views: 321
|
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-22-2025, 08:45 AM
» Replies: 1
» Views: 175
|
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Jun-22-2025, 02:14 AM
» Replies: 0
» Views: 158
|
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 299
|
|
|
OOP Code help! |
Posted by: ajaY - Apr-06-2017, 02:00 PM - Forum: Homework
- Replies (3)
|
 |
Implement the following classes from the following UML class diagrams, instantiate some objects and show the functionality of the classes.
1.[size=..... More
|
|
|
String in Pandas |
Posted by: yamanda - Apr-06-2017, 11:41 AM - Forum: Data Science
- Replies (12)
|
 |
Hello Once again
I have somethehing like this
[quote]
[font=Courier New]komen_F1=df2.iloc[[color=#0000ff]21,[color=#0000..... More
|
|
|
Problem with animation |
Posted by: jdewk - Apr-06-2017, 04:48 AM - Forum: GUI
- No Replies
|
 |
I have this code for animating two lines
[python]
def animate(i):
global GLOBAL_TARGET
global GLOBAL_RESULT
if i > 19:
i = 19
..... More
|
|
|
hotkeys module |
Posted by: Skaperen - Apr-05-2017, 11:57 PM - Forum: General Coding Help
- Replies (2)
|
 |
researching a smooth way to do hotkeys (a way to have a single key press be passed to the program where that program then decides what to do based on ..... More
|
|
|
Writing List to CSV |
Posted by: tkj80 - Apr-05-2017, 08:25 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
I have a list as follows stored in a variable name csvImport:
[['3-March-17', 'a', 'b', 'c'],
['16-February-17', 'd', 'e', 'f'],
['19-Janu..... More
|
|
|
Inputting a varible |
Posted by: BlathaBlather - Apr-05-2017, 06:24 PM - Forum: General Coding Help
- Replies (3)
|
 |
Say I had a list called 'rade' and in it was [1,2, 3, 4, 5,] and I also had another list called 'spam' and in it was [6, 7, 8, 9, 10,]
I want to inp..... More
|
|
|
UDP Socket Issues |
Posted by: hellboy632789 - Apr-05-2017, 04:51 PM - Forum: Homework
- Replies (3)
|
 |
Hello, I am trying to figure out how to properly print the data from a UDP packet. For homework our professor has a server running that when it receiv..... More
|
|
|
PyCalc(V1.5.1) Errors! |
Posted by: timmyiscool8 - Apr-05-2017, 03:09 PM - Forum: General Coding Help
- No Replies
|
 |
This is a python calculator I am making. Based off of source code from: BlendyCat.
I just wanted someone with more experience than me to make sure ..... More
|
|
|
Drag and drop image object |
Posted by: vijaysagi - Apr-05-2017, 02:57 PM - Forum: GUI
- Replies (1)
|
 |
The following is the code to display an image and am trying to drag it to desired location. Once i click on the image the relavnt event method is not ..... More
|
|
|
Matrix Problem |
Posted by: Salito - Apr-05-2017, 11:28 AM - Forum: Homework
- Replies (1)
|
 |
Hi everyone,
I'm a beginner in Python language and I've got a little problem with a matrix I tried to encode.
I want to have these vectors :
[pyt..... More
|
|
|
install couchdb-python |
Posted by: iFunKtion - Apr-05-2017, 10:35 AM - Forum: General Coding Help
- No Replies
|
 |
Hi,
I have spent a couple of months developing an application that uses the python module for couchdb, and now i want to deploy it, I can't remember ..... More
|
|
|
Pandac_concat |
Posted by: yamanda - Apr-05-2017, 07:45 AM - Forum: General Coding Help
- Replies (2)
|
 |
Dear all
I want to combine two different data frames in one so i have a code
[quote]
SUM=pd.concat([SUM_1a, result_F1], join='outer' ,axis=1, ign..... More
|
|
|
Traceback Help |
Posted by: Low_Ki_ - Apr-04-2017, 06:47 PM - Forum: Game Development
- Replies (9)
|
 |
I have 5 files that tie together to create a simple alien invaders type game. While adding the bullet function I've made a mistake somewhere and canno..... More
|
|
|
|