Results for "python"

Tags

  • Python learning resources for bioinformatics and computational biologist !

    Python is a general-purpose language, which means it can be used to build just about anything, which will be made easy with the right tools/libraries. Professionally, Python is great for backend web development, data analysis, artificial intelligence, and scientific computing. Many developers ha...

    Tags: Python, learn, resources, bioinformatics, biology, biologist, computational biology

    2262 days ago

  • Installing python-numpy !

    $ sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose[sudo] password for urbe: Reading package lists... DoneBuilding dependency tree Reading state information... DoneThe following packages were automatically installed an...

    Tags: python-numpy, Install, Redundents, Tools, Python

    2198 days ago

  • Learning Python Programming - a bioinformatician perspective !

    Python Programming is a general purpose programming language that is open source, flexible, powerful and easy to use. One of the most important features of python is its rich set of utilities and libraries for data processing and analytics tasks. In the current era of big biological data, py...

    Tags: Learning, Python, Programming, bioinformatics, bioinformatician, perspective, coding, script, learn

    2190 days ago

  • Subprocess pkg

    Subprocess is one of simplest way of running linux command from within python code Example: if you want to run fastqc for QC of fastq file: from subprocess import Popen,PIPE,call p=Popen(["fastqc","-f","fastq","-o", "/home/name/result/","/dev/stdin"],stdin=fopen("read.fastq","r") ,stdout=PIPE...

    Tags: python, linux, PIPE

    3556 days ago

  • Creating conda environment for python2.7

    TIP: By default, environments are installed into the envs directory in your conda directory. Run conda create --help for information on specifying a different path. Use the Terminal or an Anaconda Prompt for the following steps. To create an environment: c...

    Tags: Creat, conda, environment, python2.7, python, Linux

    2197 days ago

  • Tools for Geospatial data analysis !

    Geospatial data is becoming increasingly important in many fields, including urban planning, environmental science, public health, and more. These tools can help you work with data from a variety of sources, including satellite imagery, GPS data, and other forms of spatial dat...

    Tags: python, visualization, plot, view, geospatial

    418 days ago