magic-lantern / bios6642-2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bios6642-2021

BIOS 6642 Introduction to Python Programming, Spring 2021

Please fill out this survey: https://forms.gle/ybvbMMzEDMk7Z8Uv9

Guest lecture on:

  • Git
  • Web scraping with Python

To Setup a similar Python environment to what is used in the presentations, run:

conda env create -f ./environment.yml

Command to enable conda in VSCode pwsh shell:

pwsh -ExecutionPolicy ByPass -NoExit -Command "& 'C:\Anaconda3\shell\condabin\conda-hook.ps1'"
# now modify powershell startup to always make conda available
conda init powershell

Notes and useful information

Web scraping tutorial

Problems with many web scraping tools - no javascript support.

Some python web scraping options:

Besides the above, there are also APIs that allow you to download data from more specialized web services. For example to download data from google drive:

About

License:Apache License 2.0


Languages

Language:Python 100.0%