Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: PyCharm 2019.2.1

Link: http://feedproxy.google.com/~r/Pycharm/~3/6du8pSD45fM/

PyCharm 2019.2.1 is available now!
New in this Version

PyCharm now recognizes ctypes Arrays so now you won’t get wrong inspection messages when defining or using such arrays.
We had a bug that made T
Brandon Rhodes: Animating Ptolemy’s Equant with Python, SVG, and CSS

Link: http://rhodesmill.org/brandon/2019/animating-the-equant/

You will recall
my previous blog post
that tried to build the necessary scaffolding
for me to finally write up my 2017 PyCon Ireland keynote
on the structure of the Medieval universe.
It ran into seve
Do the work (Janusworx): Au Revoir DTW

Link: https://janusworx.com/au-revoir-dtw/

Decided to pull the plug on the Do the Work blog.
While I wanted to use it for my tiny, crazy, work in progress thoughts, I find that it was increasingly being subsumed by my new shiny Mastodon.
And a
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