Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
IslandT: Python Tutorial — Chapter 11

Link: https://islandtropicaman.com/wp/2022/09/29/python-tutorial-chapter-11/

In this chapter let us create a python while loop to find the odd numbers within a python list.
The loop will use the continue statement to skip the even numbers and will only put an odd number in ano
IslandT: Python Tutorial — Chapter 12

Link: https://islandtropicaman.com/wp/2022/09/29/python-tutorial-chapter-12/

In this chapter let us create two examples to demonstrate to you the use of Python for loop.
Print out the elements within a Python list using python for loop.

a = [1,2,3,4,5,6] # a list consists of
Talk Python to Me: #383: Textinator and Building macOS Apps with Python

Link: https://talkpython.fm/episodes/show/383/textinator-and-building-macos-apps-with-python

For all the amazing powers of Python, deploying packaged apps that leverage native OS-level capabilities isn't one of them. But it can be done and we have a great guest, Rhet Turnbull, here to tell us
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-september-2022/?utm_source=python-rss-feed

34th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Ahmed Bouchefra: Add days to dates in Python

Link: https://efficientcoder.net/add-days-dates-python/

In this example, we’ll see how to add days to dates in python.
To add days to a date in python, you simply need to use the timedelta() class that you should import from the datetime module.
For exampl
Python Bytes: #303 This title is required or is it optional?

Link: https://pythonbytes.fm/episodes/show/303/this-title-is-required-or-is-it-optional

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=8EAa8-3Fj84' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
PyBites: Practical Django with Antonio Melé

Link: https://pybit.es/articles/pp89-practical-django-with-antonio-mele/

Listen here:

This week we have Antonio Melé on the show, CTO & co-founder at Nucoro and author of Django 4 by Example.
We talk about:
– His day to day at Nucoro.
– Why he chose Django as a web framew
Real Python: The Real Python Podcast – Episode #127: Explaining Access Control Using Python & Cautiously Handling Pickles

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

Have you ever used code to help explain a topic? How can Python scripts be used to understand the intricacies of access control? This week on the show, Christopher Trudeau is here, bringing another ba
Python for Beginners: Right Join Dataframes in Python

Link: https://www.pythonforbeginners.com/basics/right-join-dataframes-in-python

The right join operation is used to join two tables in SQL. In this article, we will discuss how we can perform the right join operation on two dataframes in python.
What is the Right Join Operation?
IslandT: Python Tutorial — Chapter 13

Link: https://islandtropicaman.com/wp/2022/10/01/python-tutorial-chapter-13/

In this chapter, let us create Python functions and used them in various areas! When you need to put a block of codes and only called them when you need them then you will put them under the python fu
scikit-learn: scikit-learn Sprint in Salta, Argentina

Link: https://blog.scikit-learn.org/events/salta-sprint/













Author:
Juan Martín Loyola


In September of 2022, the SciPy Latin America conference took place in Salta, Argentina.
As part of the event, we organized a scikit-lear
STX Next: NLP with Python: Top Python Libraries for Natural Language Processing

Link: https://www.stxnext.com/blog/top-python-nlp-libraries/




However you look at it, we’re coexisting with machines now. Although we’re still a long way from The Matrix (hopefully?), we’ve already stepped into areas that were only science fiction a decade
STX Next: Top 12 Django Packages and Libraries

Link: https://www.stxnext.com/blog/top-django-packages-libraries/




If you’re an experienced Python developer building your web application, you’re certainly familiar with Django: a comprehensive, open-source web framework that enables you to develop scalable, se
STX Next: Event Sourcing in Python: Applications, Benefits, and Examples

Link: https://www.stxnext.com/blog/event-sourcing-python/




Regardless of what tech stack you work with, you’ve probably come across the term “event sourcing.” It’s a great way to build modern distributed systems, so it’s no wonder that the technique has
STX Next: What Is Data Engineering? Common Challenges and Solutions in Python

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




Much like the data industry itself that’s constantly evolving and adopting new technologies, data engineering challenges are changing, too. So, what should data engineers expect?
STX Next: Top 11 Python Newsletters

Link: https://www.stxnext.com/blog/top-python-newsletters/




Python has dominated the rankings for a long time, with rising popularity since 2007, and was named the most popular programming language of 2022.
IslandT: Python Tutorial — Chapter 14

Link: https://islandtropicaman.com/wp/2022/10/02/python-tutorial-chapter-14/

In this tutorial let us create a python class and then create the child class of that main class.
Create a Python class that will multiply two numbers.

class Multiply:
def __init__(self, paramet
IslandT: Python Tutorial — Chapter 15

Link: https://islandtropicaman.com/wp/2022/10/02/python-tutorial-chapter-15/

In this chapter let us create a function based on another function with the python lambda function!
Let’s say you want to create a seed value that will be used to find the modulo with another value th
Podcast.__init__: Complete Your Hardware "Weekend Projects" In An Actual Weekend With Belay

Link: https://www.pythonpodcast.com/belay-micropython-hardware-helper-episode-379/

Working on hardware projects often has significant friction involved when compared to pure software. Brian Pugh enjoys tinkering with microcontrollers, but his &quot;weekend projects&quot; often took