Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 50 online users. » 0 Member(s) | 46 Guest(s) Google, Bing, AOL, AOL
|
Latest Threads |
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Gribouillis
8 hours ago
» Replies: 2
» Views: 334
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,359
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,760
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 732
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 977
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,041
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,083
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 652
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,633
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,857
|
|
|
Ip in json |
Posted by: beren43 - Oct-20-2017, 07:13 PM - Forum: Homework
- Replies (3)
|
 |
I have a json
It is necessary to display on the screen in format domains with 144 in 3 octet
un1> domain
un2> domain
This code displays a list of ..... More
|
|
|
Functions with parameters |
Posted by: slehee - Oct-20-2017, 07:00 PM - Forum: Homework
- Replies (2)
|
 |
Hi,
How would you write a function which takes two parameters and then counts from the first parameter to the second one?
def count(numOne, numT..... More
|
|
|
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
|
|
|
|