Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyBites: PyBites Twitter Digest - Issue 36, 2018

Link: https://pybit.es/twitter_digest_201836.html

Pycon US 2019 registration is open! Get your early bird tickets now!
Registration for @pycon 2019 is open & once again we are selling the first 800 tickets at a discounted rate! Don't… https://t.co/ck
Podcast.__init__: Entity Extraction, Document Processing, And Knowledge Graphs For Investigative Journalists with Friedrich Lindenberg

Link: https://www.podcastinit.com/aleph-with-friedrich-lindenberg-episode-186/

Investigative reporters have a challenging task of identifying complex networks of people, places, and events gleaned from a mixed collection of sources. Turning those various documents, electronic re
Mike Driscoll: PyDev of the Week: Mike Müller

Link: http://www.blog.pythonlibrary.org/2018/11/19/pydev-of-the-week-mike-muller/

This week we welcome Mike Müller (@pyacademy) as our PyDev of the Week. Mike is the creator of Python Academy and has been teaching Python for over 14 years. Mike has spoken at PyCon for several years
gamingdirectional: Create Enemy Missile and Enemy Missile Manager

Link: http://gamingdirectional.com/blog/2018/11/19/pygame-python-7/

In this article we will create two new classes, enemy missile class and the enemy missile manager class. The enemy missile manager class will be called during each game loop by the enemy manager class
Test and Code: 53: Seven Databases in Seven Weeks - Luc Perkins

Link: https://testandcode.com/53

Luc Perkins joins the show to talk about "Seven Databases in Seven Weeks: A guide to modern databases and the NoSQL movement."
We discuss a bit about each database: Redis, Neo4J, CouchDB, MongoDB, HB
The Digital Cat: Clean architectures in Python: a step-by-step example

Link: http://blog.thedigitalcatonline.com/blog/2016/11/14/clean-architectures-in-python-a-step-by-step-example/

In 2015 I was introduced by my friend Roberto Ciatti to the concept of Clean Architecture, as it is called by Robert Martin. The well-known Uncle Bob talks a lot about this concept at conferences and
Anwesha Das: Setting up Qubes OS mirror at dgplug.org

Link: http://anweshadas.in/setting-up-qubes-os-mirror-at-dgplug-org/

I am trying to work on my sys-admin skills for a some time now. I was already maintaining my own blog, I was pondering to learn
Ansible. DGPLUG was planning to create a new Qubes OS mirror. So I to
Matt Layman: Building SaaS with Python on Twitch

Link: https://www.mattlayman.com/blog/2018/building-saas-on-twitch/

I started streaming on Twitch. The stream covers how to build a Software as a Service (SaaS) with Python using Django.
The stream runs at 9pm Eastern time on Wednesday most weeks.
I show developers
Real Python: Interactive Data Visualization in Python With Bokeh

Link: https://realpython.com/python-data-visualization-bokeh/

Bokeh prides itself on being a library for interactive data visualization.
Unlike popular counterparts in the Python visualization space, like Matplotlib and Seaborn, Bokeh renders its graphics using
Codementor: Graceful Data Ingestion with SQLAlchemy and Pandas

Link: https://www.codementor.io/bruce3557/graceful-data-ingestion-with-sqlalchemy-and-pandas-pft7ddcy6

When the data size is not large enough to use distributed computing frameworks (like Apache Spark), processing data in a machine with pandas is an efficient way. But how to insert data with...
PyCharm: Webinar: “Automating Build, Test and Release Workflows with tox” with Oliver Bestwalter

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

Python’s tox project is a critical tool for quality software production. Most of our users and customers know about it, but haven’t made the time to learn it.
This webinar’s for you. Oliver Bestwalter
Simple is Better Than Complex: Launching our Community Forum

Link: https://simpleisbetterthancomplex.com/announcements/2018/11/19/launching-our-community-forum.html

This is a short post just to announce today I’m releasing a community forum
for the simpleisbetterthancomplex.com readers! And I want you to be part of it.
I decided to create this community forum for
Python Software Foundation: PyPI Security and Accessibility Q1 2019 Request for Proposals period opens.

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/-mPHhqdPknk/pypi-security-and-accessibility-q1-2019.html

The Python Software Foundation Packaging Working Group has applied for and received a commitment from the Open Technology Fund to fulfill a contract via their Core Infrastructure Fund.
The Python Pack
NumFOCUS: NumFOCUS Funds Open Source Projects through Small Development Grants – Fall 2018

Link: https://numfocus.org/blog/fall-2018-open-source-development-grants

The post NumFOCUS Funds Open Source Projects through Small Development Grants – Fall 2018 appeared first on NumFOCUS.
Kushal Das: PyPI and gpg signed packages

Link: https://kushaldas.in/posts/pypi-and-gpg-signed-packages.html


Yesterday night, on #pypa IRC channel, asked about uploading detached
gpg signatures for the packages. According to , twine did not upload
the signature, even with passing -s as an argument. I tried
Semaphore Community: Generating Fake Data for Python Unit Tests with Faker

Link: https://semaphoreci.com/community/tutorials/generating-fake-data-for-python-unit-tests-with-faker

This article is brought with to you by Semaphore.Introduction
When writing unit tests, you might come across a situation where you need to
generate test data or use some dummy data in your tests. If
Chris Moffitt: Building a Repeatable Data Analysis Process with Jupyter Notebooks

Link: http://pbpython.com/notebook-process.html


Introduction
Over the past couple of months, there has been an ongoing discussion about Jupyter Notebooks
affectionately called the “Notebook Wars”. The genesis of the discussion is Joel Grus’
presen
gamingdirectional: Create the Overlap class for Pygame project

Link: http://gamingdirectional.com/blog/2018/11/20/pygame-python-8/

Hello there, sorry for a little bit late today because I am busy setting up my old website which is now ready for me to add in more articles into it, if you are interested in more programming articles
Mike Driscoll: Python 101: Episode #34 – The SQLAlchemy Package

Link: http://www.blog.pythonlibrary.org/2018/11/20/python-101-episode-34-the-sqlalchemy-package/

In this screencast, we learn about the popular SQLAlchemy package. SQLAlchemy is an Object Relational Mapper for Python that allows you to interface with databases in a “Pythonic” manner.

You can als