Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Fourth Blog - GSOC 2019

Link: http://blogs.python-gsoc.org/en/blogs/abhinandan0659s-blog/fourth-blog-gsoc-2019/

Hello and welcome to my fourth blog for gsoc 2019.
So, this week was really challenging for me because I was implementing the Landing page for EOS icons. Yes, its the same page I started implementing
IslandT: Convert hexadecimal number to decimal number with Python program

Link: https://kibiwebgeek.com/2019/07/11/convert-hexadecimal-number-to-decimal-number-with-python-program/

Use python program to convert hexadecimal number to the decimal number.
Hello and welcome back, in this article we are going to solve one of the programming problems on Codewars. This problem had been
Randy Zwitch: ODSC webinar: End-to-End Data Science Without Leaving the GPU

Link: http://randyzwitch.com/omnisci-cudf-rapids-odsc-webinar/

In this webinar sponsored by the Open Data Science Conference (ODSC), I outline a brief history of GPU analytics and the problems that using GPU analytics solves relative to using other parallel compu
Matt Layman: Using Git and GitHub to safely store your code

Link: https://www.mattlayman.com/blog/2019/using-git-github-to-store-code/

For Python Frederick’s July presentation,
I presented on Git and GitHub
for beginners
who have never used either
of those tools before.
In the presentation,
I explained the core concepts
of Git
and de
Wingware News: Wing Python IDE 7.0.4 - July 11, 2019

Link: https://wingware.com/news/2019-07-11

Wing 7.0.4 has been released. Some of the highlights of this release include:
Fix debugging notebooks with newer Jupyter versions
Fix setting up a Django project with the default Python Executable
Python Software Foundation: 2019 PSF Fundraiser - Thank you & debrief

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/9sGpXmeE1-c/2019-psf-fundraiser-thank-you-debrief.html



Thank you to all who donated to our 2019 Fundraiser, Building the PSF.  Our fundraiser ended June 30th and we successfully surpassed our goal!


The PSF received over $75,000 in donations!





To l
Python Anywhere: Using our file API

Link: https://blog.pythonanywhere.com/180/

.jab-post img {
border: 2px solid #eeeeee;
padding: 5px;
}


Our API supports lots of common PythonAnywhere operations, like creating and managing consoles, scheduled and always-on tasks, and
PSF GSoC students blogs: Coding and Communication

Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/coding-and-communication/

You have to constantly be learning and implementing various things if you want to be better at programming. Watch some tutorials, checkout some blogs, read the documentation and start experimenting, I
Catalin George Festila: Python 3.7.3 : Three examples with BeautifulSoup.

Link: http://python-catalin.blogspot.com/2019/07/python-373-three-examples-with.html

Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tre
Data School: My top 25 pandas tricks (video)

Link: https://www.dataschool.io/python-pandas-tricks/

In my new pandas video, you're going to learn 25 tricks that will help you to work faster, write better code, and impress your friends. These are the most useful tricks I've learned from 5 years of te
Peter Bengtsson: SongSearch autocomplete rate now 2+ per second

Link: https://www.peterbe.com/plog/songsearch-autocomplete-rate-now-2+-per-second

By analyzing my Nginx logs, I've concluded that SongSearch's autocomplete JSON API now gets about 2.2 requests per second. I.e. these are XHR requests to /api/search/autocomplete?q=....
Roughly, 1.8 r
PSF GSoC students blogs: Week #6

Link: http://blogs.python-gsoc.org/en/blogs/js94s-blog/week-6-2/

Now that PCA implementation was working, I needed to improve the performance as the previous performance was too slow to be put into use. As per mentor's suggestions, I tried to replace the loading wi
ListenData: 15 ways to read CSV file with pandas

Link: https://www.listendata.com/2019/06/pandas-read-csv.html

This tutorial explains how to read a CSV file in python using read_csv function of pandas package. Without use of read_csv function, it is not straightforward to import CSV file with python object-ori
Python Circle: For loop in Django template

Link: https://www.pythoncircle.com/post/685/for-loop-in-django-template/

using for loop in Django templates, Using break in Django template for loop, Using range in django template for loop, How to access index in for loop in django template, for - empty in django template
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
PyBites: Code Challenge 62 - Women @ Pycon ES

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


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

Hey Pythonistas,
Coming thursday, the 18th of July 2019, we will organize a special challenge in collaboration
Moshe Zadka: Interfaces are forever

Link: https://orbifold.xyz/interfaces-are-forever.html

(The following talks about zope.interface interfaces,
but applies equally well to Java interfaces,
Go interfaces,
and probably other similar constructs.)
When we have write a function,
we can sometime