Skip to content

ArPriCode/Python-Programing-PSP-Sem-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python Programming Course Materials

This repository contains lecture materials and code examples for Python Programming course.

Repository Structure

.
├── README.md
├── lectures/           # PDF lecture materials
│   ├── lec1.pdf
│   ├── lec2.pdf
│   └── ...
└── code_examples/     # Python code examples
    ├── lec1.py
    ├── lec2.py
    └── ...

How to View PDFs on GitHub

Method 1: Direct Download

  1. Click on any PDF file in the lectures folder
  2. Click the "Download" button (⬇️) in the top-right corner
  3. Open the downloaded PDF with your preferred PDF reader

Method 2: View Raw

  1. Click on any PDF file in the lectures folder
  2. Click the "Raw" button
  3. The PDF will start downloading automatically

Method 3: Using GitHub Desktop

  1. Install GitHub Desktop
  2. Clone this repository
  3. Open the PDFs directly from your local folder

Course Content

Module 1: Python Basics

Module 2: Intermediate Python

Module 3: Advanced Topics

Module 4: Specialized Topics

Module 5: Professional Development

Code Examples

Each lecture has corresponding Python code examples in the code_examples directory. These examples demonstrate the concepts covered in the lectures.

Note

  • All lecture materials are in PDF format
  • Due to GitHub's file size limitations, PDFs need to be downloaded to view them
  • Code examples are directly viewable on GitHub
  • For the best experience, download the PDFs and view them with a PDF reader

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages