Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,951
» Latest member: Ronny
» Forum threads: 38,725
» Forum posts: 175,520
Full Statistics
|
Online Users |
There are currently 52 online users. » 0 Member(s) | 49 Guest(s) Bing, Google, AOL
|
Latest Threads |
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: Ronny
1 hour ago
» Replies: 1
» Views: 139
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 5
» Views: 9,244
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 540
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 165
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 695
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,934
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,210
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,572
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,147
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,879
|
|
|
Some question |
Posted by: Tituya - Jun-22-2018, 03:46 PM - Forum: GUI
- Replies (1)
|
 |
Hello, I'm a french who want to create something for my Casio (it's calc)
In fact, you can made some draw but it's pretty long and hard.
That's wh..... More
|
|
|
GUI Developer for Project |
Posted by: DecaK - Jun-22-2018, 03:31 PM - Forum: Jobs
- Replies (3)
|
 |
Hi, I need a GUI Developer for software project. Currently, I do 80% of backend, have designer too, but need some GUI developer who would love to work..... More
|
|
|
While & For Loops |
Posted by: aditvaddi - Jun-22-2018, 02:51 AM - Forum: Homework
- Replies (2)
|
 |
while True:
for i in range(1,5):
if i==3:
continue
print("{:>2}SAM".format(i)) [b]For this piece of code, why does ..... More
|
|
|
error in FOR |
Posted by: Antigr - Jun-21-2018, 06:11 PM - Forum: Homework
- Replies (2)
|
 |
I got this code:
[python]import numpy as np
a=np.zeros(1000)
b=list(a)
b.append(1)
c=[]
for i in range(len(b)):
if b[i]==0:
del b[..... More
|
|
|
2 issues....Help! |
Posted by: veve - Jun-21-2018, 05:28 PM - Forum: Homework
- Replies (2)
|
 |
Hi
I have a dataset that contains 3 columns in this form:
col1 = 2007-Q1, 2007-Q2, 2007-Q3....etc
col2 = 1room,2rooms,3rooms...etc
col3 = 24,26,30..... More
|
|
|
Variable contents |
Posted by: Scott - Jun-21-2018, 07:22 AM - Forum: Data Science
- Replies (3)
|
 |
I mainly use SAS and it has a procedure called proc freq which lists the contents of a variable and how frequently it is populated. Does python have a..... More
|
|
|
Gui creation |
Posted by: Gangadhararao - Jun-21-2018, 04:44 AM - Forum: GUI
- Replies (9)
|
 |
[python]from tkinter import *
import subprocess
import os
import turtle
from tkinter.ttk import *
screen = turtle.Screen()
try:
import tkin..... More
|
|
|
AWS lambda python help |
Posted by: cbtshare - Jun-20-2018, 10:25 PM - Forum: General Coding Help
- No Replies
|
 |
Hello All,
I have the following , but when I try to run it nothing happens from the command line.I am using ubuntu 16, and I have everything config..... More
|
|
|
|