| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 33 online users. » 0 Member(s) | 31 Guest(s) Bing, Google
|
|
|
| Basic regex |
|
Posted by: floatingshed - Nov-09-2020, 11:48 AM - Forum: General Coding Help
- Replies (1)
|
 |
I have never used the re module before.
I have many text files that need a phrase replacing, the following works fine:
[python]for file in directo..... More
|
|
|
| Python vs VBA for Excel |
|
Posted by: jfunkitup - Nov-09-2020, 01:31 AM - Forum: Data Science
- Replies (3)
|
 |
As a business analyst, I've been using VBA with Excel and Access for a while now and can usually accomplish my goals with these tools alone. I recent..... More
|
|
|
| tree insert |
|
Posted by: saljuaid - Nov-09-2020, 12:54 AM - Forum: Data Science
- Replies (2)
|
 |
I would like to let users enter its name in tk.Entry and goes to sql and by select from sql to appear in TreeView . every time users enter name will a..... More
|
|
|
| Assignment Help |
|
Posted by: HNiChuimin - Nov-08-2020, 10:44 PM - Forum: Homework
- Replies (4)
|
 |
Hello, i've been asked in my assignment to create a censor function that replaces words in a text string with astricks of the same lenght if the word ..... More
|
|
|
| Write to file |
|
Posted by: emilng - Nov-08-2020, 07:53 PM - Forum: Homework
- Replies (1)
|
 |
Say you have a txt. document where you want to write specific information to line 1,2,3,4 and 5 every time. Is there a way to specify this in my code?..... More
|
|
|
| Python Function |
|
Posted by: zee - Nov-08-2020, 06:26 PM - Forum: Homework
- Replies (3)
|
 |
Write a program having a void function that receives a 4 - digit number and calculates the sum of square of the first two digits and last two digits ...... More
|
|
|
| Python-Constraint |
|
Posted by: Mathlete37 - Nov-08-2020, 06:24 PM - Forum: Data Science
- Replies (3)
|
 |
Hello,
Let's say I have:
problem = Problem()
problem.addVariables(['a', 'b'], [1, 2, 3])
problem.addConstraint(AllDifferentConstraint())
prob..... More
|
|
|
| os.path.join |
|
Posted by: qmfoam - Nov-07-2020, 06:06 PM - Forum: General Coding Help
- Replies (2)
|
 |
This has me confused as to why it does not work:
[python]
import os
PARENT_DIR = '/Volumes/Sidekick/SEER/Trip'
SOURCE_DIR = '/data/source'
# ..... More
|
|
|
|