Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Artem Golubin: Extracting text from HTML in Python: a very fast approach

Link: http://rushter.com/blog/python-fast-html-parser/

When working with NLP problems, sometimes you need a large corpus of text. The internet is the biggest source of text, but unfortunately extracting text from arbitrary HTML pages is a hard and painful
Amit Saha: PYCON US 2018 talk: Counter, Gauge, Upper 90 - Oh my!

Link: https://echorand.me/pycon-us-2018-talk-counter-gauge-upper-90-oh-my.html

In a couple of days, on Saturday, I will be delivering my PYCON US talk titled Counter, Gauge, Upper 90 - Oh my!.
This talk covers my journey into application monitoring in general and Python applica
Mike Driscoll: Determining if all Elements in a List are the Same in Python

Link: http://www.blog.pythonlibrary.org/2018/05/09/determining-if-all-elements-in-a-list-are-the-same-in-python/

Editor’s note: This week we have a guest post from Alex, the CEO of CheckIO
In life we always have options whether we know about them or not. It’s the same with coding. There is a fair amount of diffe
Fabio Zadrozny: Howto launch and debug in VSCode using the debug adapter protocol (part 1)

Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/HZ2RthfXPMY/howto-launch-and-debug-in-vscode-using.html

This is a walkthrough with the steps I'm taking to add support to launch and debug a Python script in PyDev for VSCode (note that I'm writing as I'm learning).The debugger protocol is the protocol use
pgcli: DBCLI demos at PyCon

Link: http://pgcli.com/pycon-2018.html


Do you love colorful, terminal applications?
Are you going to Pycon this year?
You can't afford to miss the DBCLI booth at PyCon.
We are an OpenSource org that builds commandline database clients wit
Codementor: Deploying Mayan EDMS using Docker and MySQL

Link: https://www.codementor.io/robertorosario/mayan-edms-jcpn7hugd

Deploying Mayan EDMS using Docker and MySQL
Python Software Foundation: Updates from Microsoft, PyCon 2018 Keystone Sponsor

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/xsOcjBvqVrM/updates-from-microsoft-pycon-2018.html







Microsoft has been a big supporter of the Python language through sponsored development of Python Tools for Visual Studio, Jupyter, CPython, Azure Machine Learning and organizations such as
EuroPython: EuroPython 2018: Ticket Sales Update

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

Some community members have been wondering why tickets are not available yet. We’d like to update you on the current status.EuroPython is run by the EuroPython Society located in Sweden. However, the
PyCharm: Webinar Recording: “Set Theory and Practice: Grok Pythonic Collection Types” with Luciano Ramalho

Link: http://feedproxy.google.com/~r/Pycharm/~3/m8jDMHd91jU/

Last Wednesday we were fortunate to have Luciano Ramalho with us for a webinar “Set Theory and Practice: Grok Pythonic Collection”, using material from his book Fluent Python. The recording is now ava
Django Weblog: DjangoCon US 2018 Update: CFP Open, Financial Aid App Open, and Tickets On Sale!

Link: https://www.djangoproject.com/weblog/2018/may/09/djangocon-us-2018-update/

In case you missed the news, DjangoCon US 2018 will take place in
sunny San Diego, California, from October 14-19, 2018! We’re pleased to
announce the following items.

Early Bird Tickets On Sale
Earl
Mahmoud Hashemi: Announcing glom: Restructured Data for Python

Link: http://sedimental.org/glom_restructured_data.html

This post introduces glom,
Python's missing operator for nested objects and data.
If you're an easy sell, full API docs and
tutorial are already available at
glom.readthedocs.io.
Harder sells, this 5
Kushal Das: SecureDrop development sprint in PyCon 2018

Link: https://kushaldas.in/posts/securedrop-development-sprint-in-pycon-2018.html



SecureDrop will take part in PyCon
US development sprints (from 14th to 17th May). This
will be first time for the SecureDrop project to present in the sprints.
If you never heard of the project bef
Wesley Chun: Creating Hangouts Chat bots with Python

Link: http://wescpy.blogspot.com/2018/05/creating-hangouts-chat-bots-with-python.html

IntroductionEarlier today at Google I/O, the Hangouts Chat team (including yours truly) delivered a featured talk on the bot framework for Hangouts Chat (talk video here [~40 mins]). If you missed it
Full Stack Python: Full Stack Python at PyCon US 2018

Link: https://www.fullstackpython.com/full-stack-python-pycon-us-2018.html

PyCon US 2018 kicked off today with the
first day of tutorials. I am
flying in tomorrow and will be there through the end of the
weekend. If you're around, come by either the
Twilio booth or the co
BeDjango: What is HUG?

Link: https://www.bedjango.com/blog/what-is-hug/

Hug is an API development framework implemented in Python 3. It is a micro-framework (minimalistic web application framework), which means that it contains as little code and integrations as possible
Stack Abuse: Implementing PCA in Python with Scikit-Learn

Link: http://stackabuse.com/implementing-pca-in-python-with-scikit-learn/

With the availability of high performance CPUs and GPUs, it is pretty much possible to solve every regression, classification, clustering and other related problems using machine learning and deep lea
Django Weblog: DjangoCon Europe 2019 - where will it be?

Link: https://www.djangoproject.com/weblog/2018/may/10/djangocon-europe-2019-where-will-it-be/

Each year, a new volunteer team in the European Django community plans, organises and hosts a DjangoCon Europe.
Hosting a DjangoCon is an ambitious undertaking. It's hard work, but each year it has be
Mycli: DBCLI demos at PyCon

Link: http://mycli.net/pycon-2018.html


Do you love colorful, terminal applications?
Are you going to Pycon this year?
You can't afford to miss the DBCLI booth at PyCon.
We are an OpenSource org that builds commandline database clients wit
DSPIllustrations.com: Schmidl&Cox Synchronization for OFDM

Link: http://dspillustrations.com/pages/posts/misc/schmidlcox-synchronization-for-ofdm.html






The Schmidl & Cox Synchronization Technique for OFDM¶tl;dr: Given some received OFDM signal like the following, how can one know at which point in time the OFDM symbols are located? Or, equivalen
tryexceptpass: Practicality Beats Purity - Microservices vs Monoliths

Link: http://tryexceptpass.org/article/practicality-beats-purity-3/

In recent years there’s a growing trend to move away from large all-in-one applications. These “monoliths”, developed with one codebase and delivered as one large system, are hard to maintain. In thei