How to produce beautiful, well formatted Excel reports using Python
https://blog.devgenius.io/how-to-produce-beautiful-well-formatted-excel-reports-using-python-fd87146a1e0e
https://blog.devgenius.io/how-to-produce-beautiful-well-formatted-excel-reports-using-python-fd87146a1e0e
Medium
How to produce beautiful, well formatted Excel reports using Python
Using Python, XlsxWriter, Excel
Primeiros passos utilizando Python para análise de dados
https://medium.com/localizalabs/primeiros-passos-em-data-science-utilizando-python-p-an%C3%A1lise-de-dados-f3ac2e988c50
https://medium.com/localizalabs/primeiros-passos-em-data-science-utilizando-python-p-an%C3%A1lise-de-dados-f3ac2e988c50
Medium
Primeiros passos utilizando Python para análise de dados
Uma visão básica sobre esta linguagem
Building an IoT Security Camera With Raspberry Pi and Render
https://mastrolinux.medium.com/building-an-iot-security-camera-with-raspberry-pi-and-render-13c5056ed0e8
https://mastrolinux.medium.com/building-an-iot-security-camera-with-raspberry-pi-and-render-13c5056ed0e8
Medium
Building an IoT Security Camera With Raspberry Pi and Render
How To Create Your Own Security Camera System With Raspberry Pi, Picamera2, Flask, and Render
Introduction and Quick Start to Apache Kafka!
https://medium.com/@edologgerbird/introduction-and-quick-start-to-apache-kafka-50a20f1e8fb2
https://medium.com/@edologgerbird/introduction-and-quick-start-to-apache-kafka-50a20f1e8fb2
Medium
Introduction and Quick Start to Apache Kafka!
Greetings! If you’re looking to get started with Apache Kafka for the first time, you have come to the right place! This article will walk…
Why Choose Python for eCommerce Platform?
https://python.plainenglish.io/why-choose-python-for-ecommerce-platform-5a6e4d375f2d
https://python.plainenglish.io/why-choose-python-for-ecommerce-platform-5a6e4d375f2d
Medium
Why Choose Python for eCommerce Platform?
Today, e-commerce is a trending and a billion-dollar industry. Not only has it succeeded in scaling high heights, but it has also amassed…
Use Seaborn FacetGrid to Quickly Create Figures With Subplots
https://andymcdonaldgeo.medium.com/use-seaborn-facetgrid-to-quickly-create-figures-with-subplots-6fd72dc90b5d
https://andymcdonaldgeo.medium.com/use-seaborn-facetgrid-to-quickly-create-figures-with-subplots-6fd72dc90b5d
Medium
Use Seaborn FacetGrid to Quickly Create Figures With Subplots
Enhance your Exploratory Data Analysis Process by Using Seaborn’s FacetGrid — An Example Using Earthquake Data
Edit a Spreadsheet. Generate Python.
https://jjdiamondreivich.medium.com/edit-a-spreadsheet-generate-python-22ba50e259e8
https://jjdiamondreivich.medium.com/edit-a-spreadsheet-generate-python-22ba50e259e8
Medium
Edit a Spreadsheet. Generate Python.
Spreadsheets are the most important piece of software ever written, I would argue. The tabular organization of data goes back a very long…
Generative Adversarial Networks (GANS) - A Practical Implementation
https://medium.com/@soorajabraham1/generative-adversarial-networks-gans-a-practical-implementation-90e5f54fb81d
https://medium.com/@soorajabraham1/generative-adversarial-networks-gans-a-practical-implementation-90e5f54fb81d
Medium
Generative Adversarial Networks (GANS) - A Practical Implementation
GANS are designed to create realistic-looking images. It consists of a generator and a discriminator network. The generator network would…
It’s Time to Say Goodbye to These Obsolete Python Libraries
https://python.plainenglish.io/its-time-to-say-goodbye-to-these-obsolete-python-libraries-7c02aa77d84a
https://python.plainenglish.io/its-time-to-say-goodbye-to-these-obsolete-python-libraries-7c02aa77d84a
Medium
It’s Time to Say Goodbye to These Obsolete Python Libraries
Forget about os.path, random, pytz, namedtuple and more and start using the latest and greatest Python libraries.
How to Protect Text Input from XML External Entity (XXE) Attacks using Python
https://cloudmersive.medium.com/how-to-protect-text-input-from-xml-external-entity-xxe-attacks-using-python-41ffb84646bd
https://cloudmersive.medium.com/how-to-protect-text-input-from-xml-external-entity-xxe-attacks-using-python-41ffb84646bd
Medium
How to Protect Text Input from XML External Entity (XXE) Attacks using Python
Effective XML External Entity attacks look to interfere with your application’s processing of serialized data. Without a countermeasure to…
The Zen of grinding LeetCode problems: Day 45–Change of direction
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-45-change-of-direction-a67243636883
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-45-change-of-direction-a67243636883
Medium
The Zen of grinding LeetCode problems: Day 45–Change of direction
I think the ending section will get different from now on
Avoiding Cross-site scripting (XSS) in Django Templates
https://medium.com/geekculture/avoiding-cross-site-scripting-xss-in-django-templates-bfcb49e7be38
https://medium.com/geekculture/avoiding-cross-site-scripting-xss-in-django-templates-bfcb49e7be38
Medium
Avoiding Cross-site scripting (XSS) in Django Templates
Security is critical when developing web applications. Cross-site scripting is one of the most common attacks.
How to Check for SQL Injection (SQLI) Attacks using Python
https://cloudmersive.medium.com/how-to-check-for-sql-injection-sqli-attacks-using-python-e5e9874f1ed
https://cloudmersive.medium.com/how-to-check-for-sql-injection-sqli-attacks-using-python-e5e9874f1ed
Medium
How to Check for SQL Injection (SQLI) Attacks using Python
If you’re looking to secure your website’s database, you should certainly check for malicious SQL statements from the client side. Such…
7 Python One-Liners that will Blow Your Mind
https://towardsdatascience.com/7-python-one-liners-that-will-blow-your-mind-479d5b2ab93a
https://towardsdatascience.com/7-python-one-liners-that-will-blow-your-mind-479d5b2ab93a
Medium
7 Python One-Liners that will Blow Your Mind
Less is more?