Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: AI introduction in healthcare

Link: https://www.codementor.io/rakeshverma/ai-introduction-in-healthcare-rgdobxwco

Starting late AI frameworks have sent colossal waves transversely over social protection, despite fuelling the working systems. But the question remains whether AI experts will over the long haul...
Mike Driscoll: Sample Chapters from Creating wxPython Applications Book

Link: http://www.blog.pythonlibrary.org/2019/01/22/sample-chapters-from-creating-wxpython-applications-book/

The Kickstarter campaign for my latest book has been going quite well, so I thought it would be fun to share some sample chapters of the book with you. You can check out the first couple of chapters h
PyCoder’s Weekly: Issue #352 (Jan. 22, 2019)

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

#352 – JANUARY 22, 2019 View in Browser » Test-Drive Programming Fonts in Your Browser This is my new favorite thing. You can test-drive various coding fonts directly inside your browser, withou
Real Python: Python’s Requests Library (Guide)

Link: https://realpython.com/python-requests/

The requests library is the de facto standard for making HTTP requests in Python. It abstracts the complexities of making requests behind a beautiful, simple API so that you can focus on interacting w
Python Does What?!: So a list and a tuple walk into a sum()

Link: https://www.pythondoeswhat.com/2019/01/so-list-and-tuple-walk-into-sum.html

As a direct side effect of glom's 19.1.0 release, the authors here at PDW got to re-experience one of the more surprising behaviors of three of Python's most basic constructs:list()tuple()sum()Most ex
Python Engineering at Microsoft: Python in Visual Studio 2019 Preview 2

Link: https://blogs.msdn.microsoft.com/pythonengineering/2019/01/23/python-in-visual-studio-2019-preview-2/

Today we are releasing Visual Studio 2019 Preview 2, which contains new features for Python developers to improve the experience for managing Python environments and enable you to work with Python cod
Talk Python to Me: #196 Datalore: Hosted smart notebooks

Link: https://talkpython.fm/episodes/show/196/datalore-hosted-smart-notebooks

If you are doing any sort of data exploration, you've likely heard about Jupyter notebooks. In fact, there are quite a few options for running and hosting your Jupyter notebooks. You may have heard me
codingdirectional: The final user interface of this video editing application

Link: http://codingdirectional.info/2019/01/24/the-final-user-interface-of-this-video-editing-application/

Sorry for not posting anything yesterday as I had suffered from the flu and today although I still feel a little bit tired and sick I need to at least post a post on this site. After a day of hard wor
gamingdirectional: Finally, the mesh has been exported to Panda3D

Link: http://gamingdirectional.com/blog/2019/01/24/finally-the-mesh-has-been-exported-to-panda3d/

These two days I am really busy working on the new video editing project and I also had suffered a flu yesterday, therefore, I have missed out a few posts on this website. I promise you that starting
Python Software Foundation: Python in Education - Request for Ideas

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/Y6UYQ_uYO7Y/python-in-education-request-for-ideas.html


The Python Software Foundation Board Committee for Python in Education wants to hear how the PSF can help members of our community increase the presence of Python in education.

Our first goal is to
PyCharm: PyCharm 2019.1 EAP Starts Now!

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

PyCharm development continues! As we are working on PyCharm 2019.1, we’d like to invite you to try what we’ve worked on so far. Our EAP helps you to try new features before they’re in the stable relea
Mike Driscoll: Python 101: Episode #43 Creating Executables with PyInstaller

Link: http://www.blog.pythonlibrary.org/2019/01/24/python-101-episode-43-creating-executables-with-pyinstaller/

In this screencast, we will learn how to turn your Python code into a Windows executable file using the PyInstaller project.
You can also read the chapter this video is based on here or get the book o
Stack Abuse: The Best Data Science Libraries in Python

Link: https://stackabuse.com/the-best-data-science-libraries-in-python/

Preface
Due to its exceptional abilities, Python is the most commonly used programming language in the field of Data Science these days. While Python provides a lot of functionality, the availability
Python Data: Forecasting Time Series Data using Autoregression

Link: https://pythondata.com/forecasting-time-series-autoregression/

This is (yet) another post on forecasting time series data (you can find all the forecasting posts here).  In this post, we are going to talk about Autoregression models and how you might be able to a
Moshe Zadka: Staying Safe with Open Source

Link: https://orbifold.xyz/open-source-safety.html

A couple of months ago,
a successful attack against the Node ecosystem
resulted in stealing an undisclosed amount
of bitcoins from
CoPay wallets.
The technical flow of the attack is well-summarized
by
Stack Abuse: Stacks and Queues in Python

Link: https://stackabuse.com/stacks-and-queues-in-python/

Introduction
Data structures organize storage in computers so that we can efficiently access and change data. Stacks and Queues are some of the earliest data structures defined in computer science.
Si
codingdirectional: Create a thread for the video editing application

Link: http://codingdirectional.info/2019/01/26/create-a-thread-for-the-video-editing-application/

Hello and welcome back to this final part of the video editing project. After this chapter, you will be good enough to continue to develop this application by yourself and hopefully, you can come out