Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Week 2 Check-in

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

What did you do this week?
This week I started a PR that further adds multimethods for array creation routines. I'll name the additions according to the NumPy docs sectioning:
Ones and zeros:

identit
PSF GSoC students blogs: Weekly Check-in #2

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

What did I do this week?
Did some code clean up for the pr to be merged. Learnt about plugin management using stevedore and tern uses it to create new formats.
Also did some research on go metadata e
PSF GSoC students blogs: Weekly Check-in #3

Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-3-6/

What did I do this week?
I finished adding the classification models and opened the PR for review. I also worked on Question Answering model but soon realised the complexity of implementing it in Tens
PSF GSoC students blogs: Second Weekly Check-In

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/second-weekly-check-in-1/

Hi everyone and may the odds ever in your favor, especially during this tough time!
What did I do last week?
Not as much I wished, apparently (-:

Finalizing the refactoring patch of operations.prepar
Peter Bengtsson: hashin 0.15.0 now copes nicely with under_scores

Link: https://www.peterbe.com/plog/hashin-0.15.0

tl;dr hashin 0.15.0 makes package comparison agnostic to underscore or hyphens
See issue #116 for a fuller story. Basically, now it doesn't matter if you write...
hashin python_memcached
...or...
hash
PSF GSoC students blogs: Check-in for week 2

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

1. What did you do this week?
I created a new PR that builds on the previous work in the redis branch and introduces the concept of a Persister which abstracts away the current JOBDIR storage mechanis
PSF GSoC students blogs: Weekly Check-in #3

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

<meta charset="utf-8">
 
 
What did I do this week?
I read on implementing a chatbot, regarding a tutorial and realized that it would be too long, and something better would be suitable for the tutori
PSF GSoC students blogs: Weekly Check-in | GSoC'20 | #3

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

<meta charset="utf-8">
Greetings, People of the world!
The second week of the coding period ended this Sunday. 
 
1. What did you do this week?
This week, my UI got a positive response, and I was give
PSF GSoC students blogs: Week 3 checkin

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

Hey everyone
So 2 weeks have already passed and we are into the third week now. Last week I shared about my progess about polymesh generation. The next step was basically polymesh detail generation, w
PSF GSoC students blogs: Weekly Check In - 2

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

What did I do till now?
Add support for both GET and POST requests in the HTTP/2 Client. I read up setting up tests with Twisted. 
Whats coming up next?
Next week I plan to 

Finish up with HTTP/2 Cli
Codementor: Create a crawler: Python OR Octoparse?

Link: https://www.codementor.io/fooyyll/create-a-crawler-python-or-octoparse-17fxmukwvk

If you, a non-programmer need to start a web scraping project for your business purpose, research purpose or some others, this is the right video for you. In this video, we’re going to display the...
Janusworx: A Hundred Days of Code, Day 046

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

Follow my whole plodding flask journey here..
Am still stuck at where I was yesterday.
But made a tiny bit of progress.
Yesterday, it would not even submit the form.
And now I got it to do that.
H
PSF GSoC students blogs: GSoC week 2 check-in

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

This is a quick check-in post to keep the blog count happy (most of this was covered in weekly mentor meeting)
I've wrapped up work on #394 and #396, then started work on #370, #383, #387, and #400.
Ned Batchelder: Math factoid of the day: 58

Link: https://nedbatchelder.com//blog/202006/math_factoid_of_the_day_58.html

58 is the sum of the first seven primes: 2 + 3 + 5 + 7 + 11 + 13 + 17.
Mike Driscoll: Python 101 – Working with Strings (Video)

Link: https://www.blog.pythonlibrary.org/2020/06/16/python-101-working-with-strings-video/

Learn how to use Strings in Python in this screencast.

This video is based on a chapter from my book, Python 101 2nd Edition.
You can read the written version here:

Python 101: Working with Strings
Montreal Python User Group: Montréal-Python 78 – Ingenious Rewrite

Link: https://montrealpython.org/en/2020/06/mp78/

At Montréal-Python, everyone is welcome. As the Python Software Foundation says it very eloquently:

In silence we are complicit. To eradicate racism, xenophobia, and all other forms of inequality,
Chris Rose: direnv and pip-tools together

Link: https://ideas.offby1.net/posts/direnv-and-pip-tools-together.html

I have been experimenting with using pip-tools to manage my python project dependencies. If you're not familiar with it, I encourage you to read Hynek Schlawack's excellent introduction to dependency
Real Python: Python Generators 101

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

Have you ever had to work with a dataset so large that it overwhelmed your machine’s memory? Or maybe you have a complex function that needs to maintain an internal state every time it’s called, but t
Kushal Das: Onion service v2 deprecation timeline

Link: https://kushaldas.in/posts/onion-service-v2-deprecation-timeline.html


On Monday June 15, the developers of the Tor Project announced the initial plan
for the deprecation of Onion services v2. You can identify v2 addresses easily
as they are only 16 character long, wher
Erik Marsja: How to Add Empty Columns to Dataframe with Pandas

Link: https://www.marsja.se/add-empty-columns-to-dataframe-pandas/?utm_source=rss&utm_medium=rss&utm_campaign=add-empty-columns-to-dataframe-pandas

The post How to Add Empty Columns to Dataframe with Pandas appeared first on Erik Marsja.
In this Pandas tutorial, we will go through 3 methods to add empty columns to a dataframe. The methods we are