PythonHub
2.44K subscribers
2.35K photos
49.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Writing a simple SOCKS server in Python

This article explains how to write a tiny and basic SOCKS 5 server in Python 3.6. I am assuming ...

http://rushter.com/blog/python-socks-server/
Python is eating the world: How one developer's side project became the hottest programming language on the planet

Frustrated by programming language shortcomings, Guido van Rossum created Python. With the language now used by millions, Nick Heath talks to van Rossum about Python's past and explores what's next.

https://www.techrepublic.com/article/python-is-eating-the-world-how-one-developers-side-project-became-the-hottest-programming-language-on-the-planet/
Optimization tricks in Python: lists and tuples

Python has two similar sequence types such as tuples and lists. The most well-known difference ...

http://rushter.com/blog/python-lists-and-tuples/
Experimentation in Data Science

When AB testing doesn’t cut it

https://towardsdatascience.com/experimentation-in-data-science-90521e74ee4c
4 Basic Python Tips to Automate Your Workflow

Make it seem like you’re working when you’re not

https://medium.com/better-programming/4-basic-python-tips-to-automate-your-workflow-befabe140b83
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/
Writing a Kubernetes Operator in Python without frameworks and SDK

https://medium.com/flant-com/kubernetes-operator-in-python-451f2d2e33f3
Exploratory data analysis in Python.

Let us understand how to explore the data in python.

https://towardsdatascience.com/exploratory-data-analysis-in-python-c9a77dfa39ce
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
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
Publishing your own Python package

A practical guide to packaging Python code

https://towardsdatascience.com/publishing-your-own-python-package-3762f0d268ec