Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 47 online users. » 0 Member(s) | 40 Guest(s) Applebot, Google, Bing, AOL, Mojeek, AOL
|
Latest Threads |
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Williamcaurb
25 minutes ago
» Replies: 5
» Views: 13,910
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Larz60+
31 minutes ago
» Replies: 1
» Views: 60
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
9 hours ago
» Replies: 4
» Views: 2,011
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 420
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,058
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,120
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 782
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,081
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,528
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,113
|
|
|
Process (pool,map) strange behaviour |
Posted by: maverick76 - Feb-03-2020, 12:54 PM - Forum: General Coding Help
- Replies (1)
|
 |
Still editing sorry
[python]import configparser,os,sys,time,mysql.connector,logging,io,locale,threading,queue
from gen_rapport import *
..... More
|
|
|
Installation Trouble |
Posted by: b0yw0nder - Feb-03-2020, 04:43 AM - Forum: General Coding Help
- No Replies
|
 |
Hi guys having trouble installing python 3.8.1 on win7 64bit.
The gui says I need to make sure sp1 and all applicable updates are installed.
The..... More
|
|
|
recursion |
Posted by: bilbo_dragons - Feb-02-2020, 07:17 PM - Forum: Homework
- Replies (1)
|
 |
Write a program that, given a starting location in a 2D grid of characters, will count how many contiguously connected @ symbols there are. Cells have..... More
|
|
|
sorting list |
Posted by: arian29 - Feb-02-2020, 09:52 AM - Forum: General Coding Help
- Replies (2)
|
 |
Why does print(listA.sort()) return None ? But if I sort first and then print(listA), returns the sorted list items.
[python]listA=[1,2,3,9,8,7,6]..... More
|
|
|
|