Python Automation Workshop
A workshop to commence an era of automated tasks
https://medium.com/@codecell/python-automation-workshop-2b6401a51707
A workshop to commence an era of automated tasks
https://medium.com/@codecell/python-automation-workshop-2b6401a51707
Plotting a Quantitative Variable in Your Dataset
Exploring box plots, violin plots and histograms with…
https://medium.com/nightingale/plotting-a-quantitative-variable-in-your-dataset-526c26d40dc7
Exploring box plots, violin plots and histograms with…
https://medium.com/nightingale/plotting-a-quantitative-variable-in-your-dataset-526c26d40dc7
Python Basics — Classes and Objects
An intuitive introduction to the concepts of Classes, Objects…
https://blog.usejournal.com/python-basics-classes-and-objects-e40cf4e77668
An intuitive introduction to the concepts of Classes, Objects…
https://blog.usejournal.com/python-basics-classes-and-objects-e40cf4e77668
Short Text Topic Modeling
Intuition and (some) maths to understand Topic Modeling on short texts
https://towardsdatascience.com/short-text-topic-modeling-70e50a57c883
Intuition and (some) maths to understand Topic Modeling on short texts
https://towardsdatascience.com/short-text-topic-modeling-70e50a57c883
WeBankFinTech / FATE
An Industrial Level Federated Learning Framework
https://github.com/WeBankFinTech/FATE
An Industrial Level Federated Learning Framework
https://github.com/WeBankFinTech/FATE
GitHub
FederatedAI/FATE
An Industrial Level Federated Learning Framework. Contribute to FederatedAI/FATE development by creating an account on GitHub.
Easier Python paths with pathlib
by Reuven M. Lerner
A look at ...
https://www.linuxjournal.com/content/easier-python-paths-pathlib
by Reuven M. Lerner
A look at ...
https://www.linuxjournal.com/content/easier-python-paths-pathlib
Which Programming Language Should Data Scientists Learn First?
R, Python, SQL or something else?
https://towardsdatascience.com/which-programming-language-should-data-scientists-learn-first-aac4d3fd3038
R, Python, SQL or something else?
https://towardsdatascience.com/which-programming-language-should-data-scientists-learn-first-aac4d3fd3038
An AI Wizard of Words
by Marcel Gagné
A look at using ...
https://www.linuxjournal.com/content/ai-wizard-words
by Marcel Gagné
A look at using ...
https://www.linuxjournal.com/content/ai-wizard-words
Build Your Own Internet Radio Receiver
by Nick Tufillaro
Tune in to ...
https://www.linuxjournal.com/content/build-your-own-internet-radio-receiver
by Nick Tufillaro
Tune in to ...
https://www.linuxjournal.com/content/build-your-own-internet-radio-receiver
DNA Geometry with cadnano
by Joey Bernard
This article ...
https://www.linuxjournal.com/content/dna-geometry-cadnano
by Joey Bernard
This article ...
https://www.linuxjournal.com/content/dna-geometry-cadnano
Python's Mypy: Callables and Generators
by Reuven M. Lerner
Learn how ...
https://www.linuxjournal.com/content/pythons-mypy-callables-and-generators
by Reuven M. Lerner
Learn how ...
https://www.linuxjournal.com/content/pythons-mypy-callables-and-generators
I created a python script that can (technically) play videos inside of the terminal!
https://www.reddit.com/r/Python/comments/ctdgk8/i_created_a_python_script_that_can_technically/
https://www.reddit.com/r/Python/comments/ctdgk8/i_created_a_python_script_that_can_technically/
reddit
I created a python script that can (technically) play videos...
Posted in r/Python by u/epic000 • 1,467 points and 81 comments
Python Open Source of the Month (v.Aug 2019)
https://medium.com/@mybridge/python-open-source-of-the-month-v-aug-2019-495f49af1ac2
https://medium.com/@mybridge/python-open-source-of-the-month-v-aug-2019-495f49af1ac2
google / python-fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
https://github.com/google/python-fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
https://github.com/google/python-fire
GitHub
GitHub - google/python-fire: Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely…
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. - google/python-fire
Measuring Python code complexity with wily
It is good to have some idea about our code complexity. This is especially true for large codebases ...
https://stribny.name/blog/2019/05/measuring-python-code-complexity-with-wily
It is good to have some idea about our code complexity. This is especially true for large codebases ...
https://stribny.name/blog/2019/05/measuring-python-code-complexity-with-wily
Best Python practices for Data Scientists
Let’s see some industry standards for production-level code.
https://towardsdatascience.com/best-python-practices-for-data-scientists-11056edda8c7
Let’s see some industry standards for production-level code.
https://towardsdatascience.com/best-python-practices-for-data-scientists-11056edda8c7
How to create a production-ready Recommender System
We saw many things every day on the internet. But…
https://towardsdatascience.com/how-to-create-a-production-ready-recommender-system-3c932752f8ea
We saw many things every day on the internet. But…
https://towardsdatascience.com/how-to-create-a-production-ready-recommender-system-3c932752f8ea
Debugging Python programs
There are different ways to debug Python programs, from printing information to the console using ...
https://stribny.name/blog/2019/06/debugging-python-programs
There are different ways to debug Python programs, from printing information to the console using ...
https://stribny.name/blog/2019/06/debugging-python-programs
stribny.name
Debugging Python programs
Several ways to debugging Python code with illustrated examples.