| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,303
» Latest member: TimTom420
» Forum threads: 38,798
» Forum posts: 175,899
Full Statistics
|
| Online Users |
There are currently 55 online users. » 0 Member(s) | 48 Guest(s) Bing, AOL, Google, Facebook Dev
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: Lou
7 minutes ago
» Replies: 0
» Views: 2
|
Python is not working on ...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 2
» Views: 74
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,800
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
Yesterday, 02:09 AM
» Replies: 7
» Views: 629
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 124
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 107
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 184
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,209
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 303
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 188
|
|
|
| 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
|
|
|
|