| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,398
» Latest member: CarlApome
» Forum threads: 38,824
» Forum posts: 176,032
Full Statistics
|
| Online Users |
There are currently 33 online users. » 0 Member(s) | 28 Guest(s) Google, Bing, Mojeek
|
| Latest Threads |
IP address for users
Forum: Networking
Last Post: DeaD_EyE
43 minutes ago
» Replies: 6
» Views: 7,146
|
Check if running from she...
Forum: General Coding Help
Last Post: DeaD_EyE
52 minutes ago
» Replies: 1
» Views: 26
|
Merge video with subtitle...
Forum: General Coding Help
Last Post: OtiliaGen
Today, 07:58 AM
» Replies: 28
» Views: 15,589
|
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:11 AM
» Replies: 1
» Views: 145
|
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Dec-29-2025, 09:12 AM
» Replies: 1
» Views: 4,611
|
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Dec-29-2025, 08:37 AM
» Replies: 4
» Views: 224
|
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
Dec-29-2025, 07:27 AM
» Replies: 7
» Views: 3,627
|
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 196
|
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 345
|
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 10,002
|
|
|
| Apply Method Question |
|
Posted by: smw10c - Apr-07-2017, 03:23 PM - Forum: Data Science
- Replies (4)
|
 |
I hope you are all having a good day. I have a question in regards to the apply function. Below is a function I created and then I apply it to my data..... More
|
|
|
| Numbers Genie |
|
Posted by: PyPhanman - Apr-06-2017, 11:03 PM - Forum: Code sharing
- No Replies
|
 |
Hey all! Created this fun numbers game that will return some facts about 20 input or random numbers.
[python]
# Description of program:
# Ask t..... More
|
|
|
| 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
|
|
|
|