Skip to content

Gitanuj993/py-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

306 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the World of programming!

Books :

Let's learn and explore programming and its various use cases, python is one of the popular general purpose programming languages,

It is widely used for its simple syntax and massive collection of libraries and modules amid run on top of c and c++ !

We will explore Python from beginner to advance levels with simple to complex use cases.

  1. We will encounter edge-cases.
  2. We will judge Error-cases.
  3. We will face brain teasers .
  4. We will practice individual topics and its subtopics.
  5. We will connect dotes and interrelate different topics and subtopics.
  6. We will be able to solve different levels and variations of problems.
  7. we will do fun in try-fun.directory.

How to Use the repo

Table of content

Object oriented program

Exception Handling

Packages and modules

Note

lab26-packages-modules

Generators

  1. Generators are the special functions, do not use return keyword but return an generator object.
  2. Generator use a keyword 'yield' .
  3. generator return a single value at a time unlike other complex data types which return all the elements.
  4. next element is accessed by next(<generator_var>)

Decorators

  1. decorator is an function.
  2. it takes function as a parameter or function as an input.
  3. do some additional operations or work functionality perform.
  4. decorators return a new functions , without modifying the original function code.

'@'property allows a method and attribute

complex numbers

Suggestion & Feedbacks

Note

Kindly provide your valuable feedback and tips on gleuser83+py@gmail.com

About

Here we discuss and deal python programming language and it's real world implementation from beginners to advanced levels, keep going !

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors