Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
ListenData: Python : 10 Ways to Filter Pandas DataFrame

Link: https://www.listendata.com/2019/07/how-to-filter-pandas-dataframe.html

In this article, we will cover various methods to filter pandas dataframe in Python. Data Filtering is one of the most frequent data manipulation operation. It is similar to WHERE clause in SQL or you
Continuum Analytics Blog: How to Build a Custom Anaconda Installer for R

Link: https://www.anaconda.com/how-to-build-custom-installer-for-r/

A frequent question on the Anaconda Community mailing list is how to package R with conda for distribution. Depending on the use case, one option may be to use conda to move environments. This require
PSF GSoC students blogs: Check in: Final

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

1. What did you do this week?

Polished my final evaluation
Started working in how to add Chianti levels and lines to the atomic files (PR #150)
GSoC'19 has ended!

 
2. What is coming up next?
I'll k
Peter Bengtsson: Train your own spell corrector with TextBlob

Link: https://www.peterbe.com/plog/train-your-own-spell-corrector-with-textblob

TextBlob is a wonderful Python library it. It wraps nltk with a really pleasant API. Out of the box, you get a spell-corrector. From the tutorial:

>>> from textblob import TextBlob
>>> b = TextBlob("
Talk Python to Me: #226 Building Flask APIs for data scientists

Link: https://talkpython.fm/episodes/show/226/building-flask-apis-for-data-scientists

If you're a data scientist, how do you deliver your analysis and your models to the people who need them? A really good option is to serve them over Flask as an API. But there are some special conside
Do the work (Janusworx): Generating Markdown from HTML

Link: https://janusworx.com/generating-markdown-from-html/

2019-08-21
Started with the problem,
Need to take in an md file and then generate an html file.
Hint given, use a package from PyPI.
Decided to use the Markdown package from PyPI.
Looks good to me
Catalin George Festila: Python 3.7.3 : Using the flask - part 015.

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

In this tutorial, I will show you how to migrate using the Database Migrations in flask project.
Because my laptop is gone I use my old Linux.
First you need to install these python modules with --use
PSF GSoC students blogs: Final Blog Post GSOC19

Link: https://blogs.python-gsoc.org/en/tomasbs-blog/final-blog-post-gsoc19/

Hi everyone!
 
It’s time for the last GSOC blog. I must say that it has been nice working with all of you. I have learned a lot and faced many professional challenges. In the end it was worth it. I ho
PSF GSoC students blogs: Multi-touch update

Link: https://blogs.python-gsoc.org/en/treamouss-blog/multi-touch-update/

Alas, time has caught up to me. I will not be able to get the touch trackball controls working in time for the submission deadline. Instead, I need to use this remaining time to package up my work and
Weekly Python StackOverflow Report: (cxci) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/08/cxci-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-08-24 20:58:57 GMTConcatenation of the result of a function with a
PSF GSoC students blogs: Week #12

Link: https://blogs.python-gsoc.org/en/js94s-blog/week-12/

I unsuccessfully tried to resolve the issue with dimensions in NMF. The main problem that I was facing was with specifying the correct dimensions for matrix operations within NMF algorithm and I have
PSF GSoC students blogs: GSoC weekly blog

Link: https://blogs.python-gsoc.org/en/kaybs-blog/gsoc-weekly-blog-1/

Hello everyone!
This week is the second last week and next week we will have our final evaluations. This week I just fixed and improved my previous code. 
The other student was working on the Icons ch
PSF GSoC students blogs: GSoC Weekly Checkin

Link: https://blogs.python-gsoc.org/en/kaybs-blog/gsoc-weekly-checkin-2/

Hello everyone!
What did I do this week?
This was the last week of GSoC. I fixed some previous code and some errors with the Icons-picker API. Right now I am working to add Animated Icons support for
Catalin George Festila: Python 3.7.3 : Using the flask - part 016.

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

Today I tested a new feature of Flask version 1.1.1.
[mythcat@desk my_flask]$ pip list | grep Flask
Flask 1.1.1
Flask-Login 0.4.1
Flask-Mail
PSF GSoC students blogs: Final week

Link: https://blogs.python-gsoc.org/en/navaneethsureshs-blog/final-week/

This is going to be blog post about cleaning up the work I was doing and revisiting some old things I have done during the GSoC period.
 
What did I do this week?
I got a patch merged for adding `expe
Do the work (Janusworx): Learning Python

Link: https://janusworx.com/learning-python/

Did I need to read a fifteen hundred page book to learn Python?
At the end of fourteen hundred pages, I can safely assure you, I did not.
If you want to just solve your pressing issues or scratch yo
PSF GSoC students blogs: Final Checkin

Link: https://blogs.python-gsoc.org/en/taapasx28s-blog/final-checkin/

 
Hey everyone! This is my final blog post here. GSoC 19 has finally come to its end. This week I mostly worked on hg abort --update
What did I do this week?
This week I worked on writing intensive-te