So, you’re a Python developer or you just use Python to make your life easier by writing utility scripts to automate repetitive tasks and boost your productivity.Such Python scripts are usually local to your machine, run from the command line and require some Python skills to use including for instance setting up a virtual environment… Continue reading How to convert a Python script into a web app, a product others can use
Articles on web development
New Pybites Python Developer Certificates and How They Are Different
By PyBites Team on 1 November 2023
Welcome back to the Pybites Podcast. We’ve been teasing this for a while, and it’s finally here: our Python Developer Certificates. Listen here: Or watch it on YouTube: Our certificates are not just shiny badges. They’re the real deal, representing solid Python skills, experience with frameworks like Django/FastAPI, debugging, testing, professional developer workflow / collaboration,… Continue reading New Pybites Python Developer Certificates and How They Are Different
From concepts to MVPs: Validate Your Idea in few Lines of Code with Streamlit
By Marco Franzon on 25 October 2023
Don’t waste you time in early optimization, stay focused on the product! Have you ever had a brilliant idea but hesitated to invest time and resources into building a full-fledged product? The fear of wasting resources on an untested concept is a common struggle for entrepreneurs and innovators. Fortunately, there’s a game-changer in the world… Continue reading From concepts to MVPs: Validate Your Idea in few Lines of Code with Streamlit
Lessons from a Software Developer’s Path: Networking, Growth & Side Projects
By PyBites Team on 18 May 2023
Welcome back to the Pybites podcast! Watch here: Or listen here: In this podcast episode, Peter Lynch, a software developer, discusses his journey into web development and his entrepreneurial interests. He shares his experience of transitioning from a corporate job to pursuing his passion for building his own projects. Peter emphasizes the importance of networking… Continue reading Lessons from a Software Developer’s Path: Networking, Growth & Side Projects
Django Plugin Recommendations by Antonio Melé | Top 10 Picks for Web Development
By PyBites Team on 7 May 2023
Watch here: Or listen here: He’s back! Django by Example book author Antonio Melé 😍 Not only that, we did this interview in person at a cafeteria on the beach 🏖 In this episode he shares his 10 favorite Django plugins 💪 💡 1. Django Debug Toolbar 2. Django REST Framework 3. Django Channels 4. Django Celery 5. Django Extensions… Continue reading Django Plugin Recommendations by Antonio Melé | Top 10 Picks for Web Development
PyBites Website 2.0 is here
By PyBites Team on 27 July 2021
Hey, what just happened to the pybit.es site?! After 4.5 years of content updates, products and growth, the site just got outdated, unmanageable and even confusing. The pain was real and we needed a fix! The site was first created using Pelican, a (Python) static site generator + GitHub pages and we were happy with… Continue reading PyBites Website 2.0 is here
Twitter Digest 2017 Week 44
By PyBites Team on 5 November 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Code Challenge 38 – Build Your Own Hacktoberfest Checker With Bottle – Review
By PyBites Team on 1 November 2017
In this article we review last week’s Build Your Own Hacktoberfest Checker With Bottle code challenge.
Code Challenge 38 – Build Your Own Hacktoberfest Checker With Bottle
By PyBites Team on 4 October 2017
Hi Pythonistas, Hacktoberfest started. Let’s make open source better and track our progress with a little app you will build using the Bottle web framework.