Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 29 Guest(s) Google, Bing, Mojeek, AOL, Applebot, AOL, Facebook
|
Latest Threads |
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 6
» Views: 724
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
7 hours ago
» Replies: 0
» Views: 52
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
10 hours ago
» Replies: 8
» Views: 453
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,831
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 697
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,230
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,800
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,202
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,160
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,463
|
|
|
Help with lists |
Posted by: Blaedel - Feb-25-2019, 09:13 PM - Forum: Homework
- Replies (5)
|
 |
Dear friends,
I simply can't get my head around this little problem. I need to randomly choose three words out of a list of words. The chosen word ..... More
|
|
|
A list of lists |
Posted by: Hassediagram - Feb-25-2019, 01:38 PM - Forum: General Coding Help
- Replies (7)
|
 |
Dear members of python-forum,
I encounter a problem of list definition (i think). I would like to define def(S,T), where:
(i) S and T are two sets..... More
|
|
|
new python package test |
Posted by: ramkrishna - Feb-25-2019, 12:18 PM - Forum: General Coding Help
- No Replies
|
 |
I am writing a bioinformatics tool for filtering and comparing SNPs (aligned to same reference) from two or more VCF input files. Anyone is welcome to..... More
|
|
|
Trouble in lists |
Posted by: erfanakbari1 - Feb-25-2019, 11:17 AM - Forum: Homework
- Replies (2)
|
 |
Hey guys , I'm a beginner at Python & I have taken a python course in which i am given some exercises to solve . unfortunately working with strings an..... More
|
|
|
New here and I need help |
Posted by: leplascencia - Feb-25-2019, 04:12 AM - Forum: Homework
- Replies (3)
|
 |
I need help with this code I can't get it to work
[python]
# Read the input file.. and store in tuples
with open("ALE.txt","r") as ins:
# li..... More
|
|
|
Indentation error in Python code |
Posted by: ErnestTBass - Feb-25-2019, 03:30 AM - Forum: General Coding Help
- Replies (5)
|
 |
[code]
import numpy as np
#Input array
X=np.array([[1,0,1,0],[1,0,1,1],[0,1,0,1]])
#Output
y=np.array([[1],[1],[0]])
#Sigmoid Function
de..... More
|
|
|
setting environment in arcpy |
Posted by: sunny - Feb-24-2019, 08:37 PM - Forum: Data Science
- No Replies
|
 |
In arcpy module, when I set the workspace it seems it doesn't work properly and I get a runtime error as below.
import arcpy
#set the path of the..... More
|
|
|
function parameter function |
Posted by: bendarodes - Feb-24-2019, 11:52 AM - Forum: Data Science
- No Replies
|
 |
Hi i am new in python. i want to a function with a paremeter which is also function. My code is over there.
[python]import pandas as pd
veri=pd.read..... More
|
|
|
|