Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
ListenData: How to drop 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
Catalin George Festila: Python 3.7.3 : Using the flask - part 013.

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

Flask uses Jinga2 template engine.
The Jinga2 template engine uses the following delimiters for escaping from HTML.
We can use this:
{% ... %} for Statements
{{ ... }} for Expressions to print to the
Weekly Python StackOverflow Report: (cxc) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/08/cxc-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-10 21:33:55 GMTIs there a difference between `board[x, y]` and
TechBeamers Python: Python Map()

Link: https://www.techbeamers.com/python-map-function/

Python map() function applies another function on a given iterable (List/String/Dictionary, etc.) and returns map object. In simple words, it traverses the list, calls the function for each element, a
codingdirectional: Change python string to lower or upper case

Link: http://codingdirectional.info/2019/08/12/change-python-string-to-lower-or-upper-case/

In this article, we will create a function which will take in a string and then change the word within that string to either all uppercases if most of the words within that string are uppercase or all
Talk Python to Me: #225 Can subinterpreters free us from Python's GIL?

Link: https://talkpython.fm/episodes/show/225/can-subinterpreters-free-us-from-python-s-gil

Have you heard that Python is not good for writing concurrent asynchronous code? This is generally a misconception. But there is one class of parallel computing that Python is not good at: CPU bound w
Erik Marsja: Repeated Measures ANOVA in R and Python using afex & pingouin

Link: https://www.marsja.se/repeated-measures-anova-in-r-and-python-afex-pingouin/

In this post we will learn how to carry out repeated measures Analysis of Variance (ANOVA) in R and Python. To be specific, we will use the R package afex and the Python package pingouin to carry out
Podcast.__init__: Learning To Program In Python With CodeGrades

Link: https://www.pythonpodcast.com/codegrades-learn-to-program-episode-224/

With the increasing role of software in our world there has been an accompanying focus on teaching people to program. There are numerous approaches that have been attempted to achieve this goal with v
Real Python: Your Guide to the Python Print Function

Link: https://realpython.com/python-print/

If you’re like most Python users, including me, then you probably started your Python journey by learning about print(). It helped you write your very own hello world one-liner. You can use it to disp
CodeGrades: CodeGrades on Podcast.__init__

Link: https://blog.codegrades.com//post/2019/08/13/podcast_init.html

CodeGrades was recently on the
Podcast.__init__
show where we had lots of fun exploring the links between music and coding
education as a way to explain the concepts behind CodeGrades.



The host, To
Stack Abuse: Using Django Signals to Simplify and Decouple Code

Link: https://stackabuse.com/using-django-signals-to-simplify-and-decouple-code/

Introduction
Systems are getting more complex as time goes by and this warrants the need to decouple systems more. A decoupled system is easier to build, extend, and maintain in the long run since not
Real Python: Traditional Face Detection With Python

Link: https://realpython.com/courses/traditional-face-detection-python/

Computer vision is an exciting and growing field. There are tons of interesting problems to solve! One of them is face detection: the ability of a computer to recognize that a photograph contains a hu
Continuum Analytics Blog: What’s in a Name? Clarifying the Anaconda Metapackage

Link: https://www.anaconda.com/whats-in-a-name-clarifying-the-anaconda-metapackage/

The name “Anaconda” is overloaded in many ways. There’s our company, Anaconda, Inc., the Anaconda Distribution, the anaconda metapackage, Anaconda Enterprise, and several other, sometimes completely u