Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 38 online users. » 0 Member(s) | 29 Guest(s) AOL, Bing, Google, Facebook, AOL, Mojeek
|
|
|
snippet: dp and pv |
Posted by: Skaperen - Apr-08-2017, 07:17 AM - Forum: Code sharing
- No Replies
|
 |
i have this saved as dppv,py ready to insert into projects where i need this level of debugging. the dp() function is just like print except that if ..... More
|
|
|
help in hoemwork |
Posted by: maayan11 - Apr-08-2017, 05:47 AM - Forum: Homework
- Replies (15)
|
 |
hello:)
in my home work I need to write a code that sum the digits of number.
for example if the original number is 563 the function will return- 5 ..... More
|
|
|
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
|
|
|
|