Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: GSoC Weekly Check-In #2

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

What did I do this week?
My plans for this week was to start work on the chat window. However, my mentor had an idea about a nice feature to add in the admin dashboard, so I worked on completing that
PSF GSoC students blogs: Weekly Check-in #3

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

Hello,
Pandemic is continuing its rage. This week is no different than the previous week. Almost everyone is drifting through time-space, without doing anything. Just rewinding the old memories.
 What
PSF GSoC students blogs: Inside look of the EOS feature request system in GSOC’20

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/inside-look-of-the-eos-feature-request-system-in-gsoc20/

Hello everyone! Come join me to catch a glimpse of how things work under the hood in the EOS feature request system. You can enjoy the magic which happens behind the scenes to hold back our pleasing a
Podcast.__init__: Build A Personal Knowledge Store With Topic Modeling In Contextualize

Link: https://www.pythonpodcast.com/contextualize-topic-modeling-episode-267/

Our thought patterns are rarely linear or hierarchical, instead following threads of related topics in unpredictable directions. Topic modeling is an approach to knowledge management which allows for
PSF GSoC students blogs: Week 2 : Complete Migration to Fastkml

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-2-complete-migration-to-fastkml/

Hello there!
The Second week was much tougher than the first. Its becoming tougher and more interesting day by day!
What did you do this week?
In Week #1, I had added Fastkml support to kml overlay. H
PSF GSoC students blogs: GSoC Week 3: try except finally:

Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-3-try-except-finally/

What I did this week?
Last week I discussed that we need to find another charting library because "Pygal" was not up to the mark. So I started looking and found that Plotly can be an option. So I test
PSF GSoC students blogs: GSoC: Week 3: Awaiting the Future

Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-3-awaiting-the-future/

Hello everyone,
What did I do this week?
I have started working on optimizing concurrency of CVE Binary Tool. I am going to use asyncio for IO bound tasks and process pool for long CPU bound tasks. I
Anwesha Das: PyLadies India June meetup

Link: http://anweshadas.in/pyladies-india-june-meetup/

We, PyLadies, have started our journey for quite a sometime now. Every year since 2016, we are growing in numbers and chapters. Currently, we have eight active chapters and counting. The COVID pandemi
Real Python: Python Keywords: An Introduction

Link: https://realpython.com/python-keywords/

Every programming language has special reserved words, or keywords, that have specific meanings and restrictions around how they should be used. Python is no different. Python keywords are the fundame
PyCharm: Tutorial: Visual testing with pytest

Link: http://feedproxy.google.com/~r/Pycharm/~3/htZmBjXz4-E/

If you are like many Python developers out there you LOVE writing code! Tests? Not so much. Whether it’s the concept of testing or the interface of testing tools, testing is a chasm not all developers
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