Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Programiz: Python Program to Check If Two Strings are Anagram

Link: https://www.programiz.com/python-programming/examples/anagram

In this example, you will learn to check if two strings are anagram.
Programiz: Python Program to Count the Number of Occurrence of a Character in String

Link: https://www.programiz.com/python-programming/examples/number-of-character

In this example, you will learn to count the number of occurrences of a character in a string.
Real Python: Deploying a Python Flask Example Application Using Heroku

Link: https://realpython.com/flask-by-example-part-1-project-setup/

In this tutorial, you’ll create a Python Flask example application and deploy it using Heroku, making it publicly available on the web. Heroku removes much of the infrastructure burden related to buil
death and gravity: Learn by reading code: Python standard library design decisions explained (for advanced beginners)

Link: https://death.andgravity.com/stdlib

So, you're an advanced beginner
– you've learned your way past Python basics and can solve real problems.
You've now moving past tutorials and blog posts;
maybe you feel they offer one-dimensional sol
Ned Batchelder: Shazam for fractals?

Link: https://nedbatchelder.com/blog/202104/shazam_for_fractals.html

Is there any way to find the coordinates of a Mandelbrot image from the
image? Even a guess as to the rough neighborhood?I recently saw this as someone’s avatar:This is clearly the Mandelbrot fractal,
PythonClub - A Brazilian collaborative blog about Python: Orientação a objetos de outra forma: Métodos estáticos e de classes

Link: http://pythonclub.com.br/oo-de-outra-forma-2.html

Na postagem anterior foi apresentado o self, nessa postagem será discutido mais a respeito desse argumento, considerando opções para ele e suas aplicações.
Métodos estáticos
Nem todas as funções de um
Podcast.__init__: Teaching Geeks The Value And Skills Of Public Speaking

Link: https://www.pythonpodcast.com/neil-thompson-public-speaking-episode-311/

Being able to present your ideas is one of the most valuable and powerful skills to have as a professional, regardless of your industry. For software engineers it is especially important to be able to
John Ludhi/nbshare.io: Time Series Analysis Using ARIMA From StatsModels

Link: https://www.nbshare.io/notebook/136553745/Time-Series-Analysis-Using-ARIMA-From-StatsModels/








Time Series Analysis Using ARIMA From StatsmodelsARIMA and exponential Moving averages are two methods for forecasting based on time series data. In this notebook, I will talk about ARIMA which
Reuven Lerner: Write better Python functions!

Link: https://lerner.co.il/2021/04/20/write-better-python-functions/

Weekly Python Exercise
Whether you’re a newcomer to Python or an old hand, you’re probably writing lots of functions — functions that perform calculations, functions that parse files, functions that c
death and gravity: hashlib: object supporting the buffer API required

Link: https://death.andgravity.com/hashlib-buffer-required

So you're trying to compute a hash using hashlib,
and get an exception like this:
>>> x = 2
>>> hashlib.md5(x)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: objec
Python Engineering at Microsoft: Python in Visual Studio Code – April 2021 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2021-release/

We are pleased to announce that the April 2021 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it direct
PyCoder’s Weekly: Issue #469 (April 20, 2021)

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

#469 – APRIL 20, 2021 View in Browser » Learn by Reading Code: Python Standard Library Design Decisions Explained Along your Python learning journey, someone may have told you that a great way t