Move Seamlessly between PERL and Python

Move Seamlessly between PERL and Python

Homolog_us
Buy on Leanpub

Table of Contents

Move Seamlessly between PERL and Python

  • The Shared History of PERL and Python
  • Learning through Examples
    • Example 1 - Hello World
    • Example 2 - Multiplication Table
    • Example 3 - Prime Number
  • A Quick View of Pythonland
    • Python Keywords are Special Words
    • Built-in Functions in Python
    • References
  • Numbers and Variables
  • From Array to List
    • Python Shortcuts on Lists
    • Keywords ‘in’ and ‘del’
    • Keyword - del
  • From Associative Array to Dictionary
    • Iterating over keys and values
  • Loops and Conditions
    • ‘while’ loop
    • ‘if-else’
    • ‘for’ Loops
    • Using ‘for’ over a Dictionary
    • Keywords ‘break’ and ‘continue’
  • From Subroutines to Functions
    • Code Flow with Functions
    • Default Parameter
    • Importing Functions from a File
  • Strings
    • Substring
    • String-related Function
    • Python String is a List
    • String-related functions
  • Regular Expressions
    • Search
    • Search and Replace
    • References
  • Reading and Writing Files
    • Reading from a file
    • Reading the entire file in an array
    • Writing a string into a file
    • File read/write symbols in PERL and Python
  • Modules and Packages
    • Splitting Code into Multiple Files
  • From CPAN to PyPI
  • Useful Python Packages and Tools
    • Python command line
    • Numpy
    • Jupyter Notebook
  • Class, Iterator, etc.
    • Iterables, Iterators, Generators
  • From BioPERL to Biopython
    • Analyzing Nucleotide and Protein Sequences
    • Parsing Biological Records
    • Objects to Store Different Types of Data
    • Accessing Data from the Internet
    • References
  • Closing Comments
    • PERL6 than never came and Python3 that never got adopted
Move Seamlessly between PERL and Python/overview

Move Seamlessly between PERL and Python

course_overview

count_chapters
begin_reading
download
p_implied_book_part_name

Move Seamlessly between PERL and Python17 chapters

Begin ›
  1. The Shared History of PERL and Python

  2. Learning through Examples

  3. A Quick View of Pythonland

  4. Numbers and Variables

  5. From Array to List

  6. From Associative Array to Dictionary

  7. Loops and Conditions

  8. From Subroutines to Functions

  9. Strings

  10. Regular Expressions

  11. Reading and Writing Files

  12. Modules and Packages

  13. From CPAN to PyPI

  14. Useful Python Packages and Tools

  15. Class, Iterator, etc.

  16. From BioPERL to Biopython

  17. Closing Comments