| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,892
Full Statistics
|
| Online Users |
There are currently 52 online users. » 0 Member(s) | 49 Guest(s) Bing, Google, Internet Archive
|
|
|
| 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
|
|
|
| batch python in android |
|
Posted by: askforsplit - Jun-15-2019, 02:35 PM - Forum: Bar
- No Replies
|
 |
hi, sorry for my bad english,
i will show you the code first
[python]
:parse
IF "%~1"=="" GOTO endparse
call :handle_one_file %1
SHIFT
GOT..... More
|
|
|
|