Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.65 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.65 KB

Pyexercise

These all are notes at the time of practice python. I'm sure these notes and concepts will help you in learning process of python language.

Chapter 01:

Modules,Comment,Pip

Chapter 02:

Variables and Data

Chapter 03:

Strings

Chapter 04:

Lists and Tuples

Chapter 05:

Dictionary and Sets

Chapter 06

Conditional expression

Chapter 07

Loop

Note: As all these notes are prepared during the learning of python programming language and all these are executed properly. I recommend you to get concept and learn from these notes but don't copy these codes blindly. First be sure what the code exact mean or how it works.

You can learn from many of websites and youtube channel. You can use their method also learn from them but don't copy them blindly. You have to learn them deeply in right way. And keep continuity to your coding.

Recommendations:

I kindly recommend you some of thesr following reference for learning of programming language:

Youtube Channel of Code with Harry (Hindi): https://youtu.be/gfDE2a7MKjA

Youtube Channel of Code with Harry (English): https://youtu.be/EyEqWFvLDT8

You can use Python Shell like IDLE, and take inputs from the user in this Python compiler.

@anoint.02

Happy Coding❤️