Git Product home page Git Product logo

python-web-tutorials's Introduction

Python web tutorials

List of tutorials

Lessons

Lesson 1

Based on Tutorials

Task 1

  1. Obtain numerical data from any API - most of the APIs will require to sign up. Example APIs:

    • Oanda - Forex market prices API
    • Open Notify - open source project to provide a simple programming interface for some of NASA’s awesome data
  2. Record short history from the API via for loop with defined sampling (sleep function will be enough, no need to use cron).

  3. Plot the data.

  4. Do something with data (calculate autocorrelation function, remove trend, estimate mean value and standard deviation, try to predict data with any simple model).

Task 2

For this task use parser of your choice. Data can be obtained with Requests library.

  1. Download data from any wiki page (it should be there enough conent, for example: https://en.wikipedia.org/wiki/Linear_discriminant_analysis)
  2. Print out the most import paragraphs of wiki page content.
  3. Print out all references - pairs of href content (link) and <a></a> content (displayed text)
  4. Make some operations with the page content (most important paragraphs) - histogram of used words, count of individual letters, etc.

The resulting script should work universaly for any Wikipedia page.

Lesson 2

Based on Tutorials

Task 1

Create simple server, the server should be able to:

  1. Respond with full documentation (in HTML) when /help url is accessed.
  2. Check if the user is autorized.
  3. Provide some basic functions of your choice (store data, return data, do some computations with user provided data, etc.)

python-web-tutorials's People

Contributors

matousc89 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.