| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,308
» Latest member: NeoQuant
» Forum threads: 38,801
» Forum posts: 175,919
Full Statistics
|
| Online Users |
There are currently 44 online users. » 0 Member(s) | 40 Guest(s) Bing, Google, Apple
|
|
|
| beverage machine code |
|
Posted by: ccm1776 - Sep-26-2018, 05:01 PM - Forum: Homework
- Replies (8)
|
 |
Hello, everyone. Im new to programming and Ireally love solving problems. I dont have all the answers, however. I am taking a python class at my local..... More
|
|
|
| raw_input |
|
Posted by: rtbr17 - Sep-26-2018, 03:58 PM - Forum: General Coding Help
- Replies (3)
|
 |
I am brand new to python and seem to to stuck on something that seems simple. If I run the code below it works as expected.
[python]money = -10
p..... More
|
|
|
| Traceback error |
|
Posted by: tjnichols - Sep-26-2018, 12:51 PM - Forum: Homework
- Replies (8)
|
 |
I'm trying to import a class into another Python file. The previous example I have for this is something that Larz60+ built for me but he didn't set i..... More
|
|
|
| mysqlclient |
|
Posted by: gregbarsd - Sep-26-2018, 05:55 AM - Forum: General Coding Help
- No Replies
|
 |
Any ideas???
Going along fantastically until creating mysqlclient then the following:
(py1) c:\Users\greg\projects\djangoproject>python --versio..... More
|
|
|
| Curl with source ip- pycurl |
|
Posted by: drvirus - Sep-25-2018, 11:43 AM - Forum: Networking
- No Replies
|
 |
Hello Folks
i have a sever with about 1000 ip addresses
and i want to check the external ip address using different source ip for each curl comman..... More
|
|
|
| create list from repeated pattern in python |
|
Posted by: Code4fun - Sep-25-2018, 09:10 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello,
I would like to create a list in Python3, which look like this
[python]L = [(0,(0,1,2,3,4)), (1, (5,6,7,8,9)),(2,(10,11,12,13,14))......) [..... More
|
|
|
| Array |
|
Posted by: Prasanna - Sep-25-2018, 05:42 AM - Forum: General Coding Help
- Replies (1)
|
 |
hi Friends,
can you guys give difference between list and array in python?
and give some functions which are used in array and list ?
|
|
|
| Calculation error |
|
Posted by: RustyShacklevert - Sep-25-2018, 03:40 AM - Forum: General Coding Help
- Replies (4)
|
 |
I'm new to programming and i'm trying to make a simple calculator that calculates how many days, minutes and seconds someone has been alive. Everytime..... More
|
|
|
| Not getting a return value |
|
Posted by: abdullahali - Sep-25-2018, 01:03 AM - Forum: Homework
- Replies (1)
|
 |
def fuel_efficiency(fuel_used, distance):
fuel_used = int(input("enter the fuel used: ")) distance = int(input("enter distance travelled: "))..... More
|
|
|
|