Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
tryexceptpass: Episode 2 - Writing README files

Link: https://tryexceptpass.org/podcast/ep2-writing-a-readme/

Summary

What’s a README?
Modern day added formatting. Mostly Markdown, sometimes Restructured Text.
What to include in a README?


Name the project
Intro / Summary / Overview
Prerequisites
Installati
PyCharm: PyCharm 2020.1 EAP starts now

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

There are two types of people in the world: those who can wait to open a package they’ve received, and people like me, who need to see what’s inside this very second.
PyCharm isn’t delivered in the ma
Stack Abuse: Text Classification with BERT Tokenizer and TF 2.0 in Python

Link: https://stackabuse.com/text-classification-with-bert-tokenizer-and-tf-2-0-in-python/

This is the 23rd article in my series of articles on Python for NLP. In the previous article of this series, I explained how to perform neural machine translation using seq2seq architecture with Pytho
Real Python: Python Modules and Packages: An Introduction

Link: https://realpython.com/courses/python-modules-packages/

In this course, you’ll learn about Python modules and Python packages, two mechanisms that facilitate modular programming.
Modular programming is the process of breaking a large, unwieldy programming
PyCharm: Webinar Recording: “Advanced Debugging in PyCharm”

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

Last week we held a special webinar for “Advanced Debugging in PyCharm”. Special how? In person, in the St. Petersburg office, with the two PyCharm team members in charge of the debugger, and a huge w
Artem Rys: Why you should use typing for all your Python projects

Link: https://medium.com/python4you/why-you-should-use-typing-for-all-your-python-projects-c3dd47a015af?source=rss----5527f69f4771---4

I am using typing at my work project and now trying to use it for my personal or freelance projects only if it is not a one-time script.Continue reading on python4you »
Go Deh: Three guys on math

Link: http://feedproxy.google.com/~r/GoDeh/~3/Btd9nENExBU/three-guys-on-math.html

Coder:    (In Jeans and T-shirt, next to a cup of coffee) I look down on him (Indicates Excel'r) because I write proper programs. Excel'r:    (Trousers, shirt, no tie) I look up to him (Coder) because
PyCoder’s Weekly: Issue #405 (Jan. 28, 2020)

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

#405 – JANUARY 28, 2020 View in Browser » Python GUI Programming With Tkinter In this article, you’ll learn the basics of GUI programming with Tkinter, the de-facto Python GUI framework. Master
Continuum Analytics Blog: Introducing Anaconda Team Edition: Secure Open-Source Data Science for the Enterprise

Link: https://www.anaconda.com/secure-open-source-data-science-team-edition/

I’m very excited to announce a new addition to Anaconda’s product line — Anaconda Team Edition! For the last few years, Anaconda has offered two products: our free Anaconda Distribution, meant for ind
PyPy Development: Leysin Winter sprint 2020: Feb 29 - March 8th

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/NIBXnG16Ucc/leysin-winter-sprint-2020-feb-28-march.html

The next PyPy sprint will be in Leysin, Switzerland, for the fourteenth
time. This is a fully public sprint: newcomers and topics other than
those proposed below are welcome.




Goals and topics of
Real Python: Python '!=' Is Not 'is not': Comparing Objects in Python

Link: https://realpython.com/python-is-identity-vs-equality/

There’s a subtle difference between the Python identity operator (is) and the equality operator (==). Your code can run fine when you use the Python is operator to compare numbers, until it suddenly d
PyCharm: Webinar: “Security Checks for Python Code” with Anthony Shaw

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

Software has security issues, Python is software, so how do Python developers avoid common traps? In this webinar, Anthony Shaw discusses the topic of security vulnerabilities, how code quality tools
Sumana Harihareswara - Cogito, Ergo Sumana: MOSS Video, BSSw Honorable Mention, and The Maintainership Book I Am Writing

Link: https://www.harihareswara.net/sumana/2020/01/29/0

Video

Mozilla interviewed me about the Python Package Index (PyPI), a USD$170,000 Mozilla Open Source Support award I helped the Python Software Foundation get in 2017, and how we used that money to
testmon: Hidden test dependencies

Link: https://testmon.org/hidden-test-dependencies-intr.html


Tests should be independent, isolated and repeatable. When they are, it's easy to run just one of them, run all of them in parallel or use pytest-testmon. But we don't live in an ideal world and many
Wingware: Wing Python IDE 7.2.1 - January 28, 2020

Link: https://wingware.com/news/2020-01-28

Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Erik Marsja: Random Forests (and Extremely) in Python with scikit-learn

Link: https://www.marsja.se/random-forests-and-extremely-in-python-with-scikit-learn/?utm_source=rss&utm_medium=rss&utm_campaign=random-forests-and-extremely-in-python-with-scikit-learn

The post Random Forests (and Extremely) in Python with scikit-learn appeared first on Erik Marsja.
In this guest post, you will learn by example how to do two popular machine learning techniques calle
Wingware: Wing Python IDE 7.2.1 - January 29, 2020

Link: https://wingware.com/news/2020-01-29

Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Continuum Analytics Blog: We’ve Reached a Milestone: pandas 1.0 Is Here

Link: https://www.anaconda.com/pandas-1-0-is-here/

Today the pandas project announced the release of pandas 1.0.0. For more on what’s changed, read through the extensive release notes. We’re particularly excited about Numba-accelerated window operatio
Daniel Roy Greenfeld: Feed Generator

Link:

Late last year I changed my blog engine yet again. I've been happy with it so far, with the exception of XML feeds. The tooling I chose doesn't have good support for feeds, certainly not with the filt
Test and Code: 99: Software Maintenance and Chess

Link: https://testandcode.com/99

I play a form of group chess that has some interesting analogies to software development and maintenance of existing systems. This episode explains group chess and explores a few of those analogies.Sp