PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Hypermodern Python

A guide to modern Python tooling with a focus on simplicity and minimalism. This…

https://medium.com/@cjolowicz/hypermodern-python-d44485d9d769
Statistical and Visual Exploratory Data Analysis with One Line of Code

Example with NASA dataset

https://towardsdatascience.com/statistical-and-visual-exploratory-data-analysis-with-one-line-of-code-9953638ea9d0
Master Features Engineering in 5 Minutes A Day (Part 1)

Most techniques that you need to improve the…

https://medium.com/analytics-vidhya/unleash-the-predictive-power-of-machine-learning-model-features-engineering-part-1-fe9abc17bac4
Python Hub Weekly Digest for 2020-01-19

https://pythonhub.dev/digest/2020-01-19/
Deployment with Fabric

Fabric is an awesome tool written in Python that we can utilize to execute shell commands on a ...

https://stribny.name/blog/2020/01/deployment-with-fabric
Stop Using range() in Your Python for Loops

How to access the current index using the enumerate()…

https://medium.com/better-programming/stop-using-range-in-your-python-for-loops-53c04593f936
3 Python Libraries You Can’t Miss In 2020

Start the year off right.

https://towardsdatascience.com/3-python-libraries-you-cant-miss-in-2020-2ee4a7277cf1
Build a trading simulator in Python

…and get investment…

https://medium.com/swlh/build-a-trading-simulator-in-python-ebe046949dd9
Partial functions in Python

Reduce the complexity of your code.

https://towardsdatascience.com/partial-functions-in-python-4441270df1e8
How to have default/initial values in a Django form that is bound and rendered

Django's Form framework is excellent. It's intuitive and versatile and, best of all, easy to use. ...

https://www.peterbe.com/plog/initial-values-bound-django-form-rendered
Plotting with Pandas — Dates and Bar Plots

Using Pandas Python package to make nice plots with dates…

https://codeburst.io/plotting-with-pandas-dates-and-bar-plots-227f25351274
How To Use For Loops Better in Python

A few functions that can improve your looping logic

https://medium.com/better-programming/how-to-use-for-loops-better-in-python-1dfbc3d9e91f
Blazing Fast Data Wrangling With R data.table

Who has time to do data science with slow code?

https://towardsdatascience.com/blazing-fast-data-wrangling-with-r-data-table-de5045cc4b4d
JavaScript destructuring like Python kwargs with defaults

In Python
I'm sure it's been blogged about a buncha times before but, I couldn't find it, and I had ...

https://www.peterbe.com/plog/javascript-destructuring-like-python-kwargs-with-defaults