Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Ed Crewe: Teaching an old Pythonista new Gopher tricks

Link: http://edcrewe.blogspot.com/2019/09/teaching-old-pythonista-new-gopher.html

I recently got a new job where I need to write a lot of Golang, so needed to learn it.I figured that you don't really learn a language unless you try and write code that actually does something useful
Mike Driscoll: PyDev of the Week: Katherine Kampf

Link: http://www.blog.pythonlibrary.org/2019/09/02/pydev-of-the-week-katherine-kampf/

This week we welcome Katherine Kampf (@kvkampf) as our PyDev of the Week! Katherine is a Program Manager at Microsoft, specifically for Azure Notebooks, which is Microsoft’s version of Jupyter Noteboo
IslandT: Capitalize the letters that occupy even indexes and odd indexes separately

Link: https://kibiwebgeek.com/capitalize-the-letters-that-occupy-even-indexes-and-odd-indexes-separately/

Given a string, capitalize the letters within the string that occupy even indexes and odd indexes separately, and return as a list! Index 0 will be considered even.
For example, capitalize(“abcdef”) =
Django Weblog: Django bugfix releases issued: 2.2.5, 2.1.12, and 1.11.24

Link: https://www.djangoproject.com/weblog/2019/sep/02/django-bugfix-releases-225-2112-11124/

Today we've issued 2.2.5, 2.1.12, and 1.11.24 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used f
PyBites: Code Challenge 63 - Automatically Generate Blog Featured Images

Link: https://pybit.es/codechallenge63.html


There is an immense amount to be learned simply by tinkering with things. - Henry Ford

Hey Pythonistas,
In this new blog code challenge you are going to use selenium to automatically generate some c
Wingware Blog: Dark Mode and Color Configuration in Wing Python IDE

Link: https://wingware.com/blog/dark-mode

Wing 7 added four new dark color palettes and the ability to quickly toggle between light
and dark mode using the menu icon in the top right of the IDE window. When
Dark Mode is selected, Wing switch
EuroPython: EuroPython 2019: Please send in your feedback

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

EuroPython 2019 is over now and so it’s time to ask around for what we can improve next year. If you attended EuroPython 2019, please take a few moments and fill in our feedback form, if you haven’t a
Podcast.__init__: Combining Python And SQL To Build A PyData Warehouse

Link: https://www.pythonpodcast.com/pydata-warehouse-episode-227/

The ecosystem of tools and libraries in Python for data manipulation and analytics is truly impressive, and continues to grow. There are, however, gaps in their utility that can be filled by the capab
PyBites: How to Cleanup S3 Objects and Unittest it

Link: https://pybit.es/guest-cleanup-s3-objects.html

In this guest post Giuseppe shares what he learned having to cleanup a large number of objects in an S3 bucket. He introduces us to some boto3 as well as moto and freezegun he used to test his code. E
Kushal Das: When governments attack: malware campaigns against activists and journalists

Link: https://kushaldas.in/posts/when-governments-attack-malware-campaigns-against-activists-and-journalists.html



This year at Nullcon Eva gave her talk on When
governments attack: malware campaigns against activists and journalists.
After introducing EFF, she explained about Dark
Caracal,
a possibly state-spon
Kushal Das: stylesheet for nmap output

Link: https://kushaldas.in/posts/stylesheet-for-nmap-output.html


nmap is the most loved network discovery, and security
auditing tool out there. It is already 22 years old and has a ton of
features. It can generate output in various formats, including one which is
Stack Abuse: Python for NLP: Working with Facebook FastText Library

Link: https://stackabuse.com/python-for-nlp-working-with-facebook-fasttext-library/

This is the 20th article in my series of articles on Python for NLP. In the last few articles, we have been exploring deep learning techniques to perform a variety of machine learning tasks, and you s
PyCharm: Webinar: “10 Tools and Techniques Python Web Developers Should Explore” with Michael Kennedy

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

Building web applications is one of Python’s true superpowers. Yet, the wide-open ecosystem means there are SO MANY CHOICES for any given project. How do you know whether you’re using the right tool f
ListenData: Pandas Tutorial : Step by Step Guide (50 Examples)

Link: https://www.listendata.com/2017/12/python-pandas-tutorial.html

Pandas being one of the most popular package in Python is widely used for data manipulation. It is a very powerful and versatile package which makes data cleaning and wrangling much easier and pleasan