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: Coding week #8

Link: http://blogs.python-gsoc.org/en/mehaksachdevas-blog/coding-week-8/

What did I do this week?
This week I read and experimented with the literature on Logistic Regression GAMs. After trying many approaches to model a binomial dependent variable, none of those seem to
ListenData: How to drop one or more columns in Pandas Dataframe

Link: https://www.listendata.com/2019/06/pandas-drop-columns-from-dataframe.html

In this tutorial, we will cover how to drop or remove one or multiple columns from pandas dataframe.What is pandas in Python?pandas is a python package for data manipulation. It has several functions
IslandT: Get the market data of cryptocurrency-currency pair

Link: https://kibiwebgeek.com/2019/07/25/get-the-market-data-of-cryptocurrency-currency-pair/

Create a market combo box for all the available currency market.Create a search function to retrieve the cryptocurrency-currency pair data from a particular market.
Hello and welcome back, in this cha
PSF GSoC students blogs: Sphinx Internationalization....

Link: http://blogs.python-gsoc.org/en/atharva_kulkarnis-blog/sphinx-internationalization/

So, after the first phase was over, I was really happy that I had got some work done on my project, and finally could move on to the biggest issue that I was going to face for completing the project -
PyPy Development: PyPy JIT for Aarch64

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/J75JyHzJyMs/pypy-jit-for-aarch64.html


Hello everyone.
We are pleased to announce the availability of the new PyPy for AArch64. This
port brings PyPy's high-performance just-in-time compiler to the AArch64
platform, also known as 64-bit A
PSF GSoC students blogs: Weekly Check-In #7

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

We have come to almost the end of the second phase. We are now spending time on the last few features that needs to be implemented and also the bugs that have come up in the recent past.
First of all
Python Circle: Python Script 1: Convert ebooks from epub to mobi format

Link: https://www.pythoncircle.com/post/212/python-script-1-convert-ebooks-from-epub-to-mobi-format/

Python script to convert the ebooks from one format to another in bulk, Automated book conversion to kindle format, Free kindle ebook format conversion, automating the book format conversion, python c
Python Circle: try .. except .. else .. in python with example

Link: https://www.pythoncircle.com/post/664/try-except-else-in-python-with-example/

how to use else clause with try except in python, when to use else clause with try except in python, try except else finally clauses in python, try except else example in python,
Catalin George Festila: Python 3.7.3 : Using the flask - part 002.

Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-002.html

Let's see some tips for starting any project with flask python module.
Use these python modules to work with databases: flask-sqlalchemy and flask_marshmallow.
The Flask-SQLAlchemy is an extension for
PSF GSoC students blogs: We are almost there now!

Link: http://blogs.python-gsoc.org/en/sounak98s-blog/we-are-almost-there-now/

Yes, we have almost finished implementing all the functionalities! It feels kinda sad that GSoC is going to end in a matter of weeks now. But nevertheless, this experience has been an enriching one fo
PSF GSoC students blogs: Weekly Check-In #8

Link: http://blogs.python-gsoc.org/en/sounak98s-blog/weekly-check-in-8/

A lot of fixes and new features came up this week. It was kind of a busy week.
We mostly worked on Search Engine Optimization (yes, SEO). We didn't really change any content but added appropriate meta
PSF GSoC students blogs: SEO 101: Creating custom sitemap using django

Link: http://blogs.python-gsoc.org/en/sounak98s-blog/seo-101-creating-custom-sitemap-using-django/

I must agree I was pretty impatient to use the codesnippet plugin on this editor.
print("tada!")
Well, a couple of days back I was trying to find a way to create sitemaps in django. One way is to use
PSF GSoC students blogs: Embed Google Calendar like a Pro

Link: http://blogs.python-gsoc.org/en/sounak98s-blog/embed-google-calendar-like-a-pro/

Have you ever tried to embed a Google Calendar in your site only to find it's not responsive for mobiles and you need to scroll left and right? Well, I'm gonna share a simple solution which will work.
Wingware News: Wing Python IDE 7.1 - July 25, 2019

Link: https://wingware.com/news/2019-07-25

Wing 7.1 adds support for Python 3.8, warns about unused symbols, improves code warnings
configuration, adds new auto-completer, project, and source browser icons, supports
Dark Mode on OS X, and make
PSF GSoC students blogs: Weekly Check-in #7 & #8

Link: http://blogs.python-gsoc.org/en/treamouss-blog/weekly-check-in-7-8/

Hello!
I have been quite busy these past two weeks. I have been working on fleshing out a design for Panda's multitouch support, along with trying to get a deployment pipeline working on iOS. I got Tr
Stefan Behnel: Faster XML stream processing in Python

Link: http://blog.behnel.de/posts/faster-xml-stream-processing-in-python.html

It's been a while since I last wrote something about processing XML, specifically
about finding something in XML.
Recently, I read a blog post by Eli Bendersky about
faster XML processing in Go,
and h
ListenData: Importing Data into Python

Link: https://www.listendata.com/2017/02/import-data-in-python.html

This tutorial explains various methods to read data into Python. Data can be in any of the popular formats - CSV, TXT, XLS/XLSX (Excel), sas7bdat (SAS), Stata, Rdata (R) etc. Loading data in python en
Stack Abuse: Creating Python GUI Applications with wxPython

Link: https://stackabuse.com/creating-python-gui-applications-with-wxpython/

Introduction
In this tutorial, we're going to learn how to use wxPython library for developing Graphical User Interfaces (GUI) for desktop applications in Python. GUI is the part of your application w
PSF GSoC students blogs: Week 8

Link: http://blogs.python-gsoc.org/en/wzao1515s-blog/week-8-1/

Last week, I implemented multithread scanning with John's help. At first, I thought the logic was to create a function that instantiates a database everytime and close it finally, but that would also