Skip to content

Gowtham-314/daily_python_concept

Repository files navigation

Daily Python Concepts

A simple collection of Jupyter notebooks for practicing and revising core Python concepts, syntax, and everyday coding tricks.

Overview

This repository is organized as a small learning space for daily Python practice. Each notebook focuses on a specific concept so the material stays easy to review and extend over time.

Repository Structure

Daily_Python_Concept/
|-- README.md
|-- args_kwargs.ipynb
|-- Basic_Tricks.ipynb
|-- dictionary_Tricks.ipynb
|-- functions_types.ipynb
|-- new_file.ipynb
`-- 1.Two Sum.ipynb

Notebook Index

  • args_kwargs.ipynb - practice and examples for *args and **kwargs
  • Basic_Tricks.ipynb - small Python tricks and useful shortcuts
  • dictionary_Tricks.ipynb - common dictionary operations and patterns
  • functions_types.ipynb - notes and examples related to function behavior and types
  • new_file.ipynb - additional practice notebook for new concepts

Requirements

  • Python 3.x
  • Jupyter Notebook or VS Code with the Jupyter extension

Purpose

The goal of this repository is to build a daily habit of learning Python through short, focused notebook exercises.

Next Improvements

  • Add a short description inside each notebook
  • Keep notebook names consistent and topic-based
  • Add more concept-wise notebooks over time

About

learning daily python new concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors