Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,537
Full Statistics
|
Online Users |
There are currently 48 online users. » 0 Member(s) | 43 Guest(s) Bing, Google, AOL, AOL, Google Image
|
Latest Threads |
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: deanhystad
2 hours ago
» Replies: 2
» Views: 66
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
3 hours ago
» Replies: 4
» Views: 526
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 1
» Views: 639
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 6
» Views: 4,861
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
10 hours ago
» Replies: 1
» Views: 1,534
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Today, 03:53 AM
» Replies: 1
» Views: 2,588
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:32 AM
» Replies: 0
» Views: 237
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 434
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,830
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,661
|
|
|
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
|
|
|
|