Python Beam Search Algorithm

You can check out the slide deck here to get a first intuition on how the algorithm works: Before we’ll dive into the algorithm and the Python implementation, let’s first skim over some related graph tutorials you may enjoy and that may help your understanding! Related Graph Tutorials This algorithm is part of our graph … Read more

Mutable vs. Immutable Objects in Python

Overview: Mutable objects are Python objects that can be changed. Immutable objects are Python objects that cannot be changed. The difference originates from the fact the reflection of how various types of objects are actually represented in computer memory. Be aware of these differences to avoid surprising bugs in your programs. Introduction To be proficient … Read more

PHP Developer – Income and Opportunity

Annual Income How much does a PHP Developer make per year? The average annual income of a PHP Developer is $65,590 according to PayScale (source) ranging from $44k (10th percentile) to $97k (90th percentile). Let’s have a look at the hourly rate of PHP Developers next! Hourly Rate PHP Developers are well-paid on freelancing platforms … Read more

PowerShell Developer – Income and Opportunity

Annual Income How much does a Powershell Developer make per year? The average annual income of a Powershell Developer is between $93,000 (25th percentile) and $170,000 (75h percentile) with top earners making $170,000 per year and more according to Ziprecruiter (source): Let’s have a look at the hourly rate of Powershell Developers next! Hourly Rate … Read more

Part 3: Email a PDF in Python

Story: This series of articles assume you are an employee of the City of Sacramento’s IT Department. At the end of each month, a CSV file is sent to the Chief of Police outlining the crime statistics for the current month. However, the Chief prefers to view the output in a styled PDF format based … Read more