Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: More capabilities for remote development with the R plugin

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

It has been a long time since our previous update. This release of the R plugin comes with enhancements and stability improvements as well as with the new features for remote work. Also, in this relea
Real Python: Python's None: Null in Python

Link: https://realpython.com/courses/python-none/

If you have experience with other programming languages, like C or Java, then you’ve probably heard of the concept of null. Many languages use this to represent a pointer that doesn’t point to anythin
PyCoder’s Weekly: Issue #431 (July 28, 2020)

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

#431 – JULY 28, 2020 View in Browser » Python Packages: Five Real Python Favorites In this tutorial, several Real Python authors share Python packages we like to use as alternatives to modules i
Doug Hellmann: sphinxcontrib-spelling 5.2.0

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

sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. New Features The builder is now registered using an entry p
Exxact Corp: PyTorch 1.6.0 Now Available

Link: https://blog.exxactcorp.com/pytorch-1-6-0-now-available/?utm_medium=Feed&utm_source=Syndication

PyTorch is a widely used, open source deep learning platform used for easily writing neural network layers in Python enabling a seamless workflow from research to production. Based on Torch, PyTorch h
PSF GSoC students blogs: Week 8 Check-in

Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-8-check-in-2/

What did you do this week?
This week I started a new PR that adds multimethods for indexing routines. The multimethods added so far are the following:
Genenating index arrays

indices
ix_
ravel_multi_
PSF GSoC students blogs: Week 9 Check In!

Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-9-check-in/

Hello everyone
Another week passed and here I am with another blog.
The last week, unfortunately, was not productive as I did not contribute much to the panda3d project due to my university exams, whi
Andre Roberge: HackInScience: friendly Python learning

Link: https://aroberge.blogspot.com/2020/07/hackinscience-friendly-python-learning.html

A short while ago I discovered HackInScience, a fantastic site for learning Python by doing exercises. It currently includes 68 programming exercises, with increasing level of difficulty.I learned abo
Stack Abuse: Deep Learning in Keras - Data Preprocessing

Link: https://stackabuse.com/deep-learning-in-keras-data-preprocessing/

Introduction
Deep learning is one of the most interesting and promising areas of artificial intelligence (AI) and machine learning currently. With great advances in technology and algorithms in recent
PyCharm: PyCharm 2020.2 Out Now!

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


Complete the full Pull Request workflow, quickly catch exceptions, and apply project-wide refactorings. All without leaving your IDE. Download the new version now, or upgrade from within PyCharm.
New
Django Weblog: Django Developers Community Survey 2020

Link: https://www.djangoproject.com/weblog/2020/jul/28/community-survey-2020/

We're conducting a seventeen question survey to assess how the community feels about the current Django development process. This was last done in 2015.
Please take a few minutes to complete the 2020
Python Software Foundation: Python Software Foundation Fellow Members for Q2 2020

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ijGVTo7aKv0/python-software-foundation-fellow.html

Let's give a round of applause to our newest PSF Fellow Members for Q2 2020!

Berker Peksag

Twitter, GitHub
David Lord
Twitter, GitHub, Website

Julien Palard
GitHub, Twitter, Mastodon: @mdk@mamot.fr
Janusworx: A Hundred Days of Code, Day 021 - Swing and a miss

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-021-swing-and-a-miss/

Only did about an hour of distracted work and exercises today.
I’ll still count it though.
Tomorrow is another day :)
Real Python: Namespaces and Scope in Python

Link: https://realpython.com/python-namespaces-scope/

This tutorial covers Python namespaces, the structures used to organize the symbolic names assigned to objects in a Python program.
The previous tutorials in this series have emphasized the importance
Codementor: Face Mask Detection using Yolo V3

Link: https://www.codementor.io/edugan28/face-mask-detection-using-yolo-v3-18tpxfjrso

Want to implement Real Time Face Mask detection ? ..
In this post you will see the hand's on Training of yolo v3 using google colab to detect person wearing mask or not .
Matt Layman: Docs, Bugs, and Reports - Building SaaS #66

Link: https://www.mattlayman.com/building-saas/docs-bugs-reports/

In this episode, I created documentation for anyone interested in trying out the application. After documenting the setup, I moved on to fixing a bug with the scheduling display of courses. In the lat
PSF GSoC students blogs: Weekly Check-in #9

Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-9-7/

<meta charset="utf-8">
What did I do this week?
I added support for Immediate response in the HTTP server. I also
added a new command-line option, so that we can run dataflow without
the need for Sour
PSF GSoC students blogs: Weekly Check In - 8

Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-8-7/

What did I do till now?
Last week I added tests for H2Agent and H2DownloaderHandler
What's coming up next?
Next week I plan to continue working on ScrapyTunnelingH2Agent.
Did I get stuck anywhere?
Yes
Janusworx: A Hundred Days of Code, Day 022 - Getting into the Groove

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-022-getting-into-the-groove/

Did the same time as yesterday.
Only about an hour.
Was much more prodcutive though.
Getting the hang of how to sit and program and work through things I do not know.
Gaining a bit of experience wit