Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: 6 Examples of AI in Financial Service

Link: https://www.codementor.io/djangostars/6-examples-of-ai-in-financial-service-wpah8uvpy

Just as many other technological advancements, Artificial Intelligence came to our lives from the pages of fairy tales and fiction books (think of the Tinman from The Wizard of Oz or Maria from...
PSF GSoC students blogs: Working with SciKit and meeting deadlines

Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/working-with-scikit-and-meeting-deadlines/

The first linear regression model took unexpectedly long that put me in a difficult place because now I have to cover up at least a couple more models before the second evaluation. My mentor and I dec
PSF GSoC students blogs: Seventh Week [July 1st - July 7th] [3rd PSF Blog Post]

Link: http://blogs.python-gsoc.org/en/blogs/youssef15015s-blog/seventh-week-july-1st-july-7th-3rd-psf-blog-post/

This session, we set up azure testing pipelines for "Carsus ... a TARDIS support package for creating and working with atomic datasets" (Carsus Documentation). This repository is intended to complemen
Quansight Labs Blog: Ibis: Python data analysis productivity framework

Link: https://labs.quansight.org/blog/2019/07/ibis-python-data-analysis-productivity-framework/




Ibis is a library pretty useful on data analysis tasks that provides a pandas-like API that allows operations like create filter, add columns, apply math operations etc in a lazy mode so all the op
Codementor: Reasons Why Python is Good for AI and ML

Link: https://www.codementor.io/djangostars/reasons-why-python-is-good-for-ai-and-ml-wph92ed5n

Artificial Intelligence (AI) and Machine Learning (ML) are the new black of the IT industry. While discussions over the safety of its development keep escalating, developers expand abilities and...
ListenData: Python Lambda Function with Examples

Link: https://www.listendata.com/2019/04/python-lambda-function.html

This article covers detailed explanation of lambda function of Python. You will learn how to use it in real-world data scenarios with examples. Table of ContentsIntroduction : Lambda FunctionIn non-te
ListenData: Python list comprehension with Examples

Link: https://www.listendata.com/2019/07/python-list-comprehension-with-examples.html

This tutorial covers how list comprehension works in Python. It includes many examples which would help you to familiarize the concept and you should be able to implement it in your live project at th
Kushal Das: Highest used Python code in the Pentesting/Security world

Link: https://kushaldas.in/posts/highest-used-python-code-in-the-pentesting-security-world.html


python -c 'import pty;pty.spawn("/bin/bash")'

I think this is the highest used Python program in the land of Pentesting/Security, Almost every blog post or tutorial I read, they talk about the abov
Python Software Foundation: The Python Software Foundation is looking for bloggers!

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/hf9N-_dx7VQ/the-python-software-foundation-is.html


Interview prominent Pythonistas, connect with the community, expand your circle of friends and learn about events in the Python world!


The Python Software Foundation (PSF) is looking to add blogger
PSF GSoC students blogs: Weekly check in [week 6 - 01/07 - 07/07]

Link: http://blogs.python-gsoc.org/en/blogs/nacchts-blog/weekly-check-in-week-6-01-07-07-07/

1. What did you do this week?

This week I transfered the code for the button from JavaScript to HTML. Also I started familiarizing myself and working with the REST API.

2. What is coming up next?

F
PSF GSoC students blogs: Weekly Check-in #7: (5 July - 11 July)

Link: http://blogs.python-gsoc.org/en/blogs/anubhavps-blog/weekly-check-in-7-5-july-11-july/

Hey! here is an update on what I have achieved so far.
What did you do this week?

Protego now passes all tests borrowed from reppy, rep-cpp and robotexclusionrulesparser.
Made few changes to Protego
Stack Abuse: Python for NLP: Creating TF-IDF Model from Scratch

Link: https://stackabuse.com/python-for-nlp-creating-tf-idf-model-from-scratch/

This is the 14th article in my series of articles on Python for NLP. In my previous article, I explained how to convert sentences into numeric vectors using the bag of words approach. To get a better
PSF GSoC students blogs: Week 6: Client side and OOP

Link: http://blogs.python-gsoc.org/en/blogs/funnelferrys-blog/week-6-client-side-and-oop/

What I did?
I worked on client side by migrating functions written in basemap and creating the instance of topview to generate plot in cartopy
What is next?
Actually a lot, Apart from generating a bas
PSF GSoC students blogs: Weekly Check-in #5

Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/weekly-check-in-5-2/

In the fifth week of coding, I spent time learning the requirements for the next phase of my project. Also worked on modifying the last part of phase 1 by tweaking it a bit.
What did I do this week?
T
PSF GSoC students blogs: Blog #3

Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/blog-3/

In the past week, I have started working on phase 2 of my project and wrapping up phase 1.
For phase 2 of my project, after having a discussion with my mentor, I learnt docker and mysql and set up a m
PSF GSoC students blogs: Weekly Check-in #6

Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/weekly-check-in-6/

In this week, I started working on the second phase of the project.
What did I do this week?
In my project, there was an example demo app that had the necessary connections to be made and interaction
PSF GSoC students blogs: The week that has been @ 2048

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

 

Week #7 03/07 to 09/07
What did you do this week?
I tested. A LOT!
Well, this week I have been testing, refactoring and rethinking quite a lot of components for both the validator as well as the tr
Catalin George Festila: Python 3.7.3 : The python-slugify python module.

Link: http://python-catalin.blogspot.com/2019/07/python-373-python-slugify-python-module.html

This python module named python-slugify can handle Unicode.
You can see this python module source code and examples at GITHUB webpage.
The install step with pip python tool is easy:
C:\Python373>cd Sc