Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Build a Mobile Application With the Kivy Python Framework

Link: https://realpython.com/mobile-app-kivy-python/

These days, developers are highly likely to be working on a mobile or web application. Python doesn’t have built-in mobile development capabilities, but there are packages you can use to create mobile
IslandT: Summation of alphabet position with python

Link: https://kibiwebgeek.com/summation-of-alphabet-position-with-python/

In this article, we will create a python function that will turn a string into a list, then return the sum of all the positions of the alphabets within that list based on a-z. a = 1, b =2 and so on, a
Continuum Analytics Blog: The Austin American-Statesman Names Anaconda a Winner of the Austin Top Workplaces 2019 Award

Link: https://www.anaconda.com/austin-top-work-places-2019/

Anaconda is thrilled to have been awarded a Top Workplaces 2019 honor by The Austin American-Statesman. The list of winners is based solely on employee feedback gathered through a third-party survey a
Catalin George Festila: Python 3.7.5 : The ani script with ascii.

Link: http://python-catalin.blogspot.com/2019/11/python-375-ani-script-with-ascii.html

ASCII, abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications e
Catalin George Festila: Python 3.7.5 : Intro about scikit-learn python module.

Link: http://python-catalin.blogspot.com/2019/11/python-375-intro-about-scikit-learn.html

This python module named scikit-learn used like sklearn is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy and comes with various classification, regression
Nikola: Nikola v8.0.3 is out!

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

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.0.3. This release fixes a few bugs, including
a notable one with galleries not working on mobile.

What i
Catalin George Festila: Python 3.7.5 : About PEP 506.

Link: http://python-catalin.blogspot.com/2019/11/python-375-about-pep-506.html

Today I did a python evaluation and saw that there are many new aspects that should be kept in mind for a programmer.
So I decided to recall some necessary elements of PEP.
First, PEP stands for Pytho
Programiz: Python time Module

Link: https://www.programiz.com/python-programming/time

In this article, we will explore time module in detail. We will learn to use different time-related functions defined in the time module with the help of examples.
Real Python: Cool New Features in Python 3.8

Link: https://realpython.com/courses/cool-new-features-python-38/

In this course, you’ll get a look into the newest version of Python. On October 14th, 2019 the first official version of Python 3.8 became ready.
You’ll learn about the following:

Using assignment ex
PyCon: CFP Deadline for PyCon 2020 Coming Up!

Link: https://pycon.blogspot.com/2019/11/cfp-deadline-for-pycon-2020-coming-up.html

Call for Proposal deadlines are fast approaching.  PyCon US is looking for speakers of all experience levels and backgrounds to contribute to our conference program. We want you and your ideas at PyCo
Stack Abuse: Understanding OpenGL through Python

Link: https://stackabuse.com/understanding-opengl-through-python/

Introduction
Following this article by Muhammad Junaid Khalid, where basic OpenGL concepts and setup was explained, now we'll be looking at how to make more complex objects and how to animate them.
Op
PyCoder’s Weekly: Issue #393 (Nov. 5, 2019)

Link: https://pycoders.com/issues/393

#393 – NOVEMBER 5, 2019 View in Browser » Python Adopts a 12-Month Release Cycle (PEP 602) The CPython team moves to a consistent annual release schedule. More info here in PEP 602. LWN.NET B
Catalin George Festila: Python 3.7.5 : About PEP 3107.

Link: http://python-catalin.blogspot.com/2019/11/python-375-about-pep-3107.html

The PEP 3107 introduces a syntax for adding arbitrary metadata annotations to Python functions.
The function annotations refer to syntax parameters with an expression.
def my_function(x: expression, y
Zato Blog: Configuring Zato for high-performance Oracle Database connections

Link: https://zato.io/blog/posts/configure-oracle.html

If you need to configure
Zato
for
Oracle DB
connections and you want to ensure the highest performance possible, this is the post which goes through the process step-by-step. Read on for details.
Over
Weekly Python StackOverflow Report: (cci) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/11/cci-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-11-03 09:41:24 GMTAdd new column to dataframe based on dictionary
Podcast.__init__: Accelerating The Adoption Of Python At Wayfair

Link: https://www.pythonpodcast.com/python-adoption-wayfair-episode-236/

Large companies often have a variety of programming languages and technologies being used across departments to keep the business running. Python has been gaining ground in these environments because
Reuven Lerner: Quick Python tip: “int” strips strings of whitespace

Link: https://lerner.co.il/2019/11/03/quick-python-tip-int-strips-strings-of-whitespace/

Let’s say you’re writing a Python program that asks the user to enter a number, so that you can double it:
>>> n = input("Enter a number: ")
Enter a number:
Just doubling what we get is a bad idea, th
Roberto Alsina: Episode 15: Faster Python in 5 seconds!

Link: https://ralsina.me/weblog/posts/faster-python-in-5-seconds.html

This is a video I did in spanish, but I have added english subtitles!
It's about different ways to make your python code faster without changing your code, hope people like it, because doing the subti