| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,294
» Latest member: LewisByday
» Forum threads: 38,795
» Forum posts: 175,885
Full Statistics
|
| Online Users |
There are currently 244 online users. » 0 Member(s) | 239 Guest(s) Bing, Google, Applebot, AOL
|
| Latest Threads |
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
51 minutes ago
» Replies: 1
» Views: 18
|
Helpful Support for Stude...
Forum: General Coding Help
Last Post: jackhunter
1 hour ago
» Replies: 0
» Views: 11
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
9 hours ago
» Replies: 6
» Views: 201
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:18 PM
» Replies: 5
» Views: 92
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 70
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,510
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 166
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 77
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,126
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,315
|
|
|
| CVS file to EXCEL |
|
Posted by: DavidTheGrockle - Oct-23-2019, 10:26 AM - Forum: General Coding Help
- Replies (11)
|
 |
I have a CVS file, published by the author of a scientific paper, having 700,000 rows. I want to split this file up into smaller "units" preferably pu..... More
|
|
|
| List and loop |
|
Posted by: Sandeep2000 - Oct-23-2019, 05:51 AM - Forum: General Coding Help
- Replies (5)
|
 |
I am not getting expected output? Why?
[python]
phrase="don't panic"
plist=list(phrase)
str1="on tap"
qlist=list(str1)
for item in qlist:
..... More
|
|
|
| Factors ERROR |
|
Posted by: AdamJae - Oct-22-2019, 05:41 PM - Forum: Homework
- Replies (2)
|
 |
[python]def factors(n):
list = []
for x in range(2, n+1):
while n % x == 0:
list.append(x)
n = n//x
..... More
|
|
|
| Numbered list |
|
Posted by: sheriff2001 - Oct-22-2019, 01:46 PM - Forum: Homework
- Replies (3)
|
 |
The last part of my homework assignment is making a list that takes the users input of presidents and aligns them to the left and ranking them with nu..... More
|
|
|
| Problem with new PC |
|
Posted by: prospero - Oct-22-2019, 10:15 AM - Forum: GUI
- Replies (4)
|
 |
For many years I have been using a little piece of software written in Python that creates a GUI in a video game
and allows the user to create object..... More
|
|
|
|