• Skip to main content
  • Skip to primary sidebar

PyQuant News

Resources for developers using Python for scientific computing and quantitative analysis

You are here: Home / Archives for Data Science
Latest Resources in Data Science

Data Science

NumPy Fundamentals for Data Science and Machine Learning github.io

Published July 28, 2020 under Python

NumPy Fundamentals for Data Science and Machine Learning

This post reviews NumPy main components and functionality, with attention to the needs of Data Science and Machine Learning practitioners, and people who aspire to become a data professional. 

Data Science, Machine Learning, Numpy

Analyzing the Impact of Coronavirus on the Stock Market using Python, Google Sheets and Google Finance adilmoujahid.com

Published April 18, 2020 under Investing

Analyzing the Impact of Coronavirus on the Stock Market using Python, Google Sheets and Google Finance

Since its emergence in Asia late 2019, the coronavirus COVID-19 pandemic has been devastating. The virus spread to most countries causing severe respiratory infections and many human casualties. The virus also put half of the world population in lockdown which resulted in a slowdown of the world economy and a fall in stock prices.

The goal of this tutorial is to introduce the steps for collecting and analyzing stock data in the context of the coronavirus pandemic. To do this, we will use Python, Google Sheets and Google Finance.

Data Science, Python

Open Registration for Loominus Data Science Platform – Use it Free loominus.ai

Published December 15, 2019 under Machine Learning

Loominus has opened up registration and is offering free accounts for a limited time. There’s a whole slew of new features including private data repos, data pipeline cloning, automated data pipelines, enhanced column type detection, UI/UX improvements, detailed information for active tasks, model stream updates and updated API documentation.

Loominus is an end-to-end platform that helps teams ingest and stage data, build advanced machine learning models with no code and deploy them into production. Loominus makes it easy for individuals and teams without experience building machine learning pipelines to take advantage of machine learning faster. Loominus is equally great for experienced data scientists that need to focus on model selection and tuning.

Data Science, Loominus

Tips for Selecting Columns in a DataFrame pbpython.com

Published December 8, 2019 under Python

This article will discuss several tips and shortcuts for using iloc to work with a data set that has a large number of columns. Even if you have some experience with using iloc you should learn a couple of helpful tricks to speed up your own analysis and avoid typing lots of column names in your code.

Data Science, Pandas

Cleaning Up Currency Data with Pandas pbpython.com

Published November 25, 2019 under Python

This article summarizes how to clean up messy currency fields and convert them into a numeric value for further analysis. The concepts illustrated here can also apply to other types of pandas data cleanup tasks.

Data Science, Pandas, Trading

Tutorial: Transforming Data with Python Scripts and the Command Line dataquest.io

Published October 5, 2019 under Python

In this tutorial, we’re going to dig into how to transform data using Python scripts and the command line.

But first, it’s worth asking the question you may be thinking: “How does Python fit into the command line and why would I ever want to interact with Python using the command line when I know I can do all my data science work using IPython notebooks or Jupyter lab?”

Notebooks are great for quick data visualization and exploration, but Python scripts are the way to put anything we learn into production. Let’s say you want to make a website to help people make Hacker News posts with ideal headlines and submission times. To do this, you’ll need scripts.

Data Science

Keras Learning Rate Finder pyimagesearch.com

Published August 10, 2019 under Computer Vision

In this tutorial, you will learn how to automatically find learning rates using Keras. This guide provides a Keras implementation of fast.ai’s popular “lr_find” method.

Data Science, Keras, Machine Learning

Portable Computer Vision: TensorFlow 2.0 on a Raspberry Pi towardsdatascience.com

Published July 1, 2019 under Computer Vision

For roughly $100 USD, you can add deep learning to an embedded system or your next internet-of-things project.

Are you just getting started with machine/deep learning, TensorFlow, or Raspberry Pi? Perfect, this blog series is for you!

Data Science, Python, Raspberry Pi

Snagging Parking Spaces with Mask R-CNN and Python medium.com

Published July 1, 2019 under Computer Vision

But like in most cities, finding a parking space here is always frustrating. Spots get snapped up quickly and even if you have a dedicated parking space for yourself, it’s hard for friends to drop by since they can’t find a place to park.

My solution was to point a camera out the window and use deep learning to have my computer text me when a new parking spot opens up.

Data Science, Python

