Welcome to the Lecture Notes. This directory contains a collection of markdown files designed to guide you through various Python topics. Each file is structured to provide both theoretical knowledge and practical examples.
Python01-py101.md
Introduction to Python programming, covering basic syntax, variables, data types, and control structures.
Python02-Arrays.md Explores arrays in Python, focusing on operations with lists and other sequence data types.
Python03-Pandas.md A comprehensive guide to the Pandas library, including data manipulation, DataFrames, and Series.
Python04-Plotting.md A walkthrough on data visualization in Python, likely using libraries such as Matplotlib or Seaborn.
PythonE-Datascience.md An overview of data science concepts in Python, including data analysis, machine learning, and statistical techniques.
PythonE-GUI.md Discusses how to create graphical user interfaces (GUIs) in Python, possibly using Tkinter or PyQt.
PythonE-Numpy.md Focuses on the Numpy library, detailing numerical operations, array manipulation, and mathematical functions.
PythonE-Path and Filehandling.md
Covers file handling in Python, including reading, writing, and manipulating files and directories.
GIT
An introduction to Git, explaining version control, repositories, and basic commands.