Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 34 Guest(s) Bing, Facebook, Google, Applebot, AOL
|
Latest Threads |
SECURE HACKER EXPERTISE R...
Forum: General Coding Help
Last Post: lydiaharrison12
21 minutes ago
» Replies: 0
» Views: 8
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 5
» Views: 128
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,027
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 440
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,077
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,140
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 807
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,093
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,541
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,130
|
|
|
Was this forum made with Flask? |
Posted by: SheeppOSU - Jun-08-2019, 12:19 AM - Forum: Board
- Replies (3)
|
 |
It suddenly struck my mind and I wanted to ask. If it wasn't made with Flask, what was it made w/ and who made it? Thanks in advance for feeding my cu..... More
|
|
|
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
|
|
|
|