Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,983
» Latest member: bimosora
» Forum threads: 38,734
» Forum posts: 175,571
Full Statistics
|
Online Users |
There are currently 54 online users. » 0 Member(s) | 47 Guest(s) Bing, Google, Mojeek, Facebook
|
Latest Threads |
create ocr to detect lice...
Forum: General Coding Help
Last Post: bimosora
32 minutes ago
» Replies: 0
» Views: 8
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 5
» Views: 152
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,033
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 445
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,079
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,142
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 815
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,099
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,544
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,133
|
|
|
Printing lists |
Posted by: acooper7 - Jun-17-2019, 09:17 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
I am somewhat new to Python, although I know the basics.
I am trying to print out a list, but when it prints it will only print the first..... More
|
|
|
Pyramids reduction |
Posted by: Technoob - Jun-17-2019, 08:38 PM - Forum: Homework
- Replies (3)
|
 |
The problem is that I'm supposed to make a pyramid which reduces in size till reaching zero.
[python]base_size=input("base_size:" )
base_size=int(bas..... More
|
|
|
Aligning data |
Posted by: gat - Jun-17-2019, 03:37 PM - Forum: Data Science
- Replies (8)
|
 |
Hello. I'm so sorry in advance. I am super new to this. If this question isn't allowed, please discard. I have something as follows:
sample001a.com, ..... More
|
|
|
Aligning excel data |
Posted by: gat - Jun-17-2019, 03:10 PM - Forum: Data Science
- Replies (1)
|
 |
Hello. I'm so sorry in advance. I am super new to this. If this question isn't allowed, please discard. I have something as follows:
sample001a.com, ..... More
|
|
|
Pyodbc error |
Posted by: taxit - Jun-17-2019, 01:10 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello!!
I'm try to connect to a accdb Access database:
[python]
import pyodbc
conn = pyodbc.connect(r'Driver={Microsoft Access Driver (*.mdb..... More
|
|
|
small newbie task to python |
Posted by: intoxicated_dk - Jun-17-2019, 01:00 PM - Forum: Homework
- Replies (2)
|
 |
Hi,
I am just getting through startups, and got a minor task, just a simple else,if, vba look a like.
Task is
You have 5 states which have 5 thin..... More
|
|
|
How to iterate over some characters in a string and the others will stay as it is. ? |
Posted by: sodmzs - Jun-17-2019, 07:29 AM - Forum: General Coding Help
- Replies (9)
|
 |
[python]
one = ["one","o","n","e"]
two = ["two","t","w","o"]
t = "one and two"
dict = dict(one = one, two = two)
words = ["one","and","two"]
f..... More
|
|
|
MCQ logic |
Posted by: kferhat - Jun-16-2019, 08:33 PM - Forum: General Coding Help
- No Replies
|
 |
Hi all,
I am writing a code that read MCQ from a file like this :
N1. question 1
A. answer A
B. answer B
C. answer C
D. answer D
So I cre..... More
|
|
|
Text window not properly sized |
Posted by: smabubakkar - Jun-16-2019, 08:34 AM - Forum: GUI
- Replies (1)
|
 |
Hi I have created a python tool based on Tkinter GUI to compare two text files, i am facing a strange issue, which you might have already came across...... More
|
|
|
|