Pandas for Data Analysis
An overview of the Pandas library for data analysis, covering data reading, filtering, merging, and visualization.
An overview of the Pandas library for data analysis, covering data reading, filtering, merging, and visualization.
A developer builds a bulk delete feature for a SaaS application, allowing customers to delete multiple course tasks at once.
A tutorial on building and scheduling a Python web scraper to run automatically using GitHub Actions, including emailing results.
Explains Python operator precedence using the PEMDAS rule, covering how expressions are evaluated and how parentheses affect order.
Explains Python floating-point rounding issues and compares the round() function with the decimal module for precision.
A guide to understanding UPC-A barcode structure and creating a barcode generator from scratch using pure Python.
A developer adds UI improvements and new features to a SaaS application based on direct customer feedback.
Compares Django and Flask, two popular Python web frameworks, highlighting their similarities and key differences for developers.
A Django expert explains why you should use the latest version of the framework for new web applications, instead of older LTS versions.
Developer implements customer feedback to improve SaaS app usability, including graded task visibility, better delete navigation, and documentation links.
A developer fixes critical scheduling bugs in a Django app, addressing issues with task display and date calculations discovered during real-world testing.
A developer refactors the student enrollment flow in a Django SaaS application, removing old code and improving the user interface.
A developer addresses customer feedback on a SaaS product, fixing bugs, improving print layouts, and enhancing the user onboarding flow.
A developer walkthrough of adding an UpdateView and reordering UI for courses in a Django app, including testing and template updates.
The author starts a new Django project to build a social network with a capped number of connections to encourage thoughtful relationships.
Learn how to configure VS Code to highlight unused Python variables and imports using the PyLance language server for cleaner code.
Explains what a Django application is, its structure, and how it fits into a Django project.
An introduction to scientific computing in Python using NumPy for numerical arrays and Matplotlib for data visualization.
A guide on how to automate posting Instagram Stories using Python and an unofficial API library, including code examples.
A developer adds break display logic to a weekly schedule in a SaaS app, focusing on Django templates and styling.