Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stack Abuse: Python for NLP: Word Embeddings for Deep Learning in Keras

Link: https://stackabuse.com/python-for-nlp-word-embeddings-for-deep-learning-in-keras/

This is the 16th article in my series of articles on Python for NLP. In my previous article I explained how N-Grams technique can be used to develop a simple automatic text filler in Python. N-Gram mo
Ruslan Spivak: Let’s Build A Simple Interpreter. Part 16: Recognizing Procedure Calls

Link: https://ruslanspivak.com/lsbasi-part16/


“Learning is like rowing upstream: not to advance is to drop back.” — Chinese proverb

Today we’re going to extend our interpreter to recognize procedure calls. I hope by now you’ve flexed your codin
PSF GSoC students blogs: Weekly Check-in #9 : ( 19 July - 26 July )

Link: http://blogs.python-gsoc.org/en/anubhavps-blog/weekly-check-in-9-19-july-26-july/

What did you do this week?

I added tests to make sure Protego doesn't throw exceptions on `robots.txt` of top 10,000 most popular websites.
Utilised Scrapy to create a tool to download `robots.txt` o
Real Python: Logging in Python

Link: https://realpython.com/courses/logging-python/

Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program and discover scenarios that you might not even have thought of while de
PSF GSoC students blogs: The week that has been @ 2048

Link: http://blogs.python-gsoc.org/en/vipulgupta2048s-blog/the-week-that-has-been-2048-3/

 
<meta charset="utf-8">
Week #9 17/07 to 23/07
 
Well, integration isn’t working out, and neither am I giving up. Also, Evaludation 2 coming up!
What did you do this week?
Well, another week another
PyCoder’s Weekly: Issue #378 (July 23, 2019)

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

#378 – JULY 23, 2019 View in Browser » Create a Flask Application With Google Login In this step-by-step tutorial, you’ll create a Flask application that lets users sign in using their Google lo
Catalin George Festila: Python 3.7.3 : Testing the timeit and Bokeh python module.

Link: http://python-catalin.blogspot.com/2019/07/python-373-testing-timeit-and-bokeh.html

The tutorial today has several goals:
testing the timeit function to measure the execution time of a line of print code;
using python lists to record data;
generate lists using the range function;
mul
Kushal Das: Setting up authorized v3 Onion services

Link: https://kushaldas.in/posts/setting-up-authorized-v3-onion-services.html


Just like v2 Onion services, we can also set up client authorization for Onion
services v3. In simple terms, when you have a client authorization setup on an
Onion service, only the Tor clients with
IslandT: Load the data from a file with python

Link: https://kibiwebgeek.com/2019/07/24/load-the-data-from-a-file-with-python/

Load the data from currency.txt to use as the currency string which will form part of the rest url.Load the data from crypto.txt to populate the crypto combo box.Get the desired cryptocurrency to be u
ListenData: Python : Complete Guide to Date and Time Functions

Link: https://www.listendata.com/2019/07/how-to-use-datetime-in-python.html

In this tutorial, we will cover python datetime module and how it is used to handle date, time and datetime formatted columns (variables). It includes various practical examples which would help you t
PyCharm: PyCharm 2019.2 Out Now

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

PyCharm 2019.2 is out now: improved Jupyter Notebook experience, syntax highlighting for many more languages out of the box, initial Python 3.8 support, and much more. Download now

New in PyCharm

Ju
Python Circle: How to host Django app on Pythonanywhere for Free

Link: https://www.pythoncircle.com/post/18/how-to-host-django-app-on-pythonanywhere-for-free/

How to host any python-Django app on pythonanywhere server for free, Best hosting service provider for python-Django apps, Free Django app hosting, Easiest Hosting for Django, Django hosting for free,
Python Circle: Preventing cross-site scripting attack on your Django website

Link: https://www.pythoncircle.com/post/688/preventing-cross-site-scripting-attack-on-your-django-website/

XSS attack in Django, preventing cross-site scripting attack in Django website, avoid XSS in Django application, Enabling SECURE_BROWSER_XSS_FILTER in Django website, blocking cross-site scripting att
Real Python: Digging Deeper Into Migrations

Link: https://realpython.com/digging-deeper-into-migrations/

This is the second article in our Django migrations series:

Part 1: Django Migrations: A Primer
Part 2: Digging Deeper Into Django Migrations (current article)
Part 3: Data Migrations
Video: Django 1
PSF GSoC students blogs: [Blog #4] Need For Speed

Link: http://blogs.python-gsoc.org/en/anubhavps-blog/blog-4-need-for-speed/

<meta charset="utf-8">Hey! This is my fifth blog post for GSoC 2019, covering week 7 and 8.
The most of week 7 was spent making Protego compatible with Google's parser. I also worked on the documentat
PSF GSoC students blogs: Weekly check in [week 8 - 15/07 - 21/07]

Link: http://blogs.python-gsoc.org/en/nacchts-blog/weekly-check-in-week-8-15-07-21-07/



1. What did you do this week?

This week I worked mainly on adding the login using GitHub option to the Python Bug Tracker. This was already attempted in the past with partial success. On the previo