Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,975
» Latest member: Schirag
» Forum threads: 38,732
» Forum posts: 175,562
Full Statistics
|
Online Users |
There are currently 48 online users. » 0 Member(s) | 42 Guest(s) Bing, AOL, AOL, Google, Applebot
|
Latest Threads |
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
2 hours ago
» Replies: 2
» Views: 149
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
10 hours ago
» Replies: 2
» Views: 785
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 823
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 523
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,898
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,302
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,872
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,296
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,223
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,540
|
|
|
CSV files |
Posted by: PythonNoob99 - Mar-23-2019, 02:25 PM - Forum: Homework
- Replies (3)
|
 |
Hello everybody,
I have a problem. I have a CSV file and I use this file in my program. From my output I make a new csv file but I would like to us..... More
|
|
|
telnet question |
Posted by: jacklee26 - Mar-23-2019, 12:04 PM - Forum: Networking
- Replies (2)
|
 |
Hi All,
i have some question related to telnet this script. Are we able to login and don't close the session. For example login, and user is able to ..... More
|
|
|
Nested if stmts in for loop |
Posted by: johneven - Mar-22-2019, 10:01 PM - Forum: Homework
- Replies (2)
|
 |
I'm completely flummoxed by this one.
Homework question follows:
Create an empty list called resps. Using the list percent_rain, for each percent,..... More
|
|
|
concatenate |
Posted by: mcgrim - Mar-22-2019, 01:24 PM - Forum: Data Science
- Replies (1)
|
 |
I am trying to concatenate 2 lists (L3 and L4) but L5 does not print any output.
How come?
[python]
L=[1,2]
L3=3*L
L4=[k**2 for k in L3]
..... More
|
|
|
Amicable numbers. |
Posted by: pawlo392 - Mar-21-2019, 09:20 PM - Forum: Homework
- Replies (2)
|
 |
I want to create a program, which will find pairs of amicable numbers lower than n.
I wrote a cod : [python]def sumdiv(n):
Sum = 0
for x in..... More
|
|
|
|