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?
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…