Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Janusworx: A Hundred Days of Code, Day 044

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-044/

Continuing the Flask course.
Learnt about seperation of concerns today.
To me that means that I should try to keep related things together and disparate stuff apart.
Case in point, we1 created a sep
Eli Bendersky: You don't need virtualenv in Go

Link: https://eli.thegreenplace.net/2020/you-dont-need-virtualenv-in-go/

Programmers that come to Go from Python often wonder "do I need something like
virtualenv here?"
The short answer is NO; this post will provide some additional details.
While virtualenv in Python is u
Weekly Python StackOverflow Report: (ccxxxii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/06/ccxxxii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-06-13 15:53:42 GMTDoes Python forbid two similarly looking Unicode
Talk Python to Me: #268 Analyzing dozens of notebook environments

Link: https://talkpython.fm/episodes/show/268/analyzing-dozens-of-notebook-environments

Are you using interactive notebooks for your data exploration or day-to-day programming? What environment do you use? Was it Jupyter and now you've made the move to JupyterLab? That's a great choice.
PSF GSoC students blogs: [Week 2] Check-in

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

1. What did you do this week?
This week's main job is to implement the backward propagation. After that, I complete the whole vjp. 
Because of the bad support for figure and code, more detail see: htt
Codementor: Making Python Integers Iterable

Link: https://www.codementor.io/arpitbhayani/making-python-integers-iterable-17er12crq0

Iterables in Python are objects and containers that could be stepped through one item at a time, usually using a for ... in loop. Not all objects can be iterated, for example - we cannot iterate an...
Python Insider: Python 3.9.0b3 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/VCcgeT4Dihg/python-390b3-is-now-available-for.html


On behalf of the entire Python development community, and the currently
serving Python release team in particular, I’m pleased to announce the
release of Python 3.9.0b3. Get it here:

https://www.p
PSF GSoC students blogs: Weekly Check-in #3

Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-3-4/

Welcome to second week of coding!!
Hello and welcome to my third weekly check-in, I will be sharing my progress with the project so far. In case you wondered, the sub-org that I am affiliated to is FU
PSF GSoC students blogs: Weekly Check-In: Week 3

Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-3/


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey ! 
This week, Raymarching!
What did I do this week
This was an exciting week as i got to learn and implement the ray marching
PSF GSoC students blogs: Week 2 Check-in

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

What I have done this week
This week, I have finished the spliting part of the concatenated into variable, command, branch and loop, and preparing for futher review. 
In the spliting part, the concept
Moshe Zadka: Conditionally Logging Expensive Tasks

Link: https://orbifold.xyz/logging-expensive.html

(I have shown this technique in my
mailing list.
If this kind of thing seems interesting,
why not subscribe?)
Imagine you want to log something that is,
potentially,
expensive to calculate.
For exampl
PSF GSoC students blogs: Weekly Check-In #2 ( 7th Jun - 14th Jun )

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-2-7th-jun-14th-jun/

Hey back with the second check in blog covering week 2.

What did you do this week ?
Fixes and features - still tweaking the number parser library now it handles multiple numbers (not separated by a
PSF GSoC students blogs: GSoC: Week #3

Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-3/

Hi!
What did you do this week?
Last week’s manual sync feature wasn’t correct as the partitions are supposed to span the missing data and ignore the tiles, not just skip the missing frames. So I fixed
Daniel Nouri: Search your favorited tweets and articles with Twitter Discover

Link: http://danielnouri.org/notes/2020/06/14/search-your-favorited-tweets-and-articles-with-twitter-discover


If you're like me, you use Twitter's likes or favorites as bookmarks,
to help you come back to a tweet or article later. If you're also
like me, you've been using Twitter way too much and after more
Kushal Das: Curious case of image based email signatures and Kmail

Link: https://kushaldas.in/posts/curious-case-of-image-based-email-signatures.html


We already talk about why HTML emails are
bad, but that is the
default in most of the email service providers. HTML emails means some code is
getting executed and rendered on your system. Maybe on a
Janusworx: A Hundred Days of Code, Day 045

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-045/

Follow my whole plodding journey here.
Wrote a basic login form today.
Short story short, it shows up, but it does not respond like Miguel shows in the course. It justs sits there … staring back at m
Erik Marsja: How to Convert JSON to Excel in Python with Pandas

Link: https://www.marsja.se/how-to-convert-json-to-excel-python-pandas/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-convert-json-to-excel-python-pandas

The post How to Convert JSON to Excel in Python with Pandas appeared first on Erik Marsja.
In this Pandas tutorial, we will learn how to import data from JSON to Excel in Python. This guide will cover
Django Weblog: Django 3.1 beta 1 released

Link: https://www.djangoproject.com/weblog/2020/jun/15/django-31-beta-1-released/

Django 3.1 beta 1 is now available. It represents the second stage in the 3.1 release cycle and is an opportunity for you to try out the changes coming in Django 3.1.
Django 3.1 has a potpourri of new