| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,257
» Latest member: Bamboo
» Forum threads: 38,782
» Forum posts: 175,837
Full Statistics
|
| Online Users |
There are currently 34 online users. » 0 Member(s) | 32 Guest(s) Bing, Google
|
|
|
| MONEY CHANGE |
|
Posted by: OmarSinno - Oct-20-2017, 09:36 AM - Forum: General Coding Help
- Replies (5)
|
 |
[python]amount=int(input("Please enter amount in LBP: "))
bills = [100,50,20,10,5,1]
billsReturned = []
def change(amount):
for i in bills:..... More
|
|
|
| natural logarithm print |
|
Posted by: atux_null - Oct-20-2017, 09:07 AM - Forum: Homework
- Replies (5)
|
 |
[nodisplay]please give a runnable sample of your code with the full error text or a clear description of the problem
Please use python tags for cod..... More
|
|
|
| must be str not int |
|
Posted by: auting82 - Oct-19-2017, 05:47 PM - Forum: Data Science
- Replies (2)
|
 |
Trying to run this code, but getting the error: must be str not int?
Need some help here
Just to mention that i have tried to chabge the inputs to i..... More
|
|
|
| Genetic Algorithm improvement |
|
Posted by: Alberto - Oct-19-2017, 02:13 PM - Forum: Data Science
- No Replies
|
 |
Dear Python Experts,
What I am doing is that I am running genetic algorithm for prediction of stock prices. I include a sample of code that is in l..... More
|
|
|
| Sending data over UDP |
|
Posted by: alidaf - Oct-19-2017, 09:39 AM - Forum: Networking
- Replies (3)
|
 |
I've managed to code a C program to send various types of data to Matlab on another machine over UDP; char, int and double. I'm really struggling to d..... More
|
|
|
| Request for simple code |
|
Posted by: CuriousMind - Oct-19-2017, 08:14 AM - Forum: Data Science
- Replies (5)
|
 |
Dear Users,
I would like to request some help in some research work. My goal is to write data from an xls file to a text file (the text file is gen..... More
|
|
|
| Free keys and coupons, sales |
|
Posted by: metulburr - Oct-19-2017, 01:13 AM - Forum: Bar
- Replies (91)
|
 |
This thread is for giving away game keys.
Euro Truck Simulator
First person who responds gets the key
Note this is the first one, and the tit..... More
|
|
|
| Can someone help me please |
|
Posted by: jamshaid1997 - Oct-18-2017, 09:05 PM - Forum: Homework
- Replies (3)
|
 |
Hi i was wondering if someone could explain and help me Develop a Python function which either returns the float square of its parameter x if the para..... More
|
|
|
| Heuns method in Python |
|
Posted by: auting82 - Oct-18-2017, 01:46 PM - Forum: Data Science
- No Replies
|
 |
Hi I am testing some ready made code in python and comapring forward eueler method and Heuns method.
Since Heuns method is more precise, the full bl..... More
|
|
|
|