Let's Talk Pelican Part Two: Quickstart Overview
A developer's workflow guide for setting up a static site using the Pelican generator, including virtual environments and custom automation scripts.
A developer's workflow guide for setting up a static site using the Pelican generator, including virtual environments and custom automation scripts.
A developer shares their experience using Pelican, a Python-based static site generator, to build a website, highlighting the learning curve with Jinja and CSS.
A comprehensive reference guide for essential command-line commands across Bash, Git, Node.js, Python, Ruby, and PHP.
A developer adds UI improvements and new features to a SaaS application based on direct customer feedback.
A guide to managing multiple Python versions on your system using the pyenv tool for development and project isolation.
A comparative tutorial teaching basic programming concepts like printing, variables, conditionals, and loops in Python, PHP, Ruby, and JavaScript.
Compares Django and Flask, two popular Python web frameworks, highlighting their similarities and key differences for developers.
A beginner's guide to creating and managing Python virtual environments using pyenv and virtualenv to isolate project dependencies.
A collection of 25 IPython tips to help programmers solve Advent of Code puzzles more efficiently using interactive Python.
Explains the theory behind linear regression models, a fundamental machine learning algorithm for predicting continuous numerical values.
A Django expert explains why you should use the latest version of the framework for new web applications, instead of older LTS versions.
A guide to writing and running tests for a Python package using pytest, covering white box testing and project structure.
Developer implements customer feedback to improve SaaS app usability, including graded task visibility, better delete navigation, and documentation links.
A case study on automating Excel file creation and email distribution using Python's Pandas and Outlook integration.
A guide to documenting Python code using docstrings, covering Numpy style formatting and best practices for function documentation.
A developer fixes critical scheduling bugs in a Django app, addressing issues with task display and date calculations discovered during real-world testing.
A review of Python tools and libraries for visualizing and interactively exploring Pandas DataFrames, comparing them to Excel's graphical interface.
A beginner's guide to building web APIs with the FastAPI framework, covering setup, routing, and handling URL parameters and queries.
A technical guide on building a basic web server in Python using low-level socket programming and understanding network I/O.
A developer refactors the student enrollment flow in a Django SaaS application, removing old code and improving the user interface.