Skip to content

DevendraChoudhary1005/Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 Python Fundamentals & Logic

A collection of basic Python scripts and notebooks covering core programming concepts. This repository is part of my AI Engineer Roadmap, focusing on building a strong foundation in Python syntax and algorithmic thinking.

πŸ“š Concepts Covered

  • Variables & Data Types: Understanding strings, integers, floats, and booleans.
  • Control Flow:
    • if, elif, else statements.
    • Loops: for loops (iterating over ranges/lists) and while loops.
  • Functions:
    • Definition and calling (def).
    • Positional vs. Keyword arguments.
    • Return statements and Scope.
  • Data Structures:
    • Working with Lists, Tuples, and Sets.
    • Efficient data lookup using Dictionaries.
  • Recursion: Exploring Head vs. Tail recursion logic.

πŸš€ Getting Started

To run any of the scripts locally:

  1. Ensure you have Latest version of Python installed.
  2. Clone the repo:
    git clone [https://github.com/YOUR_USERNAME/repo-name.git](https://github.com/YOUR_USERNAME/repo-name.git)

About

This repository is a dedicated space for mastering the building blocks of Python. Before diving into complex AI models and Neural Networks, I am using these scripts to solidify my understanding of logic, memory management, and clean coding practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors