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

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

What did I do this week?
Finalised everything! My last PR on scikit operations tutorial got merged and this marks the completion of GSoC project.
What's next?
I will keep contributing to DFFML and hel
PSF GSoC students blogs: Outro

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/outro/




Note: This article's HTML source is exported from reST.  Without necessary CSS, some part might look hideous.  Please consider viewing on my personal blog.

The Look
At the time of writing, impleme
Reuven Lerner: New course: Testing your Python programs with pytest

Link: https://lerner.co.il/2020/08/31/new-course-testing-your-python-programs-with-pytest/



My first job was at a company that wrote software for hospitals. As you can imagine, our work needed to be really reliable — so we had an entire team dedicated to quality assurance (QA). Their job w
PSF GSoC students blogs: Final Work Report - Last Weekly Check-in

Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/final-work-report-last-weekly-check-in/

End of my GSoC journey - 31/08/2020
My GSoC'20 journey end today. This summer was a truly an amazing journey and surely an unforgettable one!
I would like to thank my mentors John Andersen for guiding
PSF GSoC students blogs: GSoC Weekly Blog #7

Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-7/

After 3 months filled with coding, debugging and testing, GSoC'20 has finally come to an end. I spent this last week wrapping up the documentation and finishing up my final submission report for GSoC.
Montreal Python User Group: Quadratic Judo Code Sprint

Link: https://montrealpython.org/en/2020/08/mp-79-sprint/

Montréal-Python 79 doesn't end after our presentation night.
For the whole month of September, we code together on free and open source software in Python. Our effort will be centered on two projects:
PSF GSoC students blogs: From console.log to GSoC 2020

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/from-console-log-to-gsoc-2020/

It is time to share my wonderful journey to Google Summer of Code, tips and tricks to get selected and what all you can do before GSoC to take a step closer to your dream internship or job.
I have wri
Davy Wybiral: A Lesson in LoRa Module P2P Standards (or the Lack Thereof)

Link: https://davywybiral.blogspot.com/2020/08/a-lesson-in-lora-module-p2p-standards.html

I got a handful of LoRa modules from Reyax a while back, the RYLR896 model based on Semtech SX1276 chips. Instead of using an SPI interface they operate over UART using a small set of AT commands. Thi
Podcast.__init__: When, Why, and How To Use Web Scraping In A Nutshell

Link: https://www.pythonpodcast.com/web-scraping-essentials-episode-278/

The internet is a rich source of information, but a majority of it isn't accessible programmatically through APIs or databases. To address that shortcoming there are a variety of web scraping framewor
PSF GSoC students blogs: Weekly Blog Post | GSoc | #14

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

Greetings, People of the world!
Here's my last blog post for GSoC'2020. It has been an amazing journey. Full of learning and excitement every day. Here's a bit about the last week.
1. What did I do th
PSF GSoC students blogs: Final Words

Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/final-words/

Link to final report
Link to repository
Link to production
 
Thank you Python Software Foundation for giving me this incredible opportunity. I got to learn a lot of new things and made several good co
PSF GSoC students blogs: Final Check-in

Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/final-check-in-1/

Hey,
What did I do this week?
Cluster analysis template got merged. Mostly worked on the cluster status info. Also added support for the python script download support.
What's next?
Complete the curre
Codementor: What are good Python interview questions?

Link: https://www.codementor.io/narendranareshit/what-are-good-python-interview-questions-19vsuxuyzc

Before you go in for a python interview, there are a few things which you should know and refresh.
For Better Guidence : https://nareshit.com/python-online-training/
Django Weblog: Django security releases issued: 3.1.1, 3.0.10 and 2.2.16

Link: https://www.djangoproject.com/weblog/2020/sep/01/security-releases/

In accordance with our security release policy, the Django team is issuing
Django 3.1.1,
Django 3.0.10 and
Django 2.2.16.
These releases address the security issue detailed below. We encourage all use
Abhijeet Pal: Django + AJAX : How to use AJAX in Django Templates

Link: https://djangocentral.com/django-ajax-with-jquery/

AJAX or Asynchronous JavaScript And XML is a set of web development techniques using web technologies on the client-side to create asynchronous web requests. In simpler words, AJAX allows web pages to
Reuven Lerner: Master object-oriented Python with Weekly Python Exercise — starting September 8th

Link: https://lerner.co.il/2020/09/01/master-object-oriented-python-with-weekly-python-exercise-starting-september-8th/



Object-oriented programming has been around for several decades. As a result, it has become easier to organize, maintain, and reuse code.
Well, sort of. Perhaps the word “easier” isn’t quite righ