Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
S. Lott: Over-Solving or Solving Problems You Don't Have

Link: http://slott-softwarearchitect.blogspot.com/2020/06/over-solving-or-solving-problems-you.html

Sometimes we call them "Belt and Braces" solutions. As a former suspenders person who switched to belts, the idea of wearing both is a little like over-engineering. In the unlikely event of catastroph
Janusworx: A Hundred Days of Code, Day 017 - Python, Advanced Objects, Done!

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-017-python-advanced-objects-done/

And we are done with objects!
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
PSF GSoC students blogs: Week 5 Check-in

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

What I have done this week
1. Fixed the bug. The shell script parser exits while parsing complex RUN command. After debugging, I found that function consolidate_commands()  will have a dead loop in th
Catalin George Festila: Python 3.8.2 : The numba python package - part 001 .

Link: http://python-catalin.blogspot.com/2020/07/python-382-numba-python-package-part-001.html

The development of this python package comes with this short intro:
Numba is a just-in-time compiler for Python that works best on code that uses NumPy arrays and functions and loops. The most common
Weekly Python StackOverflow Report: (ccxxxvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/07/ccxxxvii-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-07-26 06:53:34 GMTDiscord.py Glitch or random error: TypeError: __
PSF GSoC students blogs: GSoC: Week 9: ConfigParser()

Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-9-configparser/

What did I do this week?
I have done research on various configuration file formats and compiled outcomes of it in a issue:  Discussion: Configuration file format. Some users recommended INI files bec
PSF GSoC students blogs: [Week 8] Check-in

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

1. What did you do this week?


Control the base of the differentiation.


2. Difficulty
No difficulties this week.
3. What is coming up next?

Publish a simple version of udiff on pypi.
Complete more
PSF GSoC students blogs: Weekly Check-in #9

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

Hello world !
What did you do this week?
There was few details in the code template to get fixed and also some tests were improved. At last the feature to generate the jupyter notebook has merged.
Wha
PSF GSoC students blogs: Weekly Check-in #9

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

Tab UI, TabPanel2D, Tab UI Tutorial.
Hello and welcome to my 9th weekly check-in. I will be sharing my progress with TabUI and its corresponding tutorial. The official repository of my sub-org, FURY c
spikelantern: Simple infinite scroll in Django

Link: https://spikelantern.com/articles/simple-infinite-scroll-in-django/

If you’ve used Twitter, Instagram, or Facebook, you would have used something called “infinite scroll”, sometimes also called “infinite loading” or “endless pagination”.
Basically, it means that once
Catalin George Festila: Python 3.6.9 : My colab tutorials - parts 006 - 007.

Link: http://python-catalin.blogspot.com/2020/07/python-369-my-colab-tutorials-parts-006.html

This tutorial is called: My colab tutorials - parts 006 - 007.
The only reason for synchronization with the source code from my GitHub account on the Colab project.
I like collab more and more because
PSF GSoC students blogs: Week 8 : Testing Phase 1

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-8-testing-phase-1/

Hello Everyone!
What did you do this week?
This week I started working on writing tests. Tests are really important to software development. I read on about Pytest and concepts such as mocking. I had
PSF GSoC students blogs: Weekly Check-In: Week 9

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


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone! 
This week , merging the SDF PR
What did I do this week
Since GSoC started in have been working on adding support f
PSF GSoC students blogs: Weekly Check In #5

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

 
<meta charset="utf-8">
Hello all!
 
The last week went a little slow for me. I had a college thing  to do apart from working on this project which took up some of my time.
I was talking about creati
Janusworx: A Hundred Days of Code, Day 019 - Python Iterators and Generators, Done!

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-019-python-iterators-and-generators-done/

Starting up with the last of the Lerner courses, I got.
Iterators and Generators.
Hopefully I get done with this and use the same intensity with actually writing code.
What shape will that take and ho
PSF GSoC students blogs: GSoC: Week #9

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

Hello!
What did you do this week?
I added ‘nav_shape’ and ‘sig_shape’ parameters for all the formats, implemented reshaping for formats using the general ‘get_tiles’, reworked on the API and the GUI f
PSF GSoC students blogs: Weekly Check-In #5 (19th Jul - 26th Jul)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-5-19th-jul-26th-jul/

So we have almost reached the second stage of evaluation , and the past month did go surprisingly fast. 😅
 
What did you do this week ?
So fixes were made to handle the long and short scale used by d
Janusworx: A Hundred Days of Code, Day 019 - Future Exercise Addendum

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-019-future-exercise-addendum/

Ok, think I have the problem of writing code, licked.
Will start with one problem from all the Lerner Courses, that I still have to do.
And another problem, I ask my friends to give me.
This should
PSF GSoC students blogs: Weekly Check-in #9

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

What did i do this week? 
I worked on wrapping spacy and scikit learn functions as operations. I discussed with my mentors regarding the examples usage of these operations to be added to documentation