| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,305
» Latest member: rajatkumar
» Forum threads: 38,799
» Forum posts: 175,904
Full Statistics
|
| Online Users |
There are currently 49 online users. » 1 Member(s) | 41 Guest(s) Bing, Google, Mojeek, Facebook Dev
|
|
|
| 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
|
|
|
|