Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
3 minutes ago
» Replies: 2
» Views: 114
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
7 hours ago
» Replies: 2
» Views: 762
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 798
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 506
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,883
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,286
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,855
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,275
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,207
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,519
|
|
|
general def coding |
Posted by: Agusben - Apr-01-2020, 02:55 PM - Forum: GUI
- Replies (5)
|
 |
[python]
from tkinter import *
import turtle
from math import cos,sin,tan,pi
root = Tk()
def graph ():
pen.penup()
angle = 0
theta =..... More
|
|
|
Time series manipulation |
Posted by: SinPy - Apr-01-2020, 12:48 PM - Forum: General Coding Help
- No Replies
|
 |
Hi!
We have an optimization model that gives us forecasts of electricity consumption in the future. Because of calculation time we do not use hourly ..... More
|
|
|
Alpha numeric element list search |
Posted by: rhubarbpieguy - Apr-01-2020, 12:11 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a list question using the following script:
list1=['a','b','c','d','e','f']
list2=['1A','1B','1C','1a','1b','1c']
list3=[]
list4=[]
..... More
|
|
|
I built Tic-Tac-To |
Posted by: dsad12 - Apr-01-2020, 12:09 PM - Forum: Code Review
- Replies (6)
|
 |
I have been studying python in the last 2 weeks for many hours and last night I did the game Tic-Tac-To. I'm a beginner developer so I don't know whet..... More
|
|
|
Pyplot and circle |
Posted by: Reldaing - Apr-01-2020, 10:39 AM - Forum: General Coding Help
- No Replies
|
 |
Hi! I'm using matplotlib.pyplot and I wanted to know if it was possible to create a circle only with the coordonates of the center and the coordonates..... More
|
|
|
general def coding |
Posted by: Agusben - Apr-01-2020, 06:06 AM - Forum: GUI
- Replies (1)
|
 |
[python]
from tkinter import *
import turtle
from math import cos,sin,tan,pi
root = Tk()
def graph ():
pen.penup()
angle = 0
theta =..... More
|
|
|
help needed! |
Posted by: gmachaj - Mar-31-2020, 10:12 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi, I'm trying to make a loop for some files. I want to use a number of rows in the file to split it a half... and I'm stuck please help (python 2 ..... More
|
|
|
Class issue |
Posted by: Reldaing - Mar-31-2020, 09:55 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi . I'm new to Algorithms with Python. Well, actualy, I'm trying to code one: K nearest Neighbors. My code worked perfectly until I try to automatize..... More
|
|
|
python dictionary |
Posted by: pkmnmewtwo - Mar-31-2020, 08:47 PM - Forum: Homework
- Replies (3)
|
 |
I'm kinda stuck on this homework assignment and i need help. this program has a menu but i got all the menu except this part. this menu selection is a..... More
|
|
|
Random selection from list |
Posted by: Mohsky - Mar-31-2020, 07:06 PM - Forum: Homework
- Replies (1)
|
 |
Hi everyone,
This is not homework per se, but I am teaching myself(as everyone else has done before) python by taken courses, books, and online pra..... More
|
|
|
|