Awesome Data Science with Python github.com

Published April 19, 2019 under Python

A curated list of awesome resources for practicing data science using Python, including not only libraries, but also links to tutorials, code snippets, blog posts and talks. So. Much. Python.

Awesome, Data Science

PyTorch Sentiment Analysis github.com

Published April 19, 2019 under Machine Learning

Tutorials covering how to do sentiment analysis using PyTorch 1.0 and TorchText 0.3 using Python 3.7.

The first 2 tutorials will cover getting started with the de facto approach to sentiment analysis: recurrent neural networks (RNNs). The third notebook covers the FastText model and the final covers a convolutional neural network (CNN) model.

Data Science, Python, PyTorch

Build your first Convolutional Neural Network to recognize images toptal.com

Published March 30, 2019 under Neural Networks

Computer Vision, Convolutional NN, Data Science

Data Science for Algorithmic Trading towardsdatascience.com

Published January 6, 2019 under Trading

Algorithmic Trading, Data Science

Develop a NLP Model in Python & Deploy It with Flask, Step by Step towardsdatascience.com

Published December 20, 2018 under Machine Learning

API, Data Science, Flask, NLP

Deep Learning Tutorial to Calculate the Screen Time of Actors in any Video analyticsvidhya.com

Published September 17, 2018 under Computer Vision

Data Science, Machine Learning, Python

A short guide on features of Python 3 for data scientists github.com

Published January 23, 2018 under Blogs

Data Science, Py3, Python

Data Science with Python, Pandas, Numpy udemy.com

Published January 23, 2018 under Education

Data Science, Numpy, Pandas

Data Prism: Weekly newsletter about data science, ML, AI and analytics dataprism.co

Published January 23, 2018 under Blogs

AI, Data Science, Programming

Learn Data Science with Python 3 & scikit-learn udemy.com

Published January 22, 2018 under Python

Data Science, Data Visualization, Machine Learning, scikit-learn

Understanding and Building Generative Adversarial Networks with PyTorch becominghuman.ai

Published January 19, 2018 under Machine Learning

Data Science, Deep Learning, Python, PyTorch

Taking screenshots with OpenCV and Python pyimagesearch.com

Published January 9, 2018 under Data Science

Data Science, OpenCV, Python

Advanced Numpy Techniques nbviewer.jupyter.org

Published December 29, 2017 under Data Science

Data Science, Numpy, Python

Using Excel with pandas dataquest.io

Published December 20, 2017 under Python

Data Science, Pandas, Python

Katharine Jarmul on using Python for data analysis oreilly.com

Published December 1, 2017 under Data Science

Data Science, Python

Top 15 Python Libraries for Data Science in 2017 medium.com

Published November 30, 2017 under Python

Data Science, Numpy, Pandas, Python, SciPy

Setting Up the PyData Stack on Windows dataquest.io

Published November 24, 2017 under Data Science

Data Science, Python

Causal Inference With pandas DataFrames medium.com

Published November 20, 2017 under Data Science

Data Science, Pandas, Python

Using Machine Learning to Predict the Weather stackabuse.com

Published November 20, 2017 under Data Science

Data Science, Machine Learning, Python

NLP Tutorial Using Python NLTK likegeeks.com

Published September 29, 2017 under Data Science

Data Science, NLTK, Python

Apache Arrow and the “10 Things I Hate About pandas” wesmckinney.com

Published September 29, 2017 under Data Science

Data Science, Pandas, Python

Python Data Science Handbook jakevdp.github.io

Published August 30, 2017 under Data Science

Data Science, Python

How to Learn Python for Data Science in 2017 elitedatascience.com

Published August 16, 2017 under Python

Data Science, Python

Understanding SettingwithCopyWarning in pandas dataquest.io

Published July 8, 2017 under Python

Data Science, Pandas, Python

GOAI: Open GPU-Accelerated Data Analytics with @NvidiaAI devblogs.nvidia.com

Published June 16, 2017 under Data Science

Data Science, Python

Getting Started with Kaggle: House Prices Competition dataquest.io

Published May 11, 2017 under Data Science

Data Science, Kaggle, Pandas, Python

Data Democratization with Redash talkpython.fm

Published May 4, 2017 under Python

Data Science, Data Visualization, Python, Redash

pyNASA – A simple interface to Open NASA datasets github.com

