| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,892
Full Statistics
|
| Online Users |
There are currently 36 online users. » 0 Member(s) | 32 Guest(s) Bing, Applebot, Google
|
|
|
| Name error |
|
Posted by: Uzomaza - Jun-07-2019, 06:31 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi!
Why dont work the var1 code?
[python]
import turtle
from tkinter import *
import tkinter.messagebox
wn = turtle.Screen()
wn.setup(650,..... More
|
|
|
| Login system |
|
Posted by: cardozo6060 - Jun-07-2019, 04:38 PM - Forum: Homework
- Replies (2)
|
 |
Hi! i developed a "basic" program to school project and need to be done sunday but im having a problem i dont know how to use a login system there is ..... More
|
|
|
| Pandas find the most often rows |
|
Posted by: dervast - Jun-07-2019, 01:44 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi.
I have a panda Data Frame like the one below
[python]
smallData=pd.DataFrame(np.array([[1,2,3,4,5],[4,5,6,7,8],[1,2,3,3,3],[1,2,2,3,3],[1,2,3,5..... More
|
|
|
| Scroll Bars going backwards |
|
Posted by: goofygoo - Jun-07-2019, 02:30 AM - Forum: GUI
- Replies (2)
|
 |
I am having difficulty with my scroll bars sliding backward. Code below.
[python]user_dict = {"J Schmo":["SSM", "CPP"], "B Kezzi":["SM", "OBSIC"], ..... More
|
|
|
| List Issue |
|
Posted by: Batman - Jun-06-2019, 10:05 PM - Forum: General Coding Help
- Replies (3)
|
 |
So, this is interesting...
It prints Pam 205.36 2 times
what happened to Bruce 37.95?
[python]
class check:
payee = ''
amount = 0...... More
|
|
|
| nltk dictionary GUI |
|
Posted by: joe_momma - Jun-06-2019, 09:18 PM - Forum: Code sharing
- Replies (2)
|
 |
This a gui dictionary enter a word, press submit and it outputs name with tag and
the definition. I put in 2 checkbuttons for examples and lemma name..... More
|
|
|
| xticks |
|
Posted by: mcgrim - Jun-06-2019, 08:54 PM - Forum: Data Science
- Replies (5)
|
 |
I am trying to put in a bar graph some values stored in a file and the times when these values took place.
The bar chart looks like the way I want as..... More
|
|
|
| Thread update emails |
|
Posted by: micseydel - Jun-06-2019, 06:35 PM - Forum: Board
- Replies (4)
|
 |
I thought I recalled at one point that a reply to a thread would generate emails for all the participants. I haven't seen this behavior in a while, al..... More
|
|
|
| pyglet freezing |
|
Posted by: pfaber11 - Jun-06-2019, 02:03 PM - Forum: Game Development
- Replies (1)
|
 |
Hi just starting piglet and when I try and run this code it freezes but If I press a key on the keyboard it moves on a frame here's the code could som..... More
|
|
|
| tkinter clock |
|
Posted by: Ondrej - Jun-06-2019, 12:14 PM - Forum: GUI
- Replies (5)
|
 |
Hello everyone,
I need help to make simple clock app which will change background color in choosen periods with duration for few secc and after th..... More
|
|
|
| change to loop |
|
Posted by: amirliker - Jun-06-2019, 09:37 AM - Forum: General Coding Help
- Replies (3)
|
 |
I wrote this code that takes info (grades and student names) from a csv file with pandas and make a graph with matplotlib.
[python]import pandas as..... More
|
|
|
|