Detecting SQL injections in Python code using AST
Python has a built-in ast module that lets you inspect, parse and edit Python code. AST stands ...
http://rushter.com/blog/detecting-sql-injections-in-python/
  
  Python has a built-in ast module that lets you inspect, parse and edit Python code. AST stands ...
http://rushter.com/blog/detecting-sql-injections-in-python/
Artem Golubin
  
  Detecting SQL injections in Python code using AST | Artem Golubin
  Detecting SQL Injections in Python code using abstract syntax trees
  To dance or not to dance? — The Machine Learning approach.
https://towardsdatascience.com/to-dance-or-not-to-dance-the-machine-learning-approach-decc2a7782b5
  https://towardsdatascience.com/to-dance-or-not-to-dance-the-machine-learning-approach-decc2a7782b5
Writing a Kubernetes Operator in Python without frameworks and SDK
https://medium.com/flant-com/kubernetes-operator-in-python-451f2d2e33f3
  https://medium.com/flant-com/kubernetes-operator-in-python-451f2d2e33f3
Setting up your own Data Science workspace with Visual Studio Code and Anaconda (Python)
https://medium.com/@christiaandollen/setting-up-your-own-data-science-workspace-with-visual-studio-code-and-anaconda-python-22237590b4ed
  https://medium.com/@christiaandollen/setting-up-your-own-data-science-workspace-with-visual-studio-code-and-anaconda-python-22237590b4ed
Exploratory data analysis in Python.
Let us understand how to explore the data in python.
https://towardsdatascience.com/exploratory-data-analysis-in-python-c9a77dfa39ce
  Let us understand how to explore the data in python.
https://towardsdatascience.com/exploratory-data-analysis-in-python-c9a77dfa39ce
Handling and Sharing Data Between Threads
When working with threads in Python, you will find very useful to be able to share data between ...
https://www.pythonforthelab.com/blog/handling-and-sharing-data-between-threads
  
  When working with threads in Python, you will find very useful to be able to share data between ...
https://www.pythonforthelab.com/blog/handling-and-sharing-data-between-threads
Python for the Lab
  
  Handling and Sharing Data Between Threads
  Sharing data between threads in Python, race conditions, and the limits of the global interpreter lock
  The Treasures of Python’s built in Libraries
https://towardsdatascience.com/the-treasures-of-pythons-built-in-libraries-a183f2bc6cf
  https://towardsdatascience.com/the-treasures-of-pythons-built-in-libraries-a183f2bc6cf
heartrate: Simple real time visualisation of the execution of a Python program.
https://www.reddit.com/r/Python/comments/cov7a7/heartrate_simple_real_time_visualisation_of_the/
  
  https://www.reddit.com/r/Python/comments/cov7a7/heartrate_simple_real_time_visualisation_of_the/
reddit
  
  heartrate: Simple real time visualisation of the execution of a...
  Posted in r/Python by u/alexmojaki • 506 points and 43 comments
  Useful String Methods in Python
Learn about some of Python’s built-in methods that can be used on…
https://towardsdatascience.com/useful-string-methods-in-python-5047ea4d3f90
  Learn about some of Python’s built-in methods that can be used on…
https://towardsdatascience.com/useful-string-methods-in-python-5047ea4d3f90
Tips and Tricks for Data Analysis with Pandas
Tips and tricks to make your life with your data/Pandas…
https://heartbeat.fritz.ai/tips-and-tricks-for-data-analysis-with-pandas-dc0ae909e6be
  Tips and tricks to make your life with your data/Pandas…
https://heartbeat.fritz.ai/tips-and-tricks-for-data-analysis-with-pandas-dc0ae909e6be
Publishing your own Python package
A practical guide to packaging Python code
https://towardsdatascience.com/publishing-your-own-python-package-3762f0d268ec
  A practical guide to packaging Python code
https://towardsdatascience.com/publishing-your-own-python-package-3762f0d268ec
Learn Blockchains by Building One
The fastest way to learn how Blockchains work is to build one
https://medium.com/@vanflymen/learn-blockchains-by-building-one-117428612f46
  The fastest way to learn how Blockchains work is to build one
https://medium.com/@vanflymen/learn-blockchains-by-building-one-117428612f46
Python and R for Data Wrangling: Examples for Both, Including Speed-Up Considerations.
https://towardsdatascience.com/python-and-r-for-data-wrangling-examples-for-both-including-speed-up-considerations-f2ec2bb53a86
  https://towardsdatascience.com/python-and-r-for-data-wrangling-examples-for-both-including-speed-up-considerations-f2ec2bb53a86
An interview with Kapil Varshney, Data Scientist at Esri R&D
In today’s blog post, I interview Kapil Varshney, a PyImageSearch reader who was recently hired at ...
https://www.pyimagesearch.com/2019/08/12/an-interview-with-kapil-varshney-data-scientist-at-esri-rd/
  In today’s blog post, I interview Kapil Varshney, a PyImageSearch reader who was recently hired at ...
https://www.pyimagesearch.com/2019/08/12/an-interview-with-kapil-varshney-data-scientist-at-esri-rd/
Python Tooling Makes a Project Tick
https://medium.com/georgian-impact-blog/python-tooling-makes-a-project-tick-181d567eea44
  https://medium.com/georgian-impact-blog/python-tooling-makes-a-project-tick-181d567eea44
dagster-io / dagster
Dagster is an open-source system for building data applications.
https://github.com/dagster-io/dagster
  
  Dagster is an open-source system for building data applications.
https://github.com/dagster-io/dagster
GitHub
  
  GitHub - dagster-io/dagster: An orchestration platform for the development, production, and observation of data assets.
  An orchestration platform for the development, production, and observation of data assets. - dagster-io/dagster
  Static Analysis at Scale: An Instagram Story
How Instagram develops and uses linting and codemod tools…
https://instagram-engineering.com/static-analysis-at-scale-an-instagram-story-8f498ab71a0c
  How Instagram develops and uses linting and codemod tools…
https://instagram-engineering.com/static-analysis-at-scale-an-instagram-story-8f498ab71a0c
Interpreting Deep Learning Models for Computer Vision
https://medium.com/google-developer-experts/interpreting-deep-learning-models-for-computer-vision-f95683e23c1d
  https://medium.com/google-developer-experts/interpreting-deep-learning-models-for-computer-vision-f95683e23c1d
