Real Python: Caching in Python Using the LRU Cache Strategy
Link: https://realpython.com/lru-cache-python/
There are many ways to achieve fast and responsive applications. Caching is one approach that, when used correctly, makes things much faster while decreasing the load on computing resources. Python’s
Link: https://realpython.com/lru-cache-python/
There are many ways to achieve fast and responsive applications. Caching is one approach that, when used correctly, makes things much faster while decreasing the load on computing resources. Python’s
Realpython
Caching in Python Using the LRU Cache Strategy – Real Python
Caching is an essential optimization technique. In this tutorial, you'll learn how to use Python's @lru_cache decorator to cache the results of your functions using the LRU cache strategy. This is a powerful technique you can use to leverage the power of…
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
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
Thedigitalcatonline
Public key cryptography: SSL certificates
An in-depth discussion of the format of X.509 certificates and the signing mechanism
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...
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...
www.codementor.io
Introduction to Scrapy: Web Scraping in Python | Codementor
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...
Caktus Consulting Group: My Favorite Technical Blogs and Mailing Lists
Link: https://www.caktusgroup.com/blog/2020/11/04/favorite-technical-blogs-and-mailing-lists/
I keep up with what's happening in my field by following a number of blogs and an occasional email list. I don't read everything posted in all of these, but by scanning the topics in a feed reader, I
Link: https://www.caktusgroup.com/blog/2020/11/04/favorite-technical-blogs-and-mailing-lists/
I keep up with what's happening in my field by following a number of blogs and an occasional email list. I don't read everything posted in all of these, but by scanning the topics in a feed reader, I
Caktusgroup
My Favorite Technical Blogs and Mailing Lists | Caktus Group
I keep up with what's happening in my field by following a number of blogs and an occasional email list. I don't read everything posted, but by scanning the topics in a feed reader, I can keep up with what's going on, without wasting a lot of time.
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
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
Thedigitalcatonline
Public key cryptography: SSL certificates
An in-depth discussion of the format of X.509 certificates and the signing mechanism
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
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
Matt Layman
Create A Form Template - Building SaaS #78
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 templates.
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
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
Pythonmorsels
Python Doesn't Have Type Coercion
Test and Code: 137: Become an Author - Matt Harrison interviews Brian Okken
Link: https://testandcode.com/137
Matt Harrison, author of many Python books, is putting together a course, Effective Book Authoring, to help other people write and publish books.
As part of this course, he's including interviews with
Link: https://testandcode.com/137
Matt Harrison, author of many Python books, is putting together a course, Effective Book Authoring, to help other people write and publish books.
As part of this course, he's including interviews with
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering 137: Become an Author - Matt Harrison interviews Brian Okken
Matt Harrison, author of many Python books, is putting together a course, Effective Book Authoring, to help other people write and publish books.
As part of this course, he's including interviews with people who have already written books.
This is one of…
As part of this course, he's including interviews with people who have already written books.
This is one of…
Codementor: How to Learn Programming Online: Best Websites to Start With
Link: https://www.codementor.io/johnselawsky/how-to-learn-programming-online-best-websites-to-start-with-1bxmj87b36
In a constantly changing world, more and more new professions appear and gain popularity. But there is one of a few industries that remains popular decades later. It is programming.
Link: https://www.codementor.io/johnselawsky/how-to-learn-programming-online-best-websites-to-start-with-1bxmj87b36
In a constantly changing world, more and more new professions appear and gain popularity. But there is one of a few industries that remains popular decades later. It is programming.
www.codementor.io
How to Learn Programming Online: Best Websites to Start With | Codementor
In a constantly changing world, more and more new professions appear and gain popularity. But there is one of a few industries that remains popular decades later. It is programming.
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
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
Python⇒Speed
Poetry vs. Docker caching: Fight!
Poetry’s versioning scheme for Python dependencies makes Docker caching harder, which means slower images rebuilds. Learn some workarounds.
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
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
JetBrains Blog
Webinar: “What It’s Like To Do Instructional Videos on YouTube” with Nelson Jamal – PyCharm Blog | JetBrains
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
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
www.spyder-ide.org
Blog | New features in Spyder 4's new debugger! — Spyder IDE
Website for Spyder, the Scientific Python Development Environment
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
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
Dataquest
Beginner Python Tutorial: Analyze Your Personal Netflix Data – Dataquest
How much time have you spent watching The Office on Netflix? Find out with this entry-level tutorial on analyzing your own Netflix usage data!
Codementor: Using Python Generators to avoid extra service calls
Link: https://www.codementor.io/gcrsaldanha/using-python-generators-to-avoid-extra-service-calls-1buhlpig82
How to use Python generators to reduce the number of calls to other services.
Link: https://www.codementor.io/gcrsaldanha/using-python-generators-to-avoid-extra-service-calls-1buhlpig82
How to use Python generators to reduce the number of calls to other services.
www.codementor.io
Using Python Generators to avoid extra service calls | Codementor
How to use Python generators to reduce the number of calls to other services.
Codementor: [Part 1/2] Deploy a Smart Contract on Ethereum with Python, Truffle and web3py
Link: https://www.codementor.io/gcrsaldanha/part-1-2-deploy-a-smart-contract-on-ethereum-with-python-truffle-and-web3py-1buhsxibhf
In this tutorial, we'll write a simple smart contract, deploy it to a personal Ethereum blockchain, and call the contract from a Python script.
Link: https://www.codementor.io/gcrsaldanha/part-1-2-deploy-a-smart-contract-on-ethereum-with-python-truffle-and-web3py-1buhsxibhf
In this tutorial, we'll write a simple smart contract, deploy it to a personal Ethereum blockchain, and call the contract from a Python script.
www.codementor.io
[Part 1/2] Deploy a Smart Contract on Ethereum with Python, Truffle and web3py | Codementor
In this tutorial, we'll write a simple smart contract, deploy it to a personal Ethereum blockchain, and call the contract from a Python script.
Codementor: [Part 2/2] Persist data to the Ethereum blockchain using Python, Truffle, and Ganache
Link: https://www.codementor.io/gcrsaldanha/part-2-2-persist-data-to-the-ethereum-blockchain-using-python-truffle-and-ganache-1bui1s7xyc
The previous post (https://dev.to/gcrsaldanha/deploy-a-smart-contract-on-ethereum-with-python-truffle-and-web3py-5on) demonstrated how to write a simple smart contract with Solidity and deploy it...
Link: https://www.codementor.io/gcrsaldanha/part-2-2-persist-data-to-the-ethereum-blockchain-using-python-truffle-and-ganache-1bui1s7xyc
The previous post (https://dev.to/gcrsaldanha/deploy-a-smart-contract-on-ethereum-with-python-truffle-and-web3py-5on) demonstrated how to write a simple smart contract with Solidity and deploy it...
www.codementor.io
[Part 2/2] Persist data to the Ethereum blockchain using Python, Truffle, and Ganache | Codementor
The previous post (https://dev.to/gcrsaldanha/deploy-a-smart-contract-on-ethereum-with-python-truffle-and-web3py-5on) demonstrated how to write a simple smart contract with Solidity and deploy it...
Codementor: Guide To Frontend Testing Using Django
Link: https://www.codementor.io/dorianfelix/guide-to-frontend-testing-using-django-1bxeviqvh6
Front-end testing should always be incorporated in the workflows. This guide will teach you the basics of front end testing using Django.
Link: https://www.codementor.io/dorianfelix/guide-to-frontend-testing-using-django-1bxeviqvh6
Front-end testing should always be incorporated in the workflows. This guide will teach you the basics of front end testing using Django.
www.codementor.io
Guide To Frontend Testing Using Django | Codementor
Front-end testing should always be incorporated in the workflows. This guide will teach you the basics of front end testing using Django.
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
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
Realpython
Episode #34: The Python Modulo Operator & Managing Data With SQLite and SQLAlchemy – The Real Python Podcast
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 Weekly articles and projects. We cover a Real Python article…
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
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
JetBrains Blog
PyCharm 2020.3 EAP #4: Pair Programming, Intelligent Text Proofreading, and More – PyCharm Blog | JetBrains
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
This week’s EAP is devoted to platform-wide features, now bundled in PyCharm: Code With Me, a tool for collaborative d
Anwesha Das: Using Mailvelope with Yubikey in Linux
Link: http://anweshadas.in/using-mailvelope-with-yubikey-in-linux/
Mailvelope is an extension on web browsers to send end to end encrypted emails. This is a good option available to the users to send end to end encrypted without changing the email service they use. I
Link: http://anweshadas.in/using-mailvelope-with-yubikey-in-linux/
Mailvelope is an extension on web browsers to send end to end encrypted emails. This is a good option available to the users to send end to end encrypted without changing the email service they use. I
Law Explained India
Using Mailvelope with Yubikey in Linux
Mailvelope is an extension on web browsers to send end to end encrypted emails. This is a good option available to the users to send end to end encrypted without changing the email service they use. It is licensed under AGPL v3, making it Free and Open Source…