Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Bytes: #207 FastAPI as a web platform (not just APIs)

Link: https://pythonbytes.fm/episodes/show/207/fastapi-as-a-web-platform-not-just-apis

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://testandcode.com
Daniel Bader: Basic Object-Oriented Programming (OOP) Concepts in Python

Link: https://dbader.org/blog/python-oop-intro

Basic Object-Oriented Programming (OOP) Concepts in Python
In this article you’ll learn the fundamentals of object-oriented programming (OOP) in Python and how to work with classes, objects, and const
Weekly Python StackOverflow Report: (ccl) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/11/ccl-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-14 13:44:02 GMTRunning Ruby, Node, Python and Docker on the new
Evennia: Evennia 0.9.5 released!

Link: http://evennia.blogspot.com/2020/11/evennia-095-released.html

 As of today, Evennia 0.9.5 is out. Evennia is a Python based library and framework for creating text-based multiplayer games (MUD/MU*). This is a gradual improvement halfway between 0.9 and the upcom
IslandT: Find the averages of an array with Python

Link: https://kibiwebgeek.com/find-the-averages-of-an-array-with-python/

It’s the academic year’s end, the fateful moment of your school report. The averages must be calculated. All the students come to you and entreat you to calculate their average for them. Create a pyth
Nikola: Nikola v8.1.2 is out!

Link: https://getnikola.com/blog/nikola-v812-is-out.html

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.2. This release has a bunch of new features,
fixes some bugs, and improves compatibility with some depe
Zato Blog: Complex cloud API integrations made easy

Link: https://zato.io/blog/posts/cloud-made-easy.html

Cloud-based connections are a staple of modern API integrations - this article shows how, in just a few lines of Python code,
Zato makes their usage easy, convenient and extremely effective.



Overv
EuroPython: EuroPython “Ask me Anything” - November Edition

Link: https://blog.europython.eu/post/634934022827622400

Dear Community,after our first successful “Ask me Anything” (AMA) session in September we want to run another meeting this Thursday to answer any questions you may have, share our knowledge or help yo
Learn PyQt: The QResource System — Using the QResource system to package additional data with your applications

Link: https://www.learnpyqt.com/tutorials/qresource-system/

Building applications takes more than just code. Usually your interface will need icons for actions, you may want to add illustrations or branding logos, or perhaps your application will need to load
Matt Layman: Make A Hugo Static Blog Inside A Django App

Link: https://www.mattlayman.com/blog/2020/hugo-blog-in-django-app/

I have a side project and I’d like to do some content marketing to potential customers to show how my product is useful. To do this, I need a blog for my project.
Maybe you need a blog for your projec
Janusworx: A Day of Updates

Link: https://janusworx.com/blog/a-day-of-updates/

Could not focus much on programming today.
So decided on doing things with Python programs.
Nikola Upgrade
I use Nikola to generate both my websites.
It is an extremely easy to use, no fuss static s
Codementor: How and why I built Trade Management System

Link: https://www.codementor.io/lyricsinsider/how-and-why-i-built-trade-management-system-1c9xzgb5iq

About me
I am Sulav Sapkota, a pythonista.
My first programming language was Java. Having learnt the basics of Java I moved to Python a few years ago. I loved python and now it is my primary...
Real Python: Python and PyQt: Creating Menus, Toolbars, and Status Bars

Link: https://realpython.com/python-menus-toolbars/

When it comes to developing graphical user interface (GUI) applications with Python and PyQt, some of the most useful and versatile graphical elements that you’ll ever use are menus, toolbars, and sta
Python Morsels: How to Make a Function

Link: https://www.pythonmorsels.com/topics/making-a-function/




Related article:

Functions
Passing a function as an argument

Transcript:
How can you make your own function in Python?
Defining a function
Let's make a function called greet that prints out "Hell
PyCharm: Interview: Nelson Jamal for this week’s webinar on YouTube content

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

Ever thought about publishing technology videos on YouTube but don’t really know where to start or how to get followers? This Thursday we are hosting Nelson Jamal to cover this very topic. Nelson has
Robin Wilson: A Python sqlite3 context manager gotcha

Link: http://blog.rtwilson.com/a-python-sqlite3-context-manager-gotcha/

I’ve neglected this blog for a while – partly due to the chaos of 2020 (which is not great), and partly due to being busy with work (which is good!). Anyway, I’m starting to pick it up again, and I th
Podcast.__init__: Scale Your Data Science Teams With Machine Learning Operations Principles - Episode 289

Link: https://www.pythonpodcast.com/machine-learning-operations-episode-289/

Building a machine learning model is a process that requires well curated and cleaned data and a lot of experimentation. Doing it repeatably and at scale with a team requires a way to share your disco
Real Python: Regular Expressions and Building Regexes in Python

Link: https://realpython.com/courses/building-regexes-python/

In this course, you’ll explore regular expressions, also known as regexes, in Python. A regex is a special sequence of characters that defines a pattern for complex string-matching functionality.
Stri