Reporting scraped data - Building SaaS #2
A developer creates a report email from web-scraped data for a SaaS application using Python and Django.
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.
Final part of a series on refactoring a legacy Python library, focusing on safe code rehabilitation techniques and tooling.
A developer recounts the process of reviving a deprecated open-source Python library for parsing recipe ingredients, detailing the challenges of legacy code.
Author announces 'Practical Python Projects' book, designed to teach intermediate Python through 15+ real-world, portfolio-ready projects.
A tutorial on building an SMS bot for the 2018 FIFA World Cup using Twilio, Heroku, and Flask to provide match updates.
A tutorial on web scraping basics using Python's lxml library and XPaths, demonstrated by extracting data from Steam.
A video introduction to 14 of the most famous and favorite Python libraries and frameworks, including requests, Django, and NumPy.
Explains Python variable scopes with code examples, focusing on common errors when using local and global variables.
An open source maintainer shares their journey of stepping down from a project by filing a 'Request For New Maintainer' issue.
A technical guide on reverse engineering the Facebook API to download private videos using Python and browser analysis.
A guide on reverse engineering the Soundcloud API to bypass download restrictions using Python.
A February 2018 roundup of the best Python articles, news, GitHub projects, and tutorials, including Discord bots and JupyterLab.
A tutorial on creating an Alexa skill to remotely control your computer using AWS Lambda and ngrok, even without a physical Alexa device.
A summary of a Python Frederick meetup featuring Christine Lee's presentation on data science tools and features available in Python.
Learn how to use the vim-test plugin to run automated tests instantly within Vim, eliminating the need to switch terminals.
A recap of PyData Warsaw 2017, covering key talks, new package announcements, and analytics on the conference's international attendees.
A guide on improving code review communication and avoiding conflict, based on a real-world example of a failed review process.