Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCon: PyCon 2019 Code of Conduct Transparency Report

Link: https://pycon.blogspot.com/2019/06/pycon-2019-code-of-conduct-transparency.html

PyCon 2019 Transparency ReportThe PyCon Code of Conduct sets standards for how our community interacts with others during the conference. A Code of Conduct without appropriate reporting and response p
EuroPython Society: Invitation to the EuroPython Society General Assembly 2019

Link: https://www.europython-society.org/post/185868682920

We would like to invite all EuroPython attendees and EuroPython Society (EPS) members to attend this year’s EPS General Assembly (GA), which we will run as in-person meeting at the upcoming EuroPython
Marius Gedminas: New laptop: ThinkPad X390

Link: https://mg.pov.lt/blog/x390.html

The time has come to replace my trusty ThinkPad X220 with something more modern
(that has enough horsepower to run Subnautica). I picked a ThinkPad X390 for
the usual reasons (it’s a ThinkPad, it’s s
IslandT: Have you tried out Thonny?

Link: https://kibiwebgeek.com/2019/06/27/have-you-tried-out-thonny/

Today I have just installed a new Python IDE on my computer, it really looks simple but there are a lot of goodies. First of all, if you have not yet installed Thonny, you can download it from this li
Kushal Das: FreeBSD on a Thinkpad 230

Link: https://kushaldas.in/posts/freebsd-on-a-thinkpad-230.html


From the first-ever conference I attended, I started picking up many tools and
habits from other participants, speakers, and friends. It is still the same with
many new conferences I go to, by meetin
Test and Code: 79: Fixing misinformation about software testing

Link: https://testandcode.com/79

Some information about software testing is just wrong.
I'm not talking about opinions. I have lots of opinions and they differ from other peoples opinions. I'm talking about misinformation and old inf
Stack Abuse: Text Generation with Python and TensorFlow/Keras

Link: https://stackabuse.com/text-generation-with-python-and-tensorflow-keras/

Introduction
Are you interested in using a neural network to generate text? TensorFlow and Keras can be used for some amazing applications of natural language processing techniques, including the gen
PyCharm: PyCharm 2019.2 EAP 5

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

Despite the very sunny weather in Europe tempting us to go outside, we’ve succeeded in getting a build out for you this week. We’d appreciate it if you were to download it from our website.
New in PyC
ListenData: Python Matplotlib Tutorial – Learn Plotting in 3 hours

Link: https://www.listendata.com/2019/06/matplotlib-tutorial-learn-plot-python.html

This tutorial outlines how to perform plotting in python using Matplotlib library. The objective of this post is to get you familiar with the basics and advanced plotting functions of the library. It
Wingware Blog: Extending Wing with Python (Part Three)

Link: https://wingware.com/blog/scripting-3

In this issue of Wing Tips we continue to look at how to extend Wing's
functionality, by taking a look at extension scripts that collect arguments from the user.
This article assumes you already know
EuroPython: EuroPython 2019: Keynotes

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

We are proud to announce our keynote lineup for EuroPython 2019:Getting Your Data Joie De Vivre Back!Most of us work too much and play too little.  When was the last time you smiled at something you m
EuroPython: EuroPython 2019: Introducing MongoDB

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

We are very pleased to have MongoDB as Keystone Sponsor for EuroPython 2019. You can visit them at the most central booth in our exhibit area on the second floor in the Congress Center Basel (CCB), an
EuroPython: EuroPython 2019: Call for On-site Volunteers

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


Ever wanted to help out during Europython ? Do you want to *really* take
part in EuroPython, meet new people and help them at the same time ?We
have just the right thing for you: apply as EuroPytho
Stack Abuse: Python for NLP: Creating a Rule-Based Chatbot

Link: https://stackabuse.com/python-for-nlp-creating-a-rule-based-chatbot/

This is the 12th article in my series of articles on Python for NLP. In the previous article, I briefly explained the different functionalities of the Python's Gensim library. Until now, in this serie
IslandT: Count the pair of duplicate number with Python

Link: https://kibiwebgeek.com/2019/06/28/count-the-pair-of-duplicate-number-with-python/

In this example, we will create a function in Python which will return the total number of duplicate pair of numbers within a list. For example, if we enter [0,0,0,0] into that function it will return
PyCharm: Webinar Recording: “Build-a-GitHub-Bot” with Mariatta Wijaya

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

This week we had a wonderful guest for a truly-useful webinar: Mariatta Wijaya from Zapier showed us how to write bots to automate our GitHub work (as well as “zaps” for just about any service.) The r
ListenData: Importing Data into Python

Link: https://www.listendata.com/2017/02/import-data-in-python.html

This tutorial explains various methods to read data into Python. Data can be in any of the popular formats - CSV, TXT, XLS/XLSX (Excel), sas7bdat (SAS), Stata, Rdata (R) etc. Loading data in python en
ListenData: Python : How to read CSV file with pandas

Link: https://www.listendata.com/2019/06/pandas-read-csv.html

This tutorial explains how to read a CSV file in python using read_csv function of pandas package. Without use of read_csv function, it is not straightforward to import CSV file with python object-ori