| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 30 online users. » 1 Member(s) | 26 Guest(s) Bing, Google, AOL, NeoQuant
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
5 hours ago
» Replies: 11
» Views: 309
|
Python compiler
Forum: General Coding Help
Last Post: noisefloor
5 hours ago
» Replies: 1
» Views: 73
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 92
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 50
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,124
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 205
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 732
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,838
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 210
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 167
|
|
|
| factorial with gui |
|
Posted by: deba34133 - Jul-10-2018, 12:58 PM - Forum: GUI
- No Replies
|
 |
[python]from tkinter import *
gui=Tk()
gui.title('Math')
def oet():
aoet=Tk()
aoet.title("Odd or Even")
def o_e_t():
b=a...... More
|
|
|
| exclusive bitwise OR |
|
Posted by: bluefrog - Jul-10-2018, 12:26 PM - Forum: Homework
- Replies (1)
|
 |
Hi
Am using 3.6.5
I'm trying to display the result of a bitwise operation, like so:
[python]xor = 0b0011 ^ 0b0111
print ("Example of exclusive OR - x..... More
|
|
|
| Label doesn't refresh |
|
Posted by: jollydragon - Jul-10-2018, 09:35 AM - Forum: GUI
- Replies (7)
|
 |
With below code, the label of directory path doesn't be refreshed correctly after I change the directory with "Ctrl+o".
E.g. When you change it to..... More
|
|
|
| defination problem |
|
Posted by: olmin - Jul-10-2018, 05:59 AM - Forum: Homework
- Replies (1)
|
 |
having problem with defining total
[python]
#user chooses 5 numbers and program totals them
num= int(input ('choose your 1st num:'))
plus=1
while..... More
|
|
|
| how hard to make a GUI client like this |
|
Posted by: Skaperen - Jul-10-2018, 02:41 AM - Forum: GUI
- No Replies
|
 |
a GUI client is started with a user specification of what window size to use. the client creates/opens such a window and opens a TCP connection to a s..... More
|
|
|
| errors in python files |
|
Posted by: Skaperen - Jul-10-2018, 12:18 AM - Forum: News and Discussions
- No Replies
|
 |
something i want to be able to do in Python is something that was easy in Pike from it's MUD game origins. Class identifiers were source file paths. ..... More
|
|
|
| histogram error |
|
Posted by: alyssaantarctica - Jul-09-2018, 10:24 PM - Forum: Data Science
- Replies (1)
|
 |
I need to make a histogram of the log10 of a variable r. So I made variable a = np.log10®, and tried to do:
plt.hist(a, fill = False)
it then ..... More
|
|
|
| Help With Coding Assignment |
|
Posted by: sarah_mb_sues - Jul-09-2018, 10:23 PM - Forum: Homework
- Replies (4)
|
 |
Hello Everyone,
I am having trouble with setting up a loop in my edX coding assignment -- when I run what I have, it produces very bizarre results..... More
|
|
|
| Classes Pygame Help |
|
Posted by: sam57719 - Jul-09-2018, 09:21 AM - Forum: Game Development
- Replies (2)
|
 |
Hello,
I found a piece of code on the internet which creates an interactive menu. I modified it to use classes to make it more modular. It works, but..... More
|
|
|
| Financial Modeling |
|
Posted by: MarkHaversham - Jul-08-2018, 08:25 PM - Forum: Data Science
- Replies (2)
|
 |
I'm just getting started learning Python, and attempting to apply it in a work problem: developing an asset reinvestment model parallel to a productio..... More
|
|
|
|