Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 35 online users. » 1 Member(s) | 29 Guest(s) Applebot, Bing, AOL, Google, buran
|
Latest Threads |
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
8 hours ago
» Replies: 2
» Views: 219
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 848
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 896
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 588
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,941
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,354
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,931
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,358
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,276
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,601
|
|
|
Regex ignore |
Posted by: JohnnyCoffee - Mar-15-2020, 01:54 PM - Forum: General Coding Help
- Replies (1)
|
 |
I am using a modifier to ignore uppercase and lowercase letters of certain words according to the regular expression below: The regex works but presen..... More
|
|
|
Complex Jumping In Code |
Posted by: WhamDie - Mar-15-2020, 07:51 AM - Forum: Homework
- Replies (9)
|
 |
[python]
w=[]
r=0
t=0
q=int(input("How Many Numbers You Wanna Enter: "))
for i in range(q):
e=input("Enter A Word: ")
if e.isalpha==True:
..... More
|
|
|
Greph not displaying. |
Posted by: Hass - Mar-15-2020, 01:35 AM - Forum: General Coding Help
- No Replies
|
 |
Hi I wrote the following code for a decision tree.
[python]
import pandas as pd
import pydotplus
from sklearn.tree import DecisionTreeClassifie..... More
|
|
|
Day X since Infection |
Posted by: mueller - Mar-14-2020, 09:50 PM - Forum: Data Science
- No Replies
|
 |
Hey everybody,
thats my first Post! *excited*
I'm currently doing Plots of COVID-19 Data provided by JohnsHopkins University.
I read the CSV-fi..... More
|
|
|
csv help |
Posted by: tombstone10000 - Mar-14-2020, 09:17 PM - Forum: General Coding Help
- Replies (2)
|
 |
I'm trying to take a string value from a cell in one csv file and write it to a cell in a different csv file.
The problem I'm running into is that whe..... More
|
|
|
Printing Variable into the label |
Posted by: ardvci - Mar-14-2020, 08:14 PM - Forum: GUI
- Replies (5)
|
 |
Hi everyone , I'm trying to make an app that can show the price of a stock and also the graphics of the stock. The part of Graph is working but I coul..... More
|
|
|
PySimpleGUI |
Posted by: michaela9 - Mar-14-2020, 03:58 PM - Forum: Homework
- No Replies
|
 |
Hi,
As part of my final year college project I am making a user interface that takes in information from the user and stores in an XML/METS documen..... More
|
|
|
Tkinter parameter question |
Posted by: DPaul - Mar-14-2020, 07:38 AM - Forum: GUI
- Replies (2)
|
 |
Hi,
I am a self-taught Tkinter user and, thank you, all is going well.
But I have a question in the realm of widget parameters.
Why is it that ..... More
|
|
|
openpyxl problem |
Posted by: Sheeper - Mar-14-2020, 06:44 AM - Forum: General Coding Help
- Replies (2)
|
 |
I got this problem while trying to study how to interpret an excel folder using Python. The error was saying that the sheet did not exist [i]KeyError:..... More
|
|
|
Documentation |
Posted by: Jan_97 - Mar-13-2020, 11:51 PM - Forum: Bar
- Replies (4)
|
 |
So I've been coding everyday in march so far and have thus spent quite a few hours working on my latest game project in pygame. Therefore i have been ..... More
|
|
|
procedural in class |
Posted by: berckut72 - Mar-13-2020, 04:46 PM - Forum: GUI
- Replies (4)
|
 |
Hello!
Made a game in the genre of rts, space. Ready for 80%. Wrote over 12,000 lines of code. Unfortunately, I did everything with a procedural la..... More
Attached Files
Thumbnail(s)
|
|
|
I need help with my code |
Posted by: pasteldreams - Mar-13-2020, 09:46 AM - Forum: Homework
- Replies (3)
|
 |
Hi there everyone
I am writing a fake medical database for a assignment and there is an unexpected uninedent in my script, would someone help me corr..... More
|
|
|
|