Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Circle: How to use AJAX with Django

Link: https://www.pythoncircle.com/post/130/how-to-use-ajax-with-django/

How to use AJAX in Django projects?, Checking username availability without submitting form, Making AJAX calls from Django code, loading data without refreshig page in django templates, AJAX and Djang
Justin Mayer: Python Development Environment on macOS Mojave & High Sierra

Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/

While installing Python and Virtualenv on macOS Mojave & High Sierra can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python de
EuroPython: EuroPython 2020: Live Stream Recordings available

Link: https://blog.europython.eu/post/626322517228961792

We’re happy to announce the public availability of the live stream recordings from EuroPython 2020. They were already available to all conference attendees since the sprint days.EuroPython YouTube Cha
Matt Layman: Rendering Calendars - Building SaaS #68

Link: https://www.mattlayman.com/building-saas/rendering-calendars/

In this episode, I worked on rendering a calendar of important events in a school year. We built out the appropriate data structures, and I wrote some new model methods and added tests.
On the last st
PSF GSoC students blogs: Week 6 Blog Post

Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-6-blog-post/

What I have done this week
1. Modified the PR on split multistage dockerfile. The function works fine so far.
2. Filed a draft PR on building and analyzing the multistage dockerfile. This PR is used t
Davy Wybiral: DIY Solar Powered LoRa Repeater (with Arduino)

Link: https://davywybiral.blogspot.com/2020/08/diy-solar-powered-lora-repeater-with.html

In today's video I be built a solar powered LoRa signal repeater to extend the range of my LoRa network. This can easily be used as the basis for a LoRa mesh network with a bit of extra code and addit
Python Engineering at Microsoft: Python in Visual Studio Code – August 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2020-release/

We are pleased to announce that the August release of the Python Extension for Visual Studio Code is now available. You can  download the Python extension  from the Marketplace, or install it directly
Django Weblog: DjangoCon Australia 2020: Schedule live and tickets on sale 🎟️

Link: https://www.djangoproject.com/weblog/2020/aug/14/djangocon-australia-2020-schedule-live-and-tickets/

The 8th DjangoCon AU was scheduled to be run in Adelaide, South Australia this year. It's been moved to an online event and will take place on September 4th.
DjangoCon AU is organized as a specialist
Codementor: Top 10 Important Uses cases of Python in the Real World

Link: https://www.codementor.io/samwatt/top-10-python-use-cases-and-applications-19bhz2d04j

These top 10 Python uses cases in the real world prove how effective the programming language is. Read the real life uses of Python and implement it in your organization.
Real Python: The Real Python Podcast – Episode #22: Create Cross-Platform Python GUI Apps With BeeWare

Link: https://realpython.com/podcasts/rpp/22/

Do you want to distribute your Python applications to other users who don't have or even use Python? Maybe you're interested in seeing your Python application run on iOS or Android mobile devices. Thi
IslandT: Return how many times each letter shows up in the string by using an asterisk (*)

Link: https://kibiwebgeek.com/return-how-many-times-each-letter-shows-up-in-the-string-by-using-an-asterisk/

Hello people, in this article we will solve the below python problem.
You receive the name of a city as a string, and you need to return a string that shows how many times each letter shows up in the
PyBites: Freezegun - Real Joy for Fake Dates in Python

Link: https://pybit.es/guest-freezegun.html

Introduction
If you've ever tested code involving dates and times in Python you've probably had to mock the datetime module. And if you've mocked the datetime module, at some point it probably mocked
Python Circle: Adding Robots.txt file to Django Application

Link: https://www.pythoncircle.com/post/578/adding-robotstxt-file-to-django-application/

Adding robots.txt file in your Django application, Easiest way to add robots.txt file in Django, Django application robots.txt file, Why should you add robots.txt file in your Django Application,
Python Circle: Server Access Logging in Django using middleware

Link: https://www.pythoncircle.com/post/439/server-access-logging-in-django-using-middleware/

Creating access logs in Django application, Logging using middleware in Django app, Creating custom middleware in Django, Server access logging in Django, Server Access Logging in Django using middlew
Weekly Python StackOverflow Report: (ccxl) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/08/ccxl-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-08-15 12:14:43 GMTWhy does “np.inf // 2” result in NaN and not inf
Catalin George Festila: Python 3.8.5 : The hashlib python package - parts 001.

Link: http://python-catalin.blogspot.com/2020/08/python-385-hashlib-python-package-parts.html

The tutorial for today is about hashlib python module.
The official webpage comes for this python package has this intro:
This module implements a common interface to many different secure hash and me