| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 35 online users. » 1 Member(s) | 30 Guest(s) Google, Bing, AOL, Mojeek, NeoQuant
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
9 hours ago
» Replies: 11
» Views: 318
|
Python compiler
Forum: General Coding Help
Last Post: noisefloor
9 hours ago
» Replies: 1
» Views: 75
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 94
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 53
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,132
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 206
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 734
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,840
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 216
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 170
|
|
|
| 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
|
|
|
|