Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,960
» Latest member: James87
» Forum threads: 38,730
» Forum posts: 175,531
Full Statistics
|
Online Users |
There are currently 61 online users. » 0 Member(s) | 54 Guest(s) Bing, Mojeek, Google, AOL, AOL, Applebot
|
|
|
NONE |
Posted by: Danielesteban - Sep-06-2020, 12:30 AM - Forum: General Coding Help
- Replies (1)
|
 |
[python]
def entrada(e):
if e == 1:
aviso(e)
else:
return print(False)
def aviso(e):
return print(True)
..... More
|
|
|
Variables will not plot in subplot |
Posted by: emp2341 - Sep-05-2020, 05:21 PM - Forum: Homework
- No Replies
|
 |
The assignment requires us to make two subplots of the same graph with one having a certain x-axis index and the other having a smaller index. I have ..... More
|
|
|
MNE Sample Data |
Posted by: Chriso99 - Sep-05-2020, 02:07 PM - Forum: Data Science
- Replies (3)
|
 |
Hey. New to Python. Just installed MNE. Any reason sample data has not downloaded successfully also as part of the library / package? Thanks
|
|
|
Help! Functions |
Posted by: bwdu - Sep-04-2020, 10:22 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi everyone! I am trying to create an English Thesaurus which the user is going to write an word as input and get the corresponding meaning, also if t..... More
|
|
|
if statement not working |
Posted by: g0g0g1g - Sep-04-2020, 08:32 PM - Forum: Homework
- Replies (2)
|
 |
if i enter random gibberish it still runs the code as if i entered one of the acceptable names I.E. my code carries out the first if statement, despit..... More
|
|
|
[Tkinter] Text Upload |
Posted by: LearningLittlebyLittle - Sep-04-2020, 07:45 PM - Forum: GUI
- No Replies
|
 |
I have an Ubuntu OS, and I am trying to create a GUI to display all the text files in the directory. It should have buttons for each text files, and e..... More
|
|
|
Help with knn |
Posted by: Bhavika - Sep-04-2020, 11:17 AM - Forum: General Coding Help
- Replies (1)
|
 |
These are my k values and their corresponding accuracy_score.
k = 3 --> 95.2127659574468
k = 4 --> 96.27659574468085
k = 5 --> 95.74468085106383..... More
|
|
|
space animation |
Posted by: space_cat - Sep-04-2020, 10:16 AM - Forum: GUI
- Replies (1)
|
 |
i'm trying to make a logo, with a background which is black, and stars moving across it (parralel to the x axis, in different constant y values). i th..... More
|
|
|
|