Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
The Digital Cat: Public key cryptography: SSL certificates

Link: https://www.thedigitalcatonline.com/blog/2020/11/02/public-key-cryptography-ssl-certificates/

In the context of public key cryptography, certificates are a way to prove the identity of the owner of a public key.
While public key cryptography allows us to communicate securely through an insecur
Codementor: Introduction to Scrapy: Web Scraping in Python

Link: https://www.codementor.io/adarshpunj/introduction-to-scrapy-web-scraping-in-python-1bwkjgqzt6

Scrapy is an open-source web scraping framework, and it does a lot more than just a library. It manages requests, parses HTML webpages, collects data, and saves it to the desired format. Hence, you...
The Digital Cat: Public key cryptography: SSL certificates

Link: https://www.thedigitalcatonline.com/blog/2020/11/04/public-key-cryptography-ssl-certificates/

In the context of public key cryptography, certificates are a way to prove the identity of the owner of a public key.
While public key cryptography allows us to communicate securely through an insecur
Matt Layman: Create A Form Template - Building SaaS #78

Link: https://www.mattlayman.com/building-saas/create-form-template/

In this episode, I created a template for one of my new forms on the new social media app that I’m building. We talked about context data, template styling, and special considerations for forms in tem
Python Morsels: Python Doesn't Have Type Coercion

Link: https://www.pythonmorsels.com/topics/type-coercion/




Transcript:
Many programming languages have something called type coercion; it's where the language will implicitly convert one object to another type of object in certain circumstances.
Python doe
Python⇒Speed: Poetry vs. Docker caching: Fight!

Link: https://pythonspeed.com/articles/poetry-vs-docker-caching/

Docker packaging is an exercise in shoving square pegs into round holes, over and over and over again.
Consider the Poetry packaging tool for Python.
One of Poetry’s features can make Docker rebuilds
PyCharm: Webinar: “What It’s Like To Do Instructional Videos on YouTube” with Nelson Jamal

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

Want to learn about producing technical videos on YouTube and gaining an audience? Nelson Jamal, who has experience with both, joins us to take a deep look at his soon-to-be-released PyCharm tutorial
Spyder IDE: New features in Spyder 4's new debugger!

Link: https://www.spyder-ide.org/blog/spyder-debugger/

IPython is a great improvement over the standard Python interpreter, bringing many enhancements such as autocompletion and "magic" commands.
When debugging, however, many of these features become inac
Dataquest: Beginner Python Tutorial: Analyze Your Personal Netflix Data

Link: https://www.dataquest.io/blog/python-tutorial-analyze-personal-netflix-data/

How much time have I spent watching The Office? That's a question that has run through my head repeatedly over the years. The beloved sitcom has been my top "comfort show/background noise" choice for
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
Matt Layman: User Authentication

Link: https://www.mattlayman.com/understand-django/user-authentication/

In the previous Understand Django article, we learned about the structure of a Django application and how apps are the core components of a Django project. In this article, we’re going to dig into Dja