Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
RMOTR: Can Anybody Become a Data Scientist?

Link: https://blog.rmotr.com/can-anybody-become-a-data-scientist-f0ce84914c84?source=rss----2e274f91448--python

Photo by Free To Use Sounds on UnsplashHi. My name is Lorelei, I’m a writer, and I know absolutely nothing about coding.Well, that’s not entirely true. I’ve been writing for tech companies for a few y
PSF GSoC students blogs: I'm Not Drowning On My Own

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/i-m-not-drowning-on-my-own/

Cold Water
Hello there! My schoolyear is coming to an end, with some final assignments and group projects left to be done. I for sure underestimated the workload of these and in the last (and probably
PSF GSoC students blogs: Blog post for week 5: Polishing

Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/blog-post-for-week-5-polishing/

Last week was another week of code and documentation polishing. Originally I planned to implement duplicate filtering with external data sources, however, I already did that in week 2 when I evaluated
PSF GSoC students blogs: Weekly Check-in #6

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

Hello,
What did you do this week?
I was looking for a alternate way to convert RST to MD without using Pandoc. Well, there is no current solution without pandoc. So I have to display as raw RST withou
PSF GSoC students blogs: Weekly Blog Post | Gsoc'2020 | #6

Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-2020-6/

<meta charset="utf-8">
Greeting, People of the world!
Our first evaluation took place last week and guess what? I passed it!!! Well, I am pretty excited and happy about it. 
 
1. What did you do this
The Digital Cat: Flask project setup: TDD, Docker, Postgres and more - Part 3

Link: https://www.thedigitalcatonline.com/blog/2020/07/07/flask-project-setup-tdd-docker-postgres-and-more-part-3/

In this series of posts I explore the development of a Flask project with a setup that is built with efficiency and tidiness in mind, using TDD, Docker and Postgres.
Catch-up¶
In the first and second
Everyday Superpowers: Stop working so hard on paths. Get started with pathlib!

Link: https://everydaysuperpowers.dev/articles/stop-working-so-hard-paths-get-started-pathlib/

Most people are working to hard to access files and folders with python. Pathlib makes it so much easier, and I have released two resources to help you get started using it.Read more...
Paolo Amoroso: Repl.it Redesigned the Mobile Experience

Link: http://blog.paoloamoroso.com/2020/07/replit-redesigned-mobile-experience.html

The cloud IDE Repl.it was redesigned to improve the user experience on mobile devices.On smartphones, now the focused REPL pane takes up most of the screen. The redesign takes advantage of native mobi
Erik Marsja: Adding New Columns to a Dataframe in Pandas (with Examples)

Link: https://www.marsja.se/adding-new-columns-dataframe-pandas-examples/?utm_source=rss&utm_medium=rss&utm_campaign=adding-new-columns-dataframe-pandas-examples

The post Adding New Columns to a Dataframe in Pandas (with Examples) appeared first on Erik Marsja.
In this Pandas tutorial, we are going to learn all there is about adding new columns to a dataframe.
Real Python: Pointers and Objects in Python

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

If you’ve ever worked with lower-level languages like C or C++, then you may have heard of pointers. Pointers are essentially variables that hold the memory address of another variable. They allow you
Mike Driscoll: Python 101 – Debugging Your Code with pdb

Link: https://www.blog.pythonlibrary.org/2020/07/07/python-101-debugging-your-code-with-pdb/

Mistakes in your code are known as “bugs”. You will make mistakes. You will make many mistakes, and that’s totally fine. Most of the time, they will be simple mistakes such as typos. But since compute
Doug Hellmann: beagle 0.3.0

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

beagle is a command line tool for querying a hound code search service such as http://codesearch.openstack.org What’s new in 0.3.0? Add repo-pattern usages examples in the doc (contributed by Hervé Be
PSF GSoC students blogs: Week 5 Check-in

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

What did you do this week?
I continued the PR started in the previous week by adding more multimethods for array manipulation. The following multimethods were added:
Tiling arrays

tile
repeat

Adding
PSF GSoC students blogs: Weekly Check-in #6

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

<meta charset="utf-8">
What did I do this week?
Completed the chatbot example and added documentation for the same.
 

<meta charset="utf-8">
What's next?
I'll start working on the second phase of the
Matt Layman: Django Testing Toolbox

Link: https://www.mattlayman.com/blog/2020/django-testing-toolbox/

What are the tools that I use to test a Django app? Let’s find out!
You might say I’m test obsessed. I like having very high automated test coverage. This is especially true when I’m working on solo a
PSF GSoC students blogs: Week 6 Blog

Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-6-blog/

Hello everyone!
So its the beginning of the sixth week. The first evaluation results are out and fortunately, I made it till here. :D
This week I implemented the query functions present in DetourNavMe
PyCoder’s Weekly: Issue #428 (July 7, 2020)

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

#428 – JULY 7, 2020 View in Browser » Announcing Pylance: Fast, Feature-Rich Language Support for Python in Visual Studio Code Pylance is a new Python language server for VS Code based on Micros
Quansight Labs Blog: Writing docs is not just writing docs

Link: https://labs.quansight.org/blog/2020/07/writing-docs-is-not-just-writing-docs/

I joined the Spyder team almost two years ago, and I never thought I was going to end up working on docs. Six months ago I started a project with CAM Gerlach and Carlos Cordoba to improve Spyder’s doc