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?
Python Nesne Tabanlı Programlama 1
https://medium.com/@ceydailhan461/python-nesne-tabanl%C4%B1-programlama-1-aeb8ee91a287
https://medium.com/@ceydailhan461/python-nesne-tabanl%C4%B1-programlama-1-aeb8ee91a287
Medium
Python Nesne Tabanlı Programlama 1
Herkese merhaba!
Easy Workflow for Python Dependency management
https://python.plainenglish.io/easy-workflow-for-python-dependency-management-49142aa98a0b
https://python.plainenglish.io/easy-workflow-for-python-dependency-management-49142aa98a0b
Medium
Easy Workflow for Python Dependency management
A simple way to figure out your requirements.txt
Using Python and Lambda to Stop EC2 on a Schedule
https://medium.com/@aaronclegg/using-python-and-lambda-to-stop-ec2-on-a-schedule-978faa097e7d
https://medium.com/@aaronclegg/using-python-and-lambda-to-stop-ec2-on-a-schedule-978faa097e7d
Medium
Using Python and Lambda to Stop EC2 on a Schedule
The situation:
How I Tried To Learn Python in 3 Days
https://medium.com/@contactdrecorr/how-i-tried-to-learn-python-in-3-days-dade450cf90f
https://medium.com/@contactdrecorr/how-i-tried-to-learn-python-in-3-days-dade450cf90f
Medium
How I Tried To Learn Python in 3 Days
At Least I Tried
Why __dict__ vs __slots__ in python is very important ?😵
https://faun.pub/why-dict-vs-slots-in-python-is-very-important-a271fbfd08db
https://faun.pub/why-dict-vs-slots-in-python-is-very-important-a271fbfd08db
Medium
Why __dict__ vs __slots__ in python is very important ?😵
For every user defined object python creates a dictionary/ hashmap to store the variables related to that object. If there are 5 objects…
Como saber se uma ação esta cara ou barata?
https://medium.com/@sant1/como-saber-se-uma-a%C3%A7%C3%A3o-esta-cara-ou-barata-a62cbbf1ebb9
https://medium.com/@sant1/como-saber-se-uma-a%C3%A7%C3%A3o-esta-cara-ou-barata-a62cbbf1ebb9
Medium
Como saber se uma ação esta cara ou barata?
Faaaala pessoal tudo certo? No post de Hoje vamos ver como chegar em um preço teto(máximo) para pagar nas acões. Para isso vamos usar as…
Flask Tutorial: Simple Login for your webpage (python)
https://antonioblago.medium.com/flask-tutorial-simple-login-for-your-webpage-python-7029154ab6fa
https://antonioblago.medium.com/flask-tutorial-simple-login-for-your-webpage-python-7029154ab6fa
Medium
Flask Tutorial: Simple Login for your webpage (python)
TLDR ;In my first story, I wrote about how to create a mobile friendly homepage with flask. Now, I want to show you, how you can enhance…
12 Steps To Get Started With Python For Free
https://medium.com/@chris_hecox/12-steps-to-get-started-with-python-for-free-5e70daac9775
https://medium.com/@chris_hecox/12-steps-to-get-started-with-python-for-free-5e70daac9775
Medium
12 Steps To Get Started With Python For Free
There are multiple ways to get started with Python, but I have found Anaconda to be the best. It possesses many features that simplify the…
How to Speed up Python Code with CPU Profiling
https://medium.com/ixorthink/how-to-speed-up-python-code-with-cpu-profiling-39d6788962cf
https://medium.com/ixorthink/how-to-speed-up-python-code-with-cpu-profiling-39d6788962cf
Medium
How to Speed up Python Code with CPU Profiling
Optimising your code’s running time has only advantages. For instance if your code runs in the cloud on a pay-for-use solution, such as…
New Edge of Marketing Mix Modelling on Python Statsmodels
https://medium.com/@ghanshyamsavaliya/new-edge-of-marketing-mix-modelling-on-python-statsmodels-71b202a0a21a
https://medium.com/@ghanshyamsavaliya/new-edge-of-marketing-mix-modelling-on-python-statsmodels-71b202a0a21a
Medium
New Edge of Marketing Mix Modelling on Python Statsmodels
This article aims to outline all the key points of the Marketing Mix Modelling on Python statsmodels. My target is to keep the information…
How to Check a URL for Server-Side Request Forgery (SSRF) Threats using Python
https://cloudmersive.medium.com/how-to-check-a-url-for-server-side-request-forgery-ssrf-threats-using-python-aac14f3249e8
https://cloudmersive.medium.com/how-to-check-a-url-for-server-side-request-forgery-ssrf-threats-using-python-aac14f3249e8
Medium
How to Check a URL for Server-Side Request Forgery (SSRF) Threats using Python
Many forms of cyber attacks can leave you and/or your business helpless as an unknown malicious actor gains access to your database…