Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Wingware Blog: Auto-Editing in Wing Pro (Part 1 of 3)

Link: https://wingware.com/blog/wingpro-auto-editing-1

Wing Pro implements a suite of auto-editing operations that take care of common
low-level editing tasks, like moving Python code into a new block, entering invocation
arguments, and maintaining PEP 8
Doing Math with Python: Doing Math with Python in Coder's Bookshelf Humble Bundle

Link: http://doingmathwithpython.github.io/humble-bundle-coders-bookshelf.html

"Doing Math with Python" is part of No Starch Press's "Pay what you want" Coder's Bookshelf Bundle.
Your purchases will help support a charity of your choice.



Get the bundle here!
Continuum Analytics Blog: 3 Ways to Upskill in Python with DataCamp and Anaconda

Link: https://www.anaconda.com/3-ways-to-upskill-in-python-with-datacamp-and-anaconda/

DataCamp is proud to partner with Anaconda to offer eight courses on Conda and Python—in addition to the more than 70 total Python courses in DataCamp’s ever-expanding data science and analytics curri
Wingware Blog: Auto-Editing in Wing Pro (Part 1 of 3)

Link: https://wingide.com/blog/wingpro-auto-editing-1

Wing Pro implements a suite of auto-editing operations that take care of common
low-level editing tasks, like moving Python code into a new block, entering invocation
arguments, and maintaining PEP 8
Shyama Sankar Vellore: Iteration in Python: The for, while, break, and continue statements

Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/DHrsWPod-OI/iteration-in-python-for-while-break-and.html

In this post, we will discuss iterations in Python. We will go over what iteration is, the two types of iterations (definite and indefinite), and the Python statements used for implementing iterations
Test and Code: 70: Non-traditional paths to software and the skills required - Dane Hillard

Link: https://testandcode.com/70

Dane and Brian discuss skills needed for people that become software developers from non-traditional paths.
Dane is also writing a book to address many of these skill gaps, Code Like a Pro, that's cur
Will Kahn-Greene: Code of conduct: supporting in projects

Link: https://bluesock.org/~willkg/blog/mozilla/code_of_conduct.html


CODE_OF_CONDUCT.md
This week, Mozilla added PRs to all the repositories that Mozilla has on GitHub
that aren't forks, Servo, or Rust. The PRs add a CODE_OF_CONDUCT.md file and
also include some instr
Catalin George Festila: Testing the python IMDbPY module with simple commands.

Link: http://python-catalin.blogspot.com/2019/03/testing-python-imdbpy-module-with.html

Today we tested a more innovative but useful method with python aaa mode.
The main reason I used this method is the lack of documentation.
Using this method, we have reached elements related to the us
Davy Wybiral: Arduino-friendly 240x320 LCD Display Tutorial (ILI9341)

Link: http://davywybiral.blogspot.com/2019/03/arduino-friendly-240x320-lcd-display.html

Have you ever needed to add a UI to any of your embedded projects? For instance, maybe you want to display a sensor reading graph or build your own handheld gaming system. In this video I'll take a lo
Shyama Sankar Vellore: Monkey Patching in Python: Explained with Examples

Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/VXUNjYLVAwU/monkey-patching-in-python-explained.html

In this post, we will learn about monkey patching, i.e., how to dynamically update code behavior at runtime. We will also see some useful examples of monkey patching in Python.Table of contentsMonkey
Codementor: Python: trace recursive function

Link: https://www.codementor.io/dmitrybelaventsev/python-trace-recursive-function-tkq79m4so

Let me share example of "pure programming" task, which I've faced recently here, on Codementor. I like how the solution looks like and want to hear your feedback from you.
Weekly Python StackOverflow Report: (clxxi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/03/clxxi-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-03-31 10:06:26 GMTPython: How to get the similar-sounding words to
Abhijeet Pal: Building A Blog Application With Django

Link: https://djangocentral.com/building-a-blog-application-with-django/

In this tutorial, we’ll build a Blog application with Django 2.1 that allows users to create, edit, and delete posts. The homepage will list all blog posts, and there will be a dedicated detail page f
Doug Hellmann: sphinxcontrib-spelling 4.2.1

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/Li_JiQubVCM/

sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 4.2.1? fix remaining logging issue (contribut
Vasudev Ram: rmline: Python command-line utility to remove lines from a file [Rosetta Code solution]

Link: http://jugad2.blogspot.com/2019/04/rmline-python-command-line-utility-to.html

- By Vasudev Ram - Online Python training / SQL training / Linux trainingPipeline image attributionHi readers,Long time no post. Sorry.I saw this programming problem about removing lines from a file o