PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
How I Stopped Learning to Code and Started Coding

A junior developer’s report on taking the next step forward

https://medium.com/better-programming/how-i-stopped-learning-to-code-and-started-e32614bccfd8
Top 3 New Features in Pandas 1.0

A couple of new time and nerve saving features

https://towardsdatascience.com/top-3-new-features-in-pandas-1-0-4a92d98a9a8f
Autoencoders with Keras, TensorFlow, and Deep Learning

In this tutorial, you will learn how to implement and train autoencoders using Keras, TensorFlow, ...

https://www.pyimagesearch.com/2020/02/17/autoencoders-with-keras-tensorflow-and-deep-learning/
Auto-Generated Knowledge Graphs

Utilize an ensemble of web scraping bots, computational linguistics…

https://towardsdatascience.com/auto-generated-knowledge-graphs-92ca99a81121
Optimize Python Code in Jupyter Notebook

Bored waiting for a slow Python job to finish? Let’s find the…

https://towardsdatascience.com/optimize-python-code-in-jupyter-notebook-9df92832a23e
Modularity for Maintenance

Never send a human to do a machine’s job.
One of the best things about maintaining open source in ...

https://glyph.twistedmatrix.com/2020/02/modules-for-maintenance.html
Python ETL Tools: Best 8 Options

Want to do ETL with Python? Here are 8 great libraries and a hybrid…

https://towardsdatascience.com/python-etl-tools-best-8-options-5ef731e70b49
Ten Tips to Save you Time and Frustration When Programming

Plus a bonus plan for resolving errors…

https://towardsdatascience.com/ten-tips-to-save-you-time-and-frustration-when-programming-1f5a4b61f390
Matrix Operations with Python NumPy-II

Trace
of a Matrix Calculations



Trace
of a Matrix is the sum of diagonal elements of the ...

https://www.learntek.org/blog/matrix-operations-with-python-numpy-ii/
How to not get caught while web scraping?

Building a robot that will imitate regular human internet…

https://medium.com/datadriveninvestor/how-to-not-get-caught-while-web-scraping-88097b383ab8
Introducing Diagrams: Diagram as Code

Build cloud architecture diagrams without leaving your IDE

https://medium.com/better-programming/diagrams-diagram-as-code-56fec222cdf6
How to use NLP in Python: a Practical Step-by-Step Example

To find out the In-Demand Skills for Data…

https://towardsdatascience.com/how-to-use-nlp-in-python-a-practical-step-by-step-example-bd82ca2d2e1e
Python Hub Weekly Digest for 2020-02-23

https://pythonhub.dev/digest/2020-02-23/
Let’s Build A Simple Interpreter. Part 18: Executing Procedure Calls

“Do the best you can until you know better. Then when you know better, do better.” ― ...

https://ruslanspivak.com/lsbasi-part18/