Deciphering Python: How to use Abstract Syntax Trees (AST) to understand code
Learn how Python's Abstract Syntax Trees (AST) work and how to use the `ast` module to analyze your code structure.
Learn how Python's Abstract Syntax Trees (AST) work and how to use the `ast` module to analyze your code structure.
Guide to batch inserting data into Azure Cosmos DB using Python and stored procedures, addressing SDK limitations and common errors.
A developer streams on Twitch, showing how to build a SaaS product with Python and Django, covering design, testing, and deployment.
A developer builds a Django model to handle multiple Stripe subscription plans for a SaaS application and updates the landing page.
A guide to essential flake8 extensions for improving Python code quality, covering import order, exception handling, and logging best practices.
A video tutorial series covering Django's authentication system, including signup, login, password management, and view protection.
A developer creates a report email from web-scraped data for a SaaS application using Python and Django.
A developer documents building a SaaS product using Python and Django, starting with a live stream experiment.
Learn how to use the BeeWare suite to build native mobile applications using the Python programming language.
An introduction to Black, the uncompromising Python code formatter that automatically styles code to PEP 8 standards and beyond.
A guide to automating Python code style checks using PEP 8 and tools like pycodestyle to ensure consistency and avoid manual reviews.
Explains Python's buffer protocol and zero-copy techniques to avoid expensive memory copying when slicing large data.
Final part of a series on refactoring a legacy Python library, focusing on safe code rehabilitation techniques and tooling.
A report on recent scikit-learn sprints in Austin and Paris, highlighting new features, bug fixes, and progress toward the 0.20 release.
A review and tips for Georgia Tech's OMSCS CS7642 Reinforcement Learning course, covering workload, projects, and key learnings.
A guide for beginners on starting their first Python project, covering version selection and project structure best practices.
A developer recounts the process of reviving a deprecated open-source Python library for parsing recipe ingredients, detailing the challenges of legacy code.
A technical analysis of Stack Overflow's 2018 survey data, visualizing global developer response rates per capita using Python, pandas, and GeoPandas.
Author announces 'Practical Python Projects' book, designed to teach intermediate Python through 15+ real-world, portfolio-ready projects.
Analysis of the 2018 Stack Overflow Developer Survey results, ranking technologies developers worked with and want to work with.