Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Roberto Alsina: Episodio 14: Tests & Bananas

Link: https://ralsina.me/weblog/posts/youtube/episodio-14-tests-bananas.html


Una intro rapidita a unit tests.

¿Por qué? ¿Es muy difícil? ¿Vale la pena?

¿Aún si uno está haciendo un programita así nomás?
Talk Python to Me: #235 Python in your Browser with Skulpt

Link: https://talkpython.fm/episodes/show/235/python-in-your-browser-with-skulpt

Do you dream of a day when you can write Python in the browser rather than JavaScript? This is no pipe dream! There are several ways to write Python that runs in the browser already.
Kushal Das: Python function to generate Tor v3 onion service authentication keys

Link: https://kushaldas.in/posts/python-function-to-generate-tor-v3-onion-service-authentication-keys.html


Here is a small Python function using the amazing Python Cryptography module
to generate the Tor v3 Onion service authentication services.
from cryptography.hazmat.primitives import serialization
fro
Samuel Sutch: Programming: 3 Manuscripts: Python Crash Course, Python Machine Learning and Python Data Science for Beginners

Link: http://ssutch.org/programming-3-manuscripts-python-crash-course-python-machine-learning-and-python-data-science-for-beginners/


Price: $24.99(as of Oct 24,2019 06:53:33 UTC – Details)
Matt Layman: Deploying WhiteNoise - Building SaaS #35

Link: https://www.mattlayman.com/building-saas/deploying-whitenoise/

In this episode, we updated Continuous Integration, Nginx, and the Ansible deployment tasks to use WhiteNoise. With all the changes in place, we tested things out to verify that WhiteNoise served up t
Python Software Foundation: Chris Angelico: 2019 Q2 Community Service Award Winner

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/OfbgmiSSWnE/chris-angelico-2019-q2-community.html

The Python language is used around the world, and therefore so much surrounding it happens online. Python users turn to wikis, mailing lists, and forums to get their questions answered and concerns ad
Samuel Sutch: Automate the Boring Stuff with Python: Practical Programming for Total Beginners

Link: http://ssutch.org/automate-the-boring-stuff-with-python-practical-programming-for-total-beginners/


Price: $21.00(as of Oct 24,2019 13:00:43 UTC – Details)


“I’m having a lot of fun breaking things and then putting them back together, and just remembering the joy of turning a set of instructions i
Dataquest: Python Range Tutorial: Learn to Use This Helpful Built-In Function

Link: https://www.dataquest.io/blog/python-range-tutorial/

Python's range function is a great way to quickly generate a count of numbers within a range. Master this simple but powerful function in this tutorial.
The post Python Range Tutorial: Learn to Use Th
Django Weblog: 2020 DSF Board Nominations

Link: https://www.djangoproject.com/weblog/2019/oct/24/2020-dsf-board-nominations/

It is that time of year again to think about next year’s Django Software Foundation’s Board of Directors!
As you know, the Board guides the direction of the marketing, governance and outreach activiti
DaPythonista: Sending Emails in Python – Tutorial with Code Examples

Link: https://dapythonista.com/2019/10/24/sending-emails-in-python-tutorial-with-code-examples/

What do you need to send an email with Python? Some basic programming and web knowledge along with the elementary Python skills. We assume you’ve already had a web app built with this language and now
PyCharm: 2019.3 EAP 6

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

The latest Early Access Program (EAP) version for PyCharm 2019.3 is now available! Try it now by downloading it from our website.
New for this version
Improved visualization of information about varia
Red Hat Developers: Python 2 support is going away soon: Make the move to Python 3

Link: https://developers.redhat.com/blog/2019/10/25/python-2-support-is-going-away-soon-make-the-move-to-python-3/

Seeing this tweet from Guido van Rossum the other day prompted me to write this “OMG, Python 2 is going away SOON” article. You have definitely heard it before, but seriously, folks, the Python upstre
Paolo Amoroso: How to Use Kivy on Repl.it

Link: http://blog.paoloamoroso.com/2019/10/how-to-use-kivy-on-replit.html

I made the Kivy Python cross-platform GUI framework work in a GFX REPL on Repl.it. Repl.it is a multi-language cloud IDE with good support for Python.To use Kivy on Repl.it, just create a Pygame REPL,
Stack Abuse: Time Series Prediction using LSTM with PyTorch in Python

Link: https://stackabuse.com/time-series-prediction-using-lstm-with-pytorch-in-python/

Time series data, as the name suggests is a type of data that changes with time. For instance, the temperature in a 24-hour time period, the price of various products in a month, the stock prices of a
Samuel Sutch: Coding for Kids: Python: Learn to Code with 50 Awesome Games and Activities

Link: http://ssutch.org/coding-for-kids-python-learn-to-code-with-50-awesome-games-and-activities/


Price: $13.53(as of Oct 25,2019 21:52:25 UTC – Details)


“Python is a really powerful programming language with very simple and human-like syntax. Thanks to these advantages and the interactive exer
Samuel Sutch: Programming the Raspberry Pi, Second Edition: Getting Started with Python

Link: http://ssutch.org/programming-the-raspberry-pi-second-edition-getting-started-with-python/


Price: $11.99(as of Oct 25,2019 23:58:15 UTC – Details)


Dr. Simon Monk has a bachelor’s degree in cybernetics and computer science and a Ph.D. in software engineering. He is now a full-time writer
Samuel Sutch: Learn Robotics Programming: Build and control autonomous robots using Raspberry Pi 3 and Python

Link: http://ssutch.org/learn-robotics-programming-build-and-control-autonomous-robots-using-raspberry-pi-3-and-python/


Price: $39.99(as of Oct 26,2019 06:03:34 UTC – Details)


Danny Staple builds robots and gadgets as a hobbyist, makes videos about his work with robots, and attends community events such as PiWars an
Catalin George Festila: Python 3.7.4 : About with the PyOpenCL python module.

Link: http://python-catalin.blogspot.com/2019/10/python-374-about-with-pyopencl-python.html

PyOpenCL lets you access GPUs and other massively parallel compute devices from Python.
It is important to note that OpenCL is not restricted to GPUs.
In fact, no special hardware is required to use O