Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stack Abuse: Python for NLP: Creating Bag of Words Model from Scratch

Link: https://stackabuse.com/python-for-nlp-creating-bag-of-words-model-from-scratch/

This is the 13th article in my series of articles on Python for NLP. In the previous article, we saw how to create a simple rule-based chatbot that uses cosine similarity between the TF-IDF vectors of
PyCharm: PyCharm 2019.2 goes Beta

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

Today we’re happy to share with you PyCharm 2019.2 Beta, a feature-complete preview of the upcoming release. Be the first one to try all the new functionality – download your PyCharm 2019.2 Beta build
Python Anywhere: System update on 26 June

Link: https://blog.pythonanywhere.com/179/

Our system update on 26 June went pretty smoothly :-) There were a number of useful changes:

Our API now supports uploading, downloading and listing files in your private file storage. We'll be bl
Evennia: Evennia 0.9 released

Link: http://evennia.blogspot.com/2019/07/evennia-09-released.html

Last week we released Evennia 0.9, the next version of the open source Python MU* creation system.This release is the result of about 10 months of development, featuring 771 commits, 70 closed pull re
ListenData: Python Dictionary Comprehension with Examples

Link: https://www.listendata.com/2019/07/python-dictionary-comprehension.html

In this tutorial, we will cover how dictionary comprehension works in Python. It includes various examples which would help you to learn the concept of dictionary comprehension and how it is used in r
Catalin George Festila: Python 3.7.3 : Using itemgetter from operator python module.

Link: http://python-catalin.blogspot.com/2019/07/python-373-using-itemgetter-from.html

The operator module exports a set of efficient functions corresponding to the intrinsic operators of Python. see documentation.
Today I will show you how to use itemgetter from this python module wit
Python Insider: Python 3.8.0b2 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/Xq44of73Mq8/python-380b2-is-now-available-for.html


After a few days of delay, but somewhat cutely timed with the US Independence Day, I present you Python 3.8.0b2:

https://www.python.org/downloads/release/python-380b2/ 



This release is the second
Made With Mu: Alpha 2 Released with Web Mode

Link: https://madewith.mu/mu/users/2019/07/05/alpha2.html

We are delighted to announce the release of Mu 1.1 alpha 2. Visit Mu’s
download page to get installable versions
for Windows and OSX. If you’re on Linux, please run Mu from source by
following these i
Kushal Das: A few bits on tmux

Link: https://kushaldas.in/posts/a-few-bits-on-tmux.html


I don’t remember when I started using
tmux, but, the move from screen to tmux
was quick. I have it installed on all of my systems and VMs. Though I never
bothered to have a proper configuration file,
Talk Python to Me: #219 Take a Python tour of duty at the United States Digital Service

Link: https://talkpython.fm/episodes/show/219/take-a-python-tour-of-duty-at-the-united-states-digital-service

In the US, we have a very interesting civil option that is quite new: The United States Digital Service. This service was created by President Obama to fix broken government software systems such as t
EuroPython Society: List of EPS Board Candidates for 2019/2020

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

At this year’s EuroPython Society General Assembly we will vote in a new board of the EuroPython Society for the term 2019/2020.List of Board CandidatesThe EPS bylaws
require one chair and 2 - 8 board
Stack Abuse: The Python Help System

Link: https://stackabuse.com/the-python-help-system/

When writing and running your Python programs, you may get stuck and need to get help. You may need to know the meaning of certain modules, classes, functions, keywords, etc. The good news is that Pyt
ListenData: Python Data Structures

Link: https://www.listendata.com/2017/06/python-data-structures.html

This post explains the data structures used in Python. It is essential to understand the data structures in a programming language. In python, there are many data structures available. They are as fol
Karim Elghamrawy: Python: Sleep Function Explained

Link: https://www.afternerd.com/blog/python-sleep-function-explained/

In Python, or any other programming language, sometimes you want to add a time delay in your code before you proceed to the next section of the code. If this is what you want to do, then you should us
Catalin George Festila: Python 3.7.3 : Use python with MySQL and MariaDB.

Link: http://python-catalin.blogspot.com/2019/07/python-373-use-python-with-mysql-and.html

If you want to use MariaDB databases with python then you need to install the MySQL.
Use the pip tool to install the mysql-connector-python python module:
C:\Python373\Scripts>pip install mysql-connec
EuroPython: EuroPython 2019: Attendee briefing

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

EuroPython 2019 will start on Monday. Again we will have more than a thousand attendees signed up and we’re looking forward to an exciting conference packed with more than 130 sessions from Monday - S
Weekly Python StackOverflow Report: (clxxxv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/07/clxxxv-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-07-06 15:20:53 GMTEfficient way to read 15 M lines csv files in py
nl-project: Announcing syntreenet: A library to build scalable production rule systems

Link: http://nl-project.blogspot.com/2019/07/announcing-syntreenet-library-to-build.html

Perhaps some of you might be interested in this library I've released, that
can be used to build production rule systems, with the peculiarity that the
cost of matching a fact to the knowledge
Learn PyQt: Your first GUI app with Python and PyQt

Link: https://www.learnpyqt.com/apps/simple-sales-tax-calculator/

This is an updated Qt5 version of the tutorial first seen here.This is a simple step-by-step walkthrough creating a GUI app using Qt Creator and PyQt5. Since GUIs are entirely visual it's hard to conv
IslandT: Create integer list from a number with python

Link: https://kibiwebgeek.com/2019/07/07/create-integer-list-from-a-number-with-python/

Given a number, return a list of integer with python function.
In this chapter, we are given a number and we need to return a list of integer based on that number, for example, number 3 will return a