Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: The Real Python Podcast – Episode #34: The Python Modulo Operator & Managing Data With SQLite and SQLAlchemy

Link: https://realpython.com/podcasts/rpp/34/

Are you ready to move beyond flat files for your data in Python? Maybe you're not sure where to start with databases and SQL. This week on the show, David Amos returns with another batch of PyCoder’s
PyCharm: PyCharm 2020.3 EAP #4: Pair Programming, Intelligent Text Proofreading, and More

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

The fourth build of PyCharm 2020.3 is now available in the Early Access Program.
This week’s EAP is devoted to platform-wide features, now bundled in PyCharm: Code With Me, a tool for collaborative d
ListenData: Translating Web Page while Scraping

Link: https://www.listendata.com/2020/10/translating-web-page-while-scraping.html

Suppose you need to scrape data from a website after translating the web page in R and Python. In google chrome, there is an option (or functionality) to translate any foreign language. If you are an
Weekly Python StackOverflow Report: (ccxlix) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/11/ccxlix-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-11-07 18:30:25 GMTDataframe removes duplicate when certain values
Montreal Python User Group: Montréal-Python #81– Libation Ocre

Link: https://montrealpython.org/en/2020/11/mp-81/

Surrounded by a cloud of nutmeg and cinnamon fragrances, the sorceress puts the final touch to her creation: a potent potion of Pythonism, which promises immunity against perverted classes hierarchies
Podcast.__init__: Making The Case For A (Semi) Formal Specification Of CPython - Episode 288

Link: https://www.pythonpodcast.com/cpython-formal-specification-episode-288/

The CPython implementation has grown and evolved significantly over the past ~25 years. In that time there have been many other projects to create compatible runtimes for your Python code. One of the
Python Morsels: Calling a Function

Link: https://www.pythonmorsels.com/topics/calling-a-function/




Related article:

Functions
Python built-ins worth learning
Is it a class or a function? It's a callable!

Transcript
What are functions and how can we use them?
Calling a function
Let's use a func
Janusworx: Getting Back on the Horse

Link: https://janusworx.com/blog/getting-back-on-the-horse/

Ok, one more time.
I know there have been lots of one more times before, but I am going to keep at this until I get proficient enough at this to land a job :)
And while I may not be brainy enough, the
Python Software Foundation: Rami Chowdhury Awarded the PSF Community Service Award for Q3 2020

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/04NQ7_WSg9A/rami-chowdhury-awarded-psf-community.html

Rami Chowdhury Entrepreneur, Software Engineer, DC Python User group co-organizer, and volunteer coordinator of PyCon US, has been awarded the Python Software Foundation 2020 Q3 Community Service Awar
Luke Plant: Everything is an X

Link: https://lukeplant.me.uk/blog/posts/everything-is-an-x-pattern/

“Everything is an X” is a very high level pattern that you see applied in the
design of lots of systems, including programming languages and user interfaces.
It has a lot of advantages, and some disad
Stack Abuse: How to Deploy a Django Application to Heroku with Git CLI

Link: https://stackabuse.com/how-to-deploy-a-django-application-to-heroku-with-git-cli/

Introduction
Heroku is a cloud platform that provides hosting services. It supports several programming languages including PHP, Node.js, and Python. It is Platform-as-a-Service (PaaS) which allows yo
Janusworx: A Good First Day

Link: https://janusworx.com/blog/a-good-first-day/

Was a really good day to ease back into Python today.
I got my VS Code up and running.
I got a personal Gitea instance up, to host my code, from where I will syndicate it to Github and Gitlab.
And fin
Janusworx: Poem Feed

Link: https://janusworx.com/blog/poem-feed/

This is a tiny little niche thing, I built all for my ownsome.
It all started, when I got hooked on reading the daily poem, on the Poetry Foundation page.
Learning Python as I am, I wondered if ther
Real Python: PyPy: Faster Python With Minimal Effort

Link: https://realpython.com/pypy-faster-python/

Python is one of the most popular programming languages among developers, but it has certain limitations. For example, depending on the application, it can be up to 100 times as slow as some lower-lev
Reuven Lerner: Reminder: My “Intro to SQL” course is this Sunday!

Link: https://lerner.co.il/2020/11/11/reminder-my-intro-to-sql-course-is-this-sunday/

This is just a reminder that on Sunday, I’ll be teaching a live, 4-hour introductory course on databases and SQL. If you haven’t ever worked with databases before, then this will give you the push tha