Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Techiediaries - Django: Django 3 Tutorial & CRUD Example with MySQL and Bootstrap

Link: https://www.techiediaries.com/django/django-3-tutorial-and-crud-example-with-mysql-and-bootstrap/

Django 3 is released with full async support! In this tutorial, we'll see by example how to create a CRUD application from scratch and step by step. We'll see how to configure a MySQL database, enable
Mike Driscoll: PyDev of the Week: Paul Sokolovsky

Link: http://www.blog.pythonlibrary.org/2020/02/10/pydev-of-the-week-paul-sokolovsky/

This week we welcome Paul Sokolovsky as our PyDev of the Week! Paul is the creator of Pycopy, which is described as “a minimalist and memory-efficient Python implementation for constrained systems, mi
PyBites: Productivity Mondays - How to Instantly Save 2-3 Hours a Day

Link: https://pybit.es/80-20.html


Efficiency is doing things right; effectiveness is doing the right things. - Peter Drucker

Imagine what an extra 2-3 hours a day can give you. Reading consistently for an hour a day in your field ca
IslandT: Create a project which shows the nutrition and diet data for generic foods, packaged foods, and restaurant meals using python

Link: https://kibiwebgeek.com/create-a-project-which-shows-the-nutrition-and-diet-data-for-generic-foods-packaged-foods-and-restaurant-meals-using-python/

Hello, nice to be back again, are you people ready for the next python project? In this latest project which will take maybe around half a month to complete, I will develop a python application that w
Stack Abuse: Bubble Sort in Python

Link: https://stackabuse.com/bubble-sort-in-python/

Introduction
For most people, Bubble Sort is likely the first sorting algorithm they heard of in their Computer Science course.
It's highly intuitive and easy to "translate" into code, which is import
Real Python: Implementing an Interface in Python

Link: https://realpython.com/python-interface/

Interfaces play an important role in software engineering. As an application grows, updates and changes to the code base become more difficult to manage. More often than not, you wind up having classe
Learn PyQt: Display tables in PyQt5/PySide2, QTableView with conditional formatting, numpy and pandas

Link: https://www.learnpyqt.com/courses/model-views/pyqt5-qtableview-modelviews-numpy-pandas/


In the previous chapter we covered an introduction to the Model View architecture. However, we only touched on one of the model views — QListView. There are two other Model Views available in Qt5 — Q
Learn PyQt: Display tables in PyQt5/PySide2, QTableView with conditional formatting, numpy and pandas

Link: https://www.learnpyqt.com/courses/model-views/qtableview-modelviews-numpy-pandas/


In the previous chapter we covered an introduction to the Model View architecture. However, we only touched on one of the model views — QListView. There are two other Model Views available in Qt5 — Q
Daniel Roy Greenfeld: Our New Django Book Has Launched!

Link: https://daniel.roygreenfeld.com/crash-into-django.html

Audrey and I wrote a new book titled Django Crash Course. You can get it right now on our website at roygreenfeld.com/products/django-crash-course. Right now it's in alpha, which means only the e-book
tryexceptpass: Episode 3 - Decoupling Database Migrations at Application Startup

Link: https://tryexceptpass.org/podcast/ep3-decouple-db-migration-at-startup/


Data models change and evolve with your application.
There’s plenty of tools that keep track of database schemas and automatically generate scripts to upgrade or downgrade them.
It’s common for devel
Continuum Analytics Blog: 6 Reasons Your Open-Source Data Science Pipeline Needs Attention Now

Link: https://www.anaconda.com/open-source-data-science-pipeline/

Your enterprise data scientists are almost certainly using Anaconda Distribution alongside 20 million other practitioners worldwide. The Anaconda Distribution is a package and environment manager desi
PyBites: Introduction to Python Functions

Link: https://pybit.es/python-functions.html

While seemingly "simple" to comprehend and use, functions can definitely be a bit of a hurdle to overcome when you're new to Python or programming in general.
In this article I'm going to break down w
Mike Driscoll: How to Check if a File is a Valid Image with Python

Link: https://www.blog.pythonlibrary.org/2020/02/09/how-to-check-if-a-file-is-a-valid-image-with-python/

Python has many modules in its standard library. One that is often overlooked is imghdr which lets you identify what image type that is contained in a file, byte stream or path-like object.
The imghdr
Mike Driscoll: PyDev of the Week: Paul Sokolovsky

Link: https://www.blog.pythonlibrary.org/2020/02/10/pydev-of-the-week-paul-sokolovsky/

This week we welcome Paul Sokolovsky as our PyDev of the Week! Paul is the creator of Pycopy, which is described as “a minimalist and memory-efficient Python implementation for constrained systems, mi