Coder Social home page Coder Social logo

prosperousheart / async-python-foundations-applied-concepts-2422322 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linkedinlearning/async-python-foundations-applied-concepts-2422322

0.0 0.0 0.0 43 KB

Async Python Foundations: Applied Concepts

Dockerfile 0.49% Python 65.59% HTML 33.92%

async-python-foundations-applied-concepts-2422322's Introduction

Async Python Foundations: Applied Concepts

This is the repository for the LinkedIn Learning course Async Python Foundations: Applied Concepts. The full course is available from LinkedIn Learning.

Async Python Foundations: Applied Concepts

If you were cooking a multicourse meal, would you prep one thing at a time? Put bread in the oven, wait. Warm the soup on the stove, wait. Then the main course. Wouldn’t it be more efficient to spend time prepping other food instead of waiting on tasks that don’t need your immediate attention? In the same way that having multiple things happen at the same time leads to faster meal prep, having multiple things happen in Python—or using an asynchronous approach—can be leveraged to boost application performance and make your Python programs extremely efficient. In this course, Ronnie Sheer gives you the tools to use async Python to solve real-world problems, gain familiarity with the async Python ecosystem, complete challenges with working examples, and become a more attractive candidate for engineering positions. If you’re an experienced Python user looking to take async Python from theory to practice, check out this hands-on course.

Easy setup with Gitpod (cloud workspace).

Open in Gitpod

Local setup

Downloads

  • Visit python.org and download Python for your operating system.
  • Visit redis.io and download Redis for your operating system.

Setting up a virtual environment

  1. Create a virtual environment with the following command:
    python3 -m venv venv
  2. Activate the virtual environment.
    1. Linux and Mac
    source venv/bin/activate
    1. Windows
    venv\Scripts\activate

    ⚠️ If you encounter an error using Windows PowerShell, try opening another shell with the "Run as Administrator" option.

  3. Install the required packages.
    pip install -r requirements.txt
    

Every time you start a terminal session

  1. Navigate to the course directory.

  2. Activate the virtual environment.

    1. Linux and Mac
    source venv/bin/activate
    1. Windows
    venv\Scripts\activate

Running a single exercise file

⚠️ Make sure that you have set up your environment according to the instructions above.

  1. Python
    python CH_01_04_end.py
  2. Starting redis(in separate terminal)
    redis-server

Instructor

Ronnie Sheer

Check out my other courses on LinkedIn Learning.

async-python-foundations-applied-concepts-2422322's People

Contributors

ronysh avatar smoser-lil avatar fullerfish 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.