Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
codingdirectional: Calculate if we have won the lottery with python

Link: http://codingdirectional.info/2019/02/04/calculate-if-we-have-won-the-lottery-with-python/

In this chapter, I will create a method which will accept a list consists of sub-lists as the first input parameter and a number as the second parameter, there are two values in each sub-list, a strin
Python Insider: Python 3.8.0a1 is now available for testing

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

Go get it here:https://www.python.org/downloads/release/python-380a1/The most visible change so far is probably the implementation of PEP 572: Assignment Expressions. For a detailed list of changes, s
Stack Abuse: Linked Lists in Detail with Python Examples: Single Linked Lists

Link: https://stackabuse.com/linked-lists-in-detail-with-python-examples-single-linked-lists/

Linked lists are one of the most commonly used data structures in any programming language. In this article, we will study linked lists in detail. We will see what are the different types of linked li
Stanislas Morbieu: Dense matrices implementation in Python

Link: https://smorbieu.gitlab.io/dense-matrices-implementation-in-python


Machine learning algorithms often use matrices to store data and compute operations such as multiplications or singular value decomposition. The purpose of this article is to see how matrices are imp
Mike Driscoll: Table of Contents for Creating GUI Applications Book

Link: http://www.blog.pythonlibrary.org/2019/02/04/table-of-contents-for-creating-gui-applications-book/

We are coming into the last week of the Kickstarter and I thought I would give you all a quick update. I finished writing up the chapter on creating a calculator today and got started on chapter 7.

I
Yasoob Khalid: Issues with how we teach

Link: https://pythontips.com/2019/02/05/issues-with-how-we-teach/

Throughout my life, I used to ask myself, “How do people invent
something?”. In my case, I was specifically concerned with Maths,
Physics, and Computer Science.
I would ask myself, “I know how to
codingdirectional: Sum of all the non-negative and non-zero numbers in a list

Link: http://codingdirectional.info/2019/02/05/sum-of-all-the-non-negative-and-non-zero-numbers-in-a-list/

Hello, we are supposed to start a new project today but because I am busy doing something else, therefore, I only post a simple solution for one of the questions on codewars. We will start our next py
gamingdirectional: Modify the enemy sprite’s animation

Link: http://gamingdirectional.com/blog/2019/02/05/modify-the-enemy-sprites-animation/

After we have finished creating our first animated enemy sprite in the previous chapter we will need to further modify that animation class because I have found numerous shortages in the previous prog
Stack Abuse: Functional Programming in Python

Link: https://stackabuse.com/functional-programming-in-python/

Introduction
Functional Programming is a popular programming paradigm closely linked to computer science's mathematical foundations. While there is no strict definition of what constitutes a functiona
Codementor: Python NumPy array tutorial

Link: https://www.codementor.io/likegeeks/python-numpy-array-tutorial-rw4gnhfg0

In this tutorial, you'll learn how to perform many Python NumPy array operations such as adding, deleting, sorting, and extracting values, row, and columns.
Programiz: Python RegEx

Link: https://www.programiz.com/python-programming/regex

In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
PyCharm: Webinar: “Demystifying Python’s async and await Keywords” with Michael Kennedy

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

Python has long had a variety of approaches for parallelism, with async/await and asyncio being the modern approach. These topics, though, are difficult to grasp and compare. Want to get to the bottom
Python Software Foundation: Python Developers Survey 2018 Results: Learn about the community

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/S5UQDdinac4/python-developers-survey-2018-results.html

In the fall of 2018, the Python Software Foundation together with JetBrains conducted the official annual Python Developers Survey for the second time. Much like the previous survey, we set out to ide
Mike Driscoll: Getting Started with JupyterLab

Link: http://www.blog.pythonlibrary.org/2019/02/05/getting-started-with-jupyterlab/


JupyterLab is the latest package from Project Jupyter. In some ways, it is kind of a replacement for Jupyter Notebook. However the Jupyter Notebook is a separate project from JupyterLab. I like to th
PyCoder’s Weekly: Issue #354 (Feb. 5, 2019)

Link: https://pycoders.com/issues/354

#354 – FEBRUARY 5, 2019 View in Browser » Wow, so much has happened in the Python world last week! I don’t even know where to begin here… This issue is chock-full of actual Python news and, as us
Anarcat: Debian build helpers: dh dominates

Link: https://anarc.at/blog/2019-02-05-debian-build-systems/

It's been a while since someone did this. Back in 2009, Joey Hess
made a talk at Debconf 9 about debhelper and mentioned in
his slides (PDF) that it was used in most Debian packages. Here
was the rati
Codementor: Odoo v13 Roadmap

Link: https://www.codementor.io/vvgediya/odoo-v13-roadmap-rwsja19bw

The Key Point that comes to the Odoo 13 Roadmap are:
1) Odoo Bank
2) OCR
3) The accountant as a service
4) Integration with recruitment
5) Internet of things
6) Stock Management Enhancement
7)...