Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 37 online users. » 1 Member(s) | 31 Guest(s) Bing, AOL, Google, Applebot, deanhystad
|
Latest Threads |
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
2 hours ago
» Replies: 10
» Views: 29,145
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,300
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 185
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 608
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 208
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 765
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,020
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,270
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,633
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,196
|
|
|
How to get index of minimum element between 3 & 8 in list |
Posted by: Mekala - Nov-10-2020, 10:44 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
I have the below list, and I want to get the index of minimum element which is >3 & <=8.
[python]my_list = [-1,4,-5,0,2,11,9,8,6]
#below only..... More
|
|
|
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
|
|
|
|