Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: The ebooklib python module .

Link: http://python-catalin.blogspot.com/2018/01/the-ebooklib-python-module.html

Happy new year 2018! The official webpage of this python module comes with this intro:EbookLib is a Python library for managing EPUB2/EPUB3 and Kindle files. It's capable of reading and writing EPUB f
Catalin George Festila: Python 2.7 : InsecurePlatformWarning error.

Link: http://python-catalin.blogspot.com/2018/01/python-27-insecureplatformwarning-error.html

This is not a common error and can be solve it easy like any python issue.The result of this error can be shown like into the next example:c:\python27\lib\site-packages\pip\_vendor\requests\packages\u
Catalin George Festila: Python 2.7 : Python and BigQuery service object.

Link: http://python-catalin.blogspot.com/2018/01/python-27-python-and-bigquery-service.html

Here's another tutorial about python and google. I thought it would be useful for the beginning of 2018.The Google team tell us:What is BigQuery?Storing and querying massive datasets can be time consu
Catalin George Festila: The trinket website for learning.

Link: http://python-catalin.blogspot.com/2018/01/the-trinket-website-for-learning.html

This website comes with this feature:Trinket lets you run and write code in any browser, on any device.Trinkets work instantly, with no need to log in, download plugins, or install software.Easily sha
Catalin George Festila: The collections python module .

Link: http://python-catalin.blogspot.com/2018/02/the-collections-python-module.html

This module named collections implements some nice data structures which will help you to solve various real-life problems.Let's start to see the content of this python module:C:\Users\catafest>python
Catalin George Festila: Use IMDB website with IMDbPY python module .

Link: http://python-catalin.blogspot.com/2018/02/use-imdb-website-with-imdbpy-python.html

This python package is written in pure Python 3 to access the IMDb's database and used it.You can read about this python module from GitHub docs webpageThe development team comes with this DISCLAIMER:
Catalin George Festila: News: The Spyder IDE - new release .

Link: http://python-catalin.blogspot.com/2018/03/news-spyder-ide-new-release.html

Many python users use the Spyder IDE.This IDE comes with many features and is easy to use, see Wikipedia page:Spyder (formerly Pydee[3]) is an open-source cross-platform integrated development environ
Catalin George Festila: The regex online tool for python and any programming languages.

Link: http://python-catalin.blogspot.com/2018/03/the-regex-online-tool-for-python-and.html

Today I tested this online tool.Is a tool for a regular expression (regex or regexp for short) for many programming languages.These programming languages are php, javascript, golang and python.The too
Catalin George Festila: The Google Cloud SDK - part 003 .

Link: http://python-catalin.blogspot.com/2018/03/the-google-cloud-sdk-part-003.html

The webapp2 is a lightweight Python web framework compatible with Google App Engine’s.The webapp2 project, by Rodrigo Moraes, started as a fork of the App Engine web app framework.The webapp2 includes
Catalin George Festila: The jdoodle online tool for python 3.

Link: http://python-catalin.blogspot.com/2018/04/the-jdoodle-online-tool-for-python-3.html

This online tool from jdoodle website lets you to programming online with python 3 version.To see all python modules used by this editor just add this python script and use Execute button.import sysim
Catalin George Festila: Python Qt5 - menu example.

Link: http://python-catalin.blogspot.com/2018/04/python-qt5-menu-example.html

This simple tutorial is about PyQt5 and menu window example.I have a similar example with Qt4 on this blog.The main reason for this tutorial comes from the idea of simplicity and reuse the source code
Catalin George Festila: Windows - test Django version 2.1.1 .

Link: http://python-catalin.blogspot.com/2018/09/windows-test-django-version-211.html

I used python version 3.6.4 to test the last Django framework version.Add your python to the path environment variable under Windows O.S.Create your working folder:C:\Python364>mkdir mywebsiteGo to th
Catalin George Festila: Python 2.7 : Python geocoding without key.

Link: http://python-catalin.blogspot.com/2018/09/python-27-python-geocoding-without-key.html

Today I will come with a simple example about geocoding.I used JSON and requests python modules and python version 2.7.About geocoding I use this service provide by datasciencetoolkit.You can use this
Tim Golden: Teaching with Mu

Link: http://ramblings.tjg.org.uk/posts/teaching-with-mu/

At the club I help to run I started this week what I hope will be a regular
coding session using Python and, of course, the Mu editor. I'm competing
directly with the regular football slot, so I'm not
Django Weblog: DjangoCon Europe 2019 Announcement & Call for volunteers

Link: https://www.djangoproject.com/weblog/2018/oct/21/djangocon-europe-2019/

We are happy to announce that the 2019 DjangoCon Europe will be held in Copenhagen, Denmark. An early announcement has been posted on https://2019.djangocon.eu/ and more details will follow. We are a
"Morphex's Blogologue": A surveillance app (Python tree here I come!)

Link: http://blogologue.com/blog_entry?id=1537135721X17

So, lately I've been taking it very easy on the activities front, since I've had a court-related matter to get to see the kids.So I've had some ideas, urges etc. to do technical stuff, artsy stuff etc
Mike Driscoll: PyDev of the Week: Philip Guo

Link: http://www.blog.pythonlibrary.org/2018/10/22/pydev-of-the-week-philip-guo/

This week we welcome Philip Guo (@pgbovine) as our PyDev of the Week! Philip is the creator of the popular Python Tutor website and a professor at UC San Diego in the cognitive science and computer sc
Python Software Foundation: 2018 PSF Recurring Giving Campaign

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/EUvHynciWIk/2018-psf-recurring-giving-campaign.html

The PSF is launching an end-of-year fundraising drive to build a sustainable community of supporters. Our goal is to raise $30,000! You can help by signing up to give monthly or if you’re already a su
Graham Dumpleton: Packaging mod_wsgi into a zipapp using shiv.

Link: http://blog.dscpl.com.au/2018/10/packaging-modwsgi-into-zipapp-using-shiv.html

At the recent DjangoCon US conference, Peter Baumgartner presented a talk titled Containerless Django: Deploying without Docker. In the talk Peter described what a zipapp (executable Python zip archiv