Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: Webinar: “What It’s Like To Do Instructional Videos on YouTube” with Nelson Jamal

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

Want to learn about producing technical videos on YouTube and gaining an audience? Nelson Jamal, who has experience with both, joins us to take a deep look at his soon-to-be-released PyCharm tutorial
Spyder IDE: New features in Spyder 4's new debugger!

Link: https://www.spyder-ide.org/blog/spyder-debugger/

IPython is a great improvement over the standard Python interpreter, bringing many enhancements such as autocompletion and "magic" commands.
When debugging, however, many of these features become inac
Dataquest: Beginner Python Tutorial: Analyze Your Personal Netflix Data

Link: https://www.dataquest.io/blog/python-tutorial-analyze-personal-netflix-data/

How much time have I spent watching The Office? That's a question that has run through my head repeatedly over the years. The beloved sitcom has been my top "comfort show/background noise" choice for
Real Python: The Real Python Podcast – Episode #34: The Python Modulo Operator & Managing Data With SQLite and SQLAlchemy

Link: https://realpython.com/podcasts/rpp/34/

Are you ready to move beyond flat files for your data in Python? Maybe you're not sure where to start with databases and SQL. This week on the show, David Amos returns with another batch of PyCoder’s
PyCharm: PyCharm 2020.3 EAP #4: Pair Programming, Intelligent Text Proofreading, and More

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

The fourth build of PyCharm 2020.3 is now available in the Early Access Program.
This week’s EAP is devoted to platform-wide features, now bundled in PyCharm: Code With Me, a tool for collaborative d
Matt Layman: User Authentication

Link: https://www.mattlayman.com/understand-django/user-authentication/

In the previous Understand Django article, we learned about the structure of a Django application and how apps are the core components of a Django project. In this article, we’re going to dig into Dja
Weekly Python StackOverflow Report: (ccxlix) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/11/ccxlix-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-11-07 18:30:25 GMTDataframe removes duplicate when certain values
Stack Abuse: Generating Command-Line Interfaces (CLI) with Fire in Python

Link: https://stackabuse.com/generating-command-line-interfaces-cli-with-fire-in-python/

Introduction
A Command-line interface (CLI) is a way to interact with computers using textual commands.
A lot of tools that don't require GUIs are written as CLI tools/utilities. Although Python has t
Chris Moffitt: Comprehensive Guide to Grouping and Aggregating with Pandas

Link: https://pbpython.com/groupby-agg.html


Introduction
One of the most basic analysis functions is grouping and aggregating data. In some cases,
this level of analysis may be sufficient to answer business questions. In other instances,
this
Real Python: Use Sentiment Analysis With Python to Classify Movie Reviews

Link: https://realpython.com/sentiment-analysis-python/

Sentiment analysis is a powerful tool that allows computers to understand the underlying subjective tone of a piece of writing. This is something that humans have difficulty with, and as you might ima
ListenData: Translating Web Page while Scraping

Link: https://www.listendata.com/2020/10/translating-web-page-while-scraping.html

Suppose you need to scrape data from a website after translating the web page in R and Python. In google chrome, there is an option (or functionality) to translate any foreign language. If you are an
Montreal Python User Group: Montréal-Python #81– Libation Ocre

Link: https://montrealpython.org/en/2020/11/mp-81/

Surrounded by a cloud of nutmeg and cinnamon fragrances, the sorceress puts the final touch to her creation: a potent potion of Pythonism, which promises immunity against perverted classes hierarchies
Talk Python to Me: #289 Disovering exoplanets with Python

Link: https://talkpython.fm/episodes/show/289/disovering-exoplanets-with-python

When I saw the headline "Machine learning algorithm confirms 50 new exoplanets in historic first" I knew the Python angle of this story had to be told! And that's how this episode was born. Join David