| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,296
» Latest member: nicos18
» Forum threads: 38,795
» Forum posts: 175,886
Full Statistics
|
| Online Users |
There are currently 27 online users. » 0 Member(s) | 23 Guest(s) Bing, Google, Apple
|
| Latest Threads |
My regex function is not ...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 1
» Views: 50
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 55
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 230
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 121
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 81
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,518
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 170
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,137
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,320
|
|
|
| Combinaison |
|
Posted by: Goodsayan - Oct-02-2019, 02:04 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
I'm new in python. I try to generate combinations of objects and calculate sums to characterize them.
A little confused, so I quickly give ..... More
|
|
|
| Doing calculation with ascii file |
|
Posted by: Mike - Oct-02-2019, 11:09 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hello!
I have file named DATA.TXT which contains:
[output]colA,colB
324,234
346,341
147,346
234,567
368,405
344,643
235,235
236,567[/outpu..... More
|
|
|
| Too Stupid to Code |
|
Posted by: RazerNismo - Oct-02-2019, 07:01 AM - Forum: Bar
- Replies (14)
|
 |
Look... I'm after a brutally honest view on if people think that coding is for a certain level of education.. Perhaps a problem solving mind or someth..... More
|
|
|
| Question |
|
Posted by: pythonprogrammer - Oct-02-2019, 12:09 AM - Forum: General Coding Help
- Replies (2)
|
 |
[python]
Card = collections.namedtuple('Card',['rank','suit'])
class FrenchDeck:
ranks = [str(n) for n in range(2,11)] + list('JQKA')
su..... More
|
|
|
| How do I make zip() append a value to a key? |
|
Posted by: rm197 - Oct-01-2019, 06:18 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have these two arrays:
arr1 = ['sub1', 'sub1', 'sub2', 'sub1', 'sub1', 'sub2'] [python]arr2 = [1.9 , 2.2 , 9.1 , 7.3 , 4...... More
|
|
|
| download from python |
|
Posted by: mpellegrini - Oct-01-2019, 04:18 PM - Forum: Networking
- Replies (6)
|
 |
I'd like to download a file present at follow link
But the follow code python get me the error "HTTPError: Unauthorized":
import urllib.request
url ..... More
|
|
|
| Moving Files |
|
Posted by: Evil_Patrick - Oct-01-2019, 03:54 PM - Forum: General Coding Help
- Replies (4)
|
 |
Newbie Alert
[python]
import os
import glob
import shutil
path = input('Enter folder location: ')
os.chdir(path)
try:
os.makedirs('..... More
|
|
|
|