Skip to content

A collection of beginner-to-intermediate Jupyter notebook tutorials covering Python basics.

License

Notifications You must be signed in to change notification settings

Jibinvsunny/Python_Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_Basics

A collection of beginner-to-intermediate Jupyter notebook tutorials covering Python basics.

Python Basics – Jupyter Notebook Tutorials

This repository contains a collection of beginner-to-intermediate Jupyter notebook tutorials designed to introduce Python programming for scientific and general-purpose use.

The notebooks are structured to help learners build a strong foundation in Python with practical examples and clear explanations.


Topics Covered

  • Python variables and data types
  • Input and output
  • Conditional statements (if, elif, else)
  • Loops (for, while)
  • Functions
  • Basic introduction to NumPy, Pandas
  • Introductory data handling concepts
  • Visualization - Matplotlib, Seaborn
  • Object Oriented Programing (OOP)

Intended Audience

  • Beginners learning Python
  • Science and engineering students
  • Anyone starting scientific or technical programming

How to Use

Clone the repository and open the notebooks using Jupyter:

git clone https://github.com/Jibinvsunny/Python_Basics.git cd Python_Basics jupyter notebook You can also open the notebooks using JupyterLab or any compatible notebook environment.

Requirements

The tutorials require Python 3 and the following packages:

numpy pandas matplotlib Install them using:

pip install numpy pandas matplotlib

Author

Jibin V Sunny

Acknowledgment

This tutorial was prepared by the author with the assistance of AI tools
for educational purposes.

License

This project is licensed under the MIT License.
You are free to use, modify, and distribute this material with attribution.

About

A collection of beginner-to-intermediate Jupyter notebook tutorials covering Python basics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published