| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,266
» Latest member: tlandr02
» Forum threads: 38,788
» Forum posts: 175,853
Full Statistics
|
| Online Users |
There are currently 259 online users. » 0 Member(s) | 256 Guest(s) Bing, Google, Mojeek
|
|
|
| command line calculator |
|
Posted by: Zatoichi - Jan-28-2018, 04:38 AM - Forum: Homework
- Replies (4)
|
 |
[python]
import math
operation = (" ")
result = 0.0
number1 = 0.0
number2 = 0.0
def choice():
global operation, number1, number2
cho..... More
|
|
|
| int vs long |
|
Posted by: Skaperen - Jan-28-2018, 04:23 AM - Forum: General Coding Help
- Replies (4)
|
 |
in Python3 i'd like to determine if an int is large enough that its value would have to be long in Python2.
|
|
|
| Timeit module |
|
Posted by: Miraclefruit - Jan-28-2018, 02:00 AM - Forum: Data Science
- Replies (9)
|
 |
I'm trying to see the runtime of s.intersection(t) that takes two sets s and t and returns a new set with all the elements that occur in both s and t...... More
|
|
|
| Count in Dictionaries |
|
Posted by: Wolfpack2605 - Jan-28-2018, 01:15 AM - Forum: Homework
- Replies (2)
|
 |
This is the task that has to completed by using a dictionary of some sort.
You are curious about the most popular and least popular colours of cars..... More
|
|
|
| Dictionary Methods |
|
Posted by: Wolfpack2605 - Jan-28-2018, 12:17 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
I just wanted to know if there is a way to count the individual keys in a dictionary and print the amount of times they appear.
|
|
|
| Running telnet loop freezes GUI |
|
Posted by: reedhallen - Jan-27-2018, 10:09 PM - Forum: GUI
- Replies (1)
|
 |
Hello there.
I am brand new to python and this is my first project.
Essentially I the script will allow a user to select a file from their compu..... More
|
|
|
| random permutation |
|
Posted by: boris602 - Jan-27-2018, 06:32 PM - Forum: Homework
- Replies (2)
|
 |
Hi guys,for a homework about the "100 prisoner problem" i need some command that gives me a random permutation that i can find in "p".[python]p=Permut..... More
|
|
|
| Commercial GUI application |
|
Posted by: cpuin - Jan-27-2018, 02:31 PM - Forum: GUI
- Replies (1)
|
 |
Hi,
My favorite language is Python.I’m wandering wether there are successful developers who sell their GUI programs written in Python?I’m not talki..... More
|
|
|
| Help with test exercise |
|
Posted by: lm777 - Jan-27-2018, 08:17 AM - Forum: Homework
- Replies (3)
|
 |
Hey Im having a test and I cant get over one exercise.
Python - Write a program that shows words that contains "-" symbol in a text written by user..... More
|
|
|
| goto problem |
|
Posted by: Skaperen - Jan-27-2018, 04:00 AM - Forum: General Coding Help
- Replies (1)
|
 |
i have a function that has several places where it needs to finish up and return. the finish up and return code is identical in all cases. in C i di..... More
|
|
|
|