Published May 1, 2017 under Python

Data Science, NASA, Open Science, Python

NumPy Cheat Sheet – Python for Data Science dataquest.io

Published April 27, 2017 under Python

Data Science, Numpy, Python

Building and Exploring a Map of Reddit with Python lmcinnes.github.io

Published April 27, 2017 under Python

Data Science, Python

Bonobo data processing toolkit for Python 3.5+ bonobo-project.org

Published April 23, 2017 under Python

Data Science, Python

How to mine newsfeed data and extract interactive insights in Python ahmedbesbes.com

Published March 17, 2017 under Python

Data Science, Python

Forecasting Website Traffic Using Facebook’s Prophet Library pbpython.com

Published March 15, 2017 under Python

Data Science, Prophet, Python

How to start a Data Science project in Python blog.godatadriven.com

Published March 6, 2017 under Data Science

Data Science, Python

Bowtie: an interactive dashboard toolkit in Python github.com

Published March 6, 2017 under Python

Data Science, Data Visualization, Python

Prophet: Automatic Forecasting Procedure github.com

Published March 5, 2017 under Python

Data Science, Facebook, Python

Advanced analytics with Python and Tableau 10.1 integration blog.alookanalytics.com

Published February 21, 2017 under Python

Data Science, Python, Tableau

Productionalizing and Deploying Data Science Projects continuum.io

Published February 5, 2017 under Python

Anaconda, Data Science, Python

Modern Pandas (Part 2): Method Chaining tomaugspurger.github.io

Published January 6, 2017 under Python

Data Science, Pandas, Python

Tidy Data in Python jeannicholashould.com

Published January 6, 2017 under Data Science

Data, Data Science, Python

Introduction to Data Science in Python coursera.org

Published January 6, 2017 under Data Science

Coursera, Data Science, Python

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to Next Page »

Primary Sidebar

Welcome to PyQuant News

PyQuant News algorithmically curates the best resources from around the web for developers using Python for scientific computing and quantitative analysis.

PyQuant Books

  • Data Science from Scratch: Practical Guide with PythonData Science from Scratch: Practical Guide with Python

Categories

  • Blogs (9)
  • Books (20)
  • Computer Vision (22)
  • Data Science (146)
  • Education (5)
  • Investing (7)
  • Machine Learning (157)
  • Neural Networks (13)
  • Programming (14)
  • Python (295)
  • Quant Finance (48)
  • Statistics (3)
  • Trading (48)
  • Web Development (6)

Archives

  • February 2021 (3)
  • January 2021 (7)
  • November 2020 (1)
  • October 2020 (7)
  • September 2020 (4)
  • August 2020 (1)
  • July 2020 (4)
  • May 2020 (7)
  • April 2020 (2)
  • March 2020 (1)
  • February 2020 (2)
  • January 2020 (5)
  • December 2019 (6)
  • November 2019 (10)
  • October 2019 (9)
  • September 2019 (9)
  • August 2019 (17)
  • July 2019 (14)
  • June 2019 (10)
  • May 2019 (5)
  • April 2019 (19)
  • March 2019 (9)
  • February 2019 (7)
  • January 2019 (5)
  • December 2018 (19)
  • November 2018 (5)
  • October 2018 (3)
  • September 2018 (17)
  • August 2018 (11)
  • July 2018 (15)
  • June 2018 (24)
  • May 2018 (5)
  • April 2018 (4)
  • March 2018 (3)
  • February 2018 (5)
  • January 2018 (79)
  • December 2017 (13)
  • November 2017 (23)
  • October 2017 (20)
  • September 2017 (8)
  • August 2017 (17)
  • July 2017 (15)
  • June 2017 (11)
  • May 2017 (13)
  • April 2017 (11)
  • March 2017 (11)
  • February 2017 (7)
  • January 2017 (21)
  • December 2016 (7)
  • October 2016 (4)
  • September 2016 (3)
  • August 2016 (4)
  • July 2016 (8)
  • June 2016 (6)
  • April 2016 (12)
  • March 2016 (2)
  • February 2016 (2)
  • January 2016 (8)
  • November 2015 (2)
  • October 2015 (5)
  • September 2015 (8)
  • August 2015 (11)
  • July 2015 (13)
  • June 2015 (51)
  • May 2015 (84)
  • April 2015 (39)