Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 39 online users. » 2 Member(s) | 31 Guest(s) Bing, AOL, Applebot, Facebook, snippsat, kshahzad1985
|
Latest Threads |
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
1 hour ago
» Replies: 7
» Views: 2,738
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: tester_V
1 hour ago
» Replies: 5
» Views: 247
|
looking for help
Forum: Bar
Last Post: PhamMaria
2 hours ago
» Replies: 1
» Views: 1,864
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 600
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,131
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,696
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 592
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,081
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,070
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,342
|
|
|
selection sort |
Posted by: Truman - Jun-02-2020, 09:44 PM - Forum: Data Science
- Replies (2)
|
 |
[python]
import numpy as np
def selection_sort(x):
for i in range(len(x)):
swap = i + np.argmin(x[i:])
(x[i], x[swap]) = (x..... More
|
|
|
not able to install buildozer |
Posted by: exsudo - Jun-02-2020, 06:24 AM - Forum: GUI
- Replies (1)
|
 |
hello everyone,
while installing the buildozer for deployment of kivy app to android I met an error, not what it is please help me through it, Thanks..... More
|
|
|
Stuck on multiproccessing |
Posted by: Gilush - Jun-02-2020, 06:21 AM - Forum: Homework
- Replies (2)
|
 |
I have a code that takes the host address, asks for filename (to save on user's desktop) and asks if user's want to clear the file or append to it.
..... More
|
|
|
Code modification |
Posted by: ghaieth_benhamoud - Jun-01-2020, 02:53 PM - Forum: Data Science
- Replies (14)
|
 |
Hello to all,
I have this open source code where I want to add a loglogistic distribution to the ones that already exist. Can anyone help me?
[u..... More
|
|
|
|