Blog Layout

Python Start • Feb 23, 2017

Getting Started with Python

Learning Python for APIs, analysis, automation, and deep learning

Python is growing in popularity and is currently listed among the top 5 programming languages in the TIOBE Index. Why is Python so popular? Below are 5 reasons:
  1. Libraries - many popular and supported libraries (e.g., asyncio, matplotlib, numpy)
  2. Easy to learn - Guido van Rossum created Python based on his experience with its precursor, ABC
  3. Highly portable - Python is interpreted, so there's no need to compile binaries for every platform
  4. Popularity for analytics - Python is seeing growing use for scholarly analytics
  5. Readily available - you can download the latest version of Python for free
This blog is designed to help you get started learning Python for fun and for profit!
Regular expressions
By Python Start 28 Jun, 2020
Learn how to use regular expressions in Python to help sift through large amounts of text input. In this blog post, we will show you the process step-by-step by extracting story passages from an HTML file.
Linear programming has been effectively used in hospitals to solve nursing staff scheduling problems
By Python Start 22 Jun, 2020
See how to solve a staffing problem with PuLP, a linear programming toolkit for Python. In this post, we consider a hospital nursing staff scheduling problem.
Python
By Python Start 25 Feb, 2017
Python is becoming a popular programming language, and here are 7 examples to prove it
Share by: