Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: PyCharm 2020.3 Overview

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

PyCharm 2020.3 is officially out! In this final major release of 2020, we’ve concentrated on making the general user experience and onboarding process better.
Try it now and let us know what you thin
Python Pool: Numpy Vstack in Python For Different Arrays

Link: https://www.pythonpool.com/numpy-vstack/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-vstack

The numpy module in python consists of so many interesting functions. One such fascinating and time-saving method is the numpy vstack() function. Many times we want to stack different arrays into one
Matt Layman: Finishing Onboarding - Building SaaS #81

Link: https://www.mattlayman.com/building-saas/finishing-onboarding/

In this episode, I completed the last form that completes the last step on my Django app’s onboarding process. We built up the view, wrote the tests, and worked through the templates changes.
I starte
Guido van Rossum: King's Day Speech

Link: http://neopythonic.blogspot.com/2016/04/kings-day-speech.html

Today the Netherlands celebrates King's Day. To honor this tradition, the Dutch embassy in San Francisco invited me to give a "TED talk" to an audience of Dutch and American entrepreneurs. Here's the
Catalin George Festila: Python 3.6.9 : My colab tutorials - part 009.

Link: http://python-catalin.blogspot.com/2020/12/python-369-my-colab-tutorials-part-009.html

I update may colab work and I add new notebooks.
You can see all of these on my GitHub account.
These are examples:
catafest_009.ipynb - show you how to use %% colab features;
catafest_010.ipynb - exa
PyCharm: New Features and Enhancements in the R Plugin 2020.3

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


With the holiday season coming, the R plugin introduces more code assistance and runtime capabilities, UX features, and stability improvements. Try them with the brand new 2020.3 releases of JetBrain
Doug Hellmann: sphinxcontrib.datatemplates 0.7.2

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/zx9IcmOwZJs/

sphinxcontrib.datatemplates is an extension for Sphinx to render parts of reStructuredText pages from data files in formats like JSON, YAML, XML, and CSV. What’s new in 0.7.2? update requirement for s
Real Python: The Real Python Podcast – Episode #38: Looping With enumerate() and Python GUIs With PyQt

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

If you're coming to Python from a different language, you may not know about a useful tool for working with loops, Python's built-in enumerate function. This week on the show, David Amos is here, and
Stack Abuse: Creating Executable Files from Python Scripts with py2exe

Link: https://stackabuse.com/creating-executable-files-from-python-scripts-with-py2exe/

Introduction
Executing Python scripts requires a lot of prerequisites like having Python installed, having a plethora of modules installed, using the command line, etc. while executing an .exe file is
Python Morsels: Accepting Arbitrary Keyword Arguments

Link: https://www.pythonmorsels.com/topics/accepting-arbitrary-keyword-arguments/




Related article:

Keyword (Named) Arguments in Python: How to Use Them
Asterisks in Python: what they are and how to use them
Positional vs Keyword Arguments
Tuple Unpacking
Accepting any number of
Test and Code: 139: Test Automation: Shifting Testing Throughout the Software Lifecycle - Nalin Parbhu

Link: https://testandcode.com/139

Talking with Nalin Parbhu about the software evolution towards more test automation and the creation of Infuse and useMango.
We talk a software development and "shift left" where automated tests and
Weekly Python StackOverflow Report: (ccliii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/12/ccliii-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-12-05 19:55:54 GMTPyCharm venv failed: 'no such option: --build-di
IslandT: Create a chess game project with PyGame

Link: https://kibiwebgeek.com/create-a-chess-game-project-with-pygame/

For those of you who have read my previous article about my desire to create a chess game based on the stockfish chess engine, this one is the continued story from the previous article. In the previou
Catalin George Festila: Python 3.6.9 : My colab tutorials - part 010.

Link: http://python-catalin.blogspot.com/2020/12/python-369-my-colab-tutorials-part-010.html

In this tutorial created with Colab online tool I used HTML and JavaScript source code.
The tutorial is easy to understand and use it.
You can see all my examples of my GitHub repo.
Matt Layman: How To Set Up Tailwind CSS In Django On Heroku

Link: https://www.mattlayman.com/blog/2020/tailwind-django-heroku/

How can you set up Tailwind CSS for your Django app on Heroku? In this article, we’ll see how I did exactly that recently.
I have a side project that uses Tailwind CSS. To get started quickly, I used