Code Monkey home page Code Monkey logo

python-expert's Introduction

python Intermediate Course

A repository for Python intermediate course, content, and lab exercises.

This course is specifically designed for my student who just completed python level 1 course.

If you have not completed the python level 1 course, or do not know the fundamentals of python, you can clone or fork the repo from https://github.com/ghimiresdp/python-level1 and complete all the chapters from python-level1 first.

Course Contents

  1. Python Package Management

  2. Virtual Environments

  3. Date and Time Module

  4. math Module

  5. Advanced Functions and Methods

    • groupby() function
    • sorted() function
    • filter() function
    • map() function
    • map() function
  6. Advanced Type Hinting

    • The typing library
    • manual type declaration
    • type hinting for functions and classes
  7. Advanced Data Structures

    • Stack
    • Queue
    • Linked List
  8. Indexing and Slicing

    • Basic Slicing
    • Reversing an object
    • slice assignment
    • Making Shallow copy of an array
    • Indexing
  9. Decorators

  10. Mixins

  11. Graphical User Interface (GUI) with Python

  12. Python requests library

  13. HTTP clients and servers in python

Folder Structure

The repository has its folder structure as shown in example below:

๐Ÿ“‚ python-intermediate
 |-- ๐Ÿ“‚ course
 |    |-- ๐Ÿ“‚ chapter_1
 |    |    |-- ๐Ÿ“œ chapter 1 theory 1.md
 |    |    |-- ๐Ÿ“œ chapter 1 theory 2.md
 |    |    |-- ๐Ÿ“„ ...
 |    |    |-- ๐Ÿ“‚ code
 |    |    |    |-- ๐Ÿ“„ c0101.py
 |    |    |    |-- ๐Ÿ“„ c0102.py
 |    |    |    |-- ๐Ÿ“„ ...
 |    |    |
 |    |    |-- ๐Ÿ“‚ quiz
 |    |    |    |-- ๐Ÿ“„ q0101.py
 |    |    |    |-- ๐Ÿ“„ q0102.py
 |    |    |    |-- ๐Ÿ“„ ...
 |    |    |
 |    |    |-- ๐Ÿ“‚ solution
 |    |    |    |-- ๐Ÿ“„ q0101.py
 |    |    |    |-- ๐Ÿ“„ q0102.py
 |    |    |    |-- ๐Ÿ“„ ...
 |    |
 |    |-- ๐Ÿ“‚ ...
 |
 |-- ๐Ÿ“‚ projects
 |    |-- ๐Ÿ“‚ project_1
 |    |    |-- ๐Ÿ“œ Project 1 Requirement Specification.md
 |    |    |-- ๐Ÿ—ƒ๏ธ Media file for Requirements
 |    |    |-- ๐Ÿ—ƒ๏ธ ...
 |    |    |-- ๐Ÿ“‚ project_1 (solution)
 |    |         |-- ๐Ÿ“‚ contents
 |    |         |-- ๐Ÿ“„ contents
 |    |         |-- ๐Ÿ“„ contents
 |    |
 |    |-- ๐Ÿ“‚ ...

python-expert's People

Contributors

ghimiresdp 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.