Giter Club home page Giter Club logo

python-101's Introduction

PYTHON 101

A comprehensive outline for a Python course that covers everything from basics to mastery. Keep in mind achiving mastery takes time and practice, be patient as you progress through the stages. NB: During the duration of this course, I employ Jupyter Notebook to facilitate interactive learning and simultaneous coding.

Stage 1: Getting started with python

week 1-2: Introduction to Python

  • understand what python is and why it's popular.
  • install python and set up a development environment
  • write your first Python program ("Hello, world").
  • learn about variables, data types and basic input/output.

week 3-4: Control strutctures and functions

  • Explore conditional statements (if, else, elif).
  • work with loops (for and while).
  • define and call functions.
  • understand scope and lifetime of variables.

week 5-6: Data Structures

  • Introduce lists, tuples and dictinaries
  • learn how to manipulate and access elements in these data structures
  • explore string manipulation and formatting

Stage 2: Intermediate Python

Week 7-8: FIle handling

  • read and write files in Python3
  • work with file objects, modes and exceptions

week 9-10: Object Oriented Programming(OOP)

  • understand the principles of OOP
  • create classes and objects
  • explore inheritance , encapsulation and polymorphism

week 11-12: Error handling and exception handling

  • learn exception and errors
  • implement error handling using try and except
  • explore custom exceptions

week 13-14: Modules and libraries

  • import and use modules and libraries
  • explore common python libraries
  • introduction to third party modules

Stage 3: Advanced Python

python-101's People

Contributors

issa-char avatar

Watchers

 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.