Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
PSF GSoC students blogs: Week 9: Weekly Check-In (#5)

Link: http://blogs.python-gsoc.org/en/digyts-blog/week-9-weekly-check-in-5/

1. What did you do this week?
A lot of different stuff:
- Introduced some small tests to make sure the multitaper and stockwell functions do what they should to.
- Made tfr_stockwell catch up with tfr
ListenData: How to Import Data in Python

Link: https://www.listendata.com/2017/02/import-data-in-python.html

This tutorial explains various methods to read data in Python. Data can be in any of the popular formats - CSV, TXT, XLS/XLSX (Excel), sas7bdat (SAS), Stata, Rdata (R) etc. Loading data in python envi
PSF GSoC students blogs: Week 9 Chek-in

Link: http://blogs.python-gsoc.org/en/kruzaevas-blog/week-9-chek-in/

What did you do this week?
Submitting of Clustering GUI and rectangular ROI, tests writing. All tests and cheks for Clustering GUI have passed. 
What is coming up next?
Documentation writing.
Did you
Catalin George Festila: Python 3.7.3 : Using the flask - part 004.

Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-004.html

The goal of this tutorial is to interact with the database in order to use it with flask_sqlalchemy python module.
The db.Model is used to interact with the database.
A database doesn't need a primary
IslandT: Use Blockchain API to retrieve the Bitcoin exchange rate within the 15 minutes period of the time

Link: https://kibiwebgeek.com/2019/07/30/use-blockchain-api-to-retrieve-the-bitcoin-exchange-rate-within-the-15-minutes-period-of-the-time/

Hello and welcome back, in this article we will continue to develop the cryptocurrency application. In the previous few chapters, we had only used the cryptocompare API to make the REST call but in th
Stack Abuse: Python for NLP: Movie Sentiment Analysis using Deep Learning in Keras

Link: https://stackabuse.com/python-for-nlp-movie-sentiment-analysis-using-deep-learning-in-keras/

This is the 17th article in my series of articles on Python for NLP. In the last article, we started our discussion about deep learning for natural language processing.
The previous article was focuse
PSF GSoC students blogs: Weekly Check-in #10 : ( 26 July - 1 Aug )

Link: http://blogs.python-gsoc.org/en/anubhavps-blog/weekly-check-in-10-26-july-1-aug/

What did you do this week?

Improved performance of Protego by implementing lazy regex compilation.
Benchmark Results :

Time to parse 570 `robots.txt` files :

Protego : 





1th percentile : 2.7
Real Python: Dictionaries in Python

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

Python provides a composite data type called a dictionary, which is similar to a list in that it is a collection of objects.
Here’s what you’ll learn in this course: You’ll cover the basic characteris
PSF GSoC students blogs: We are in the endgame NOW @ 2048

Link: http://blogs.python-gsoc.org/en/vipulgupta2048s-blog/we-are-in-the-endgame-now-2048/

 
<meta charset="utf-8">
Week #10 24/07 to 30/07
Well, only 2 weeks and some days left to go. Oh boy, the time it has been. I wish to keep working if they let me. 
 
What did you do this week?
Integra
TechBeamers Python: How to Merge Dictionaries in Python?

Link: https://www.techbeamers.com/python-merge-dictionaries/

In this post, we are describing different ways to merge dictionaries in Python. There is no built-in method to combine them, but we can make some arrangements to do that. The few options that we’ll us
PyCoder’s Weekly: Issue #379 (July 30, 2019)

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

#379 – JULY 30, 2019 View in Browser » What’s Coming in Python 3.8 “The Python 3.8 beta cycle is already underway, with Python 3.8.0b1 released on June 4, followed by the second beta on July 4.
PSF GSoC students blogs: GSoC Weekly Checkin

Link: http://blogs.python-gsoc.org/en/kaybs-blog/gsoc-weekly-checkin/

Hello everyone!
Second Evaluations are over and passed it with a great feedback.
What did I do this week?
This week after everyone approved the new Icons Picker page, I made its front end and and conn
Talk Python to Me: #223 Fun and Easy 2D Games with Python

Link: https://talkpython.fm/episodes/show/223/fun-and-easy-2d-games-with-python

Have you tried to teach programming to beginners? Python is becoming a top choice for the language, but you still have to have them work with the language and understand core concepts like loops, vari
Thibauld Nion: Why leave Wordpress behind for Nikola ?

Link: https://tibonihoo.net/en/blog/2019/07/pourquoi-abandonner-wordpress/

In my previous post I announced my website's migration from Wordpress
to Nikola.
Still, with Wordpress having been my site's engine for so many years,
I feel that I owe a few explanations to the commu
PSF GSoC students blogs: Packaging your Panda3D game for iOS

Link: http://blogs.python-gsoc.org/en/treamouss-blog/packaging-your-panda3d-game-for-ios/

HI everyone,
I'd like to quickly detail how you can help test out the iOS port using your own game. I am making available a wheel that contains all of the files required to develop a Panda app on iOS.
IslandT: Use Pandas Data Frame to display market data

Link: https://kibiwebgeek.com/2019/07/31/use-pandas-data-frame-to-display-market-data/

In the previous article, we have used the Blockchain API to display the Bitcoin vs world major currencies exchange rate in our application. In this article, we will use the Pandas Data Frame object to