Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
STX Next: 10 Best Python Books

Link: https://www.stxnext.com/blog/best-python-books/




Python is an incredibly powerful programming language. Due to its versatile nature and simplicity, it continues to capture the interest of developers, those new and experienced alike.
STX Next: What Is Django and What Is Django Used for?

Link: https://www.stxnext.com/blog/what-is-django/




If you love building software with Python and are looking to enter the field of web development, Django might be the tool that will help you realize your goals. One of the most popular Python fra
Sebastian Witowski: dict() vs. {}

Link: https://switowski.com/blog/dict-function-vs-literal-syntax/

There are two different ways to create a dictionary. You can call the dict() function or use the literal syntax: {}. And in many cases, these are equivalent choices, so you might give it little though
PyCharm: PyCharm 2022.3 Is Out!

Link: https://blog.jetbrains.com/pycharm/2022/12/2022-3/

PyCharm 2022.3 brings an improved experience for working with asynchronous code in the Python Console – to call coroutines you can now use the await keyword outside of functions. The Python Packages t
John Ludhi/nbshare.io: Understand Tensors With Numpy

Link: https://www.nbshare.io/notebook/408173118/Understand-Tensors-With-Numpy/







Understand Tensors With Numpy










In this notebook, I will explain tensors with Python Numpy. For numpy refresher please checkout following resource...
https://www.nbshare.io/notebook/692
Andrea Grandi: Ignoring hosts with python vcr when writing tests with pytest and generating cassettes

Link: https://www.andreagrandi.it/2022/12/02/ignore-hosts-with-python-vcr/

How to ignore hosts with python vcr when writing tests with pytest and generating cassettes
Real Python: The Real Python Podcast – Episode #135: Preparing Data to Measure True Machine Learning Model Performance

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

How do you prepare a dataset for machine learning (ML)? How do you go beyond cleaning the data and move toward measuring how the model performs? This week on the show, Jodie Burchell, developer advoca
Python for Beginners: Rename Index in a Pandas Series

Link: https://www.pythonforbeginners.com/basics/rename-index-in-a-pandas-series

We use pandas series objects for various data processing tasks in python. In this article, we will discuss how to rename the index in a pandas series.
Table of ContentsRename Index in a Pandas Series
scikit-learn: Interview with Meekail Zain, scikit-learn Team Member

Link: https://blog.scikit-learn.org/team/meekail-zain-interview/














Author:
Reshama Shaikh
,












Meekail zain


Posted by Sangam SwadiK
Meekail Zain is a computer science PhD student at University of G
Talk Python to Me: #392: Data Science from the Command Line

Link: https://talkpython.fm/episodes/show/392/data-science-from-the-command-line

When you think data science, Jupyter notebooks and associated tools probably come to mind. But I want to broaden your toolset a bit and encourage you to look around at other tools that are literally a
John Ludhi/nbshare.io: Understand Python Slicing

Link: https://www.nbshare.io/notebook/711195847/Understand-Python-Slicing/







Understand Python Slicing










Python slicing is used to slice lists or tuples. Let us learn Python slicing through examples.










Let us declare a Python list.








In [1]:


x = [
Matt Layman: Learn Python By Example - Ghost Gobble Arcade Game

Link: https://www.mattlayman.com/blog/2022/learn-python-by-example-ghost-gobble-arcade-game/

Learn Python By Example shows a simple Python exercise from Exercism. This problem illustrates booleans in Python.
John Ludhi/nbshare.io: ERROR Could not find a version that satisfies the requirement numpy==1 22 3

Link: https://www.nbshare.io/notebook/505221353/ERROR-Could-not-find-a-version-that-satisfies-the-requirement-numpy==1-22-3/







ERROR: Could not find a version that satisfies the requirement numpy==1.22.3










You might run in to following error if you try to install numpy version 1.22+.
The reason is mostly the wro
Peter Hoffmann: beautiful leaflet markers with folium and fontawesome

Link: http://peter-hoffmann.com/2022/beautiful-leaflet-markers-with-folium-and-fontawesome.html

Folium is a Python library
that allows users to create and display interactive maps. The library uses the
Leaflet.js library and is capable of creating powerful and visually appealing
maps. Folium can
Podcast.__init__: Declarative Machine Learning For High Performance Deep Learning Models With Predibase

Link: https://www.pythonpodcast.com/predibase-declarative-machine-learning-episode-387/

Deep learning is a revolutionary category of machine learning that accelerates our ability to build powerful inference models. Along with that power comes a great deal of complexity in determining wha
Zato Blog: LDAP and Active Directory as Python API Services

Link: https://zato.io/blog/posts/ldap-active-directory.html

LDAP and Active Directory often play key a role in the management of a company’s network resources yet it is not always
very convenient to query a directory directly using the LDAP syntax and protocol