Skip to content
/ Python-Basics Public template

This repo is for the beginners who want to code or practice examples based on the topics. Best practice learn the topic from book and practice with examples written in folders.

Notifications You must be signed in to change notification settings

shivesh01/Python-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Basics

Logo

Description

This is for beginners who want to learn the python from scratch.I will keep adding contents related to python here!

You can see coded examples with comment in this repo, so, Let's get started

See these coded examples and tries these, Hope you will like it.

Start learning, Start Evolving... 🤗

Here, you can see the content of each folder for easy navigation

|____Inheritance(types)
| |____1.cpp
| |____2.cpp
|____list-com
| |____list_com_4.py
| |____list_com_5.py
| |____List_com_2.py
| |____List_comprehension.py
| |____list_com_6.py
| |____list_com_7.py
| |____list_com_3.py
|____Strings
| |____str_builtin.py
| |____str_immutable.py
| |____str_searching.py
| |____str_testingchar.py
| |____concatenating.py
| |____concatenating_string.py
| |____str_convertor.py
| |____str_align.py
| |____str_slice.py
| |____str_formating.py
| |____str_operator.py
|____Dictionary-comprehension
| |____Dict_com_4.py
| |____Dict_com_1.py
| |____Dict_com_5.py
| |____Dict_com_2.py
| |____save_8.py
| |____Dict_com_6.py
| |____Dict_com_7.py
| |____Dict_com_3.py
| |____Dict_com_8.py
| |____Dict_com_9.py
|____Dictionary-operation
| |____Dict_oper_1.py
| |____Dict_oper_3.py
| |____Dict_oper_2.py
|____Overridding
| |____4.cpp
| |____1.cpp
| |____3.cpp
| |____2.cpp
|____Decorators
| |____Decorators_!.py
| |____Decorators_2.py
| |____Decorators_6.py
| |____Decorators_7.py
| |____Decorators_3.py
| |____Decorators_4.py
| |____Decorators_5.py
|____tuples
| |____tuple_9.py
| |____tuple_8.py
| |____tuple_3.py
| |____tuple_7.py
| |____tuple_6.py
| |____tuple_2.py
| |____tuple_5.py
| |____tuple_1.py
| |____tuple_4.py
| |____tuple_11.py
| |____tuple_10.py
|____Project&problems
| |____Example_4.py
| |____Example_5.py
| |____Example_1.py
| |____Example_21.py
| |____Example_44.py
| |____Example_15.py
| |____Example_31.py
| |____Example_11.py
| |____Example_40.py
| |____Example_25.py
| |____Example_35.py
| |____Example_10.py
| |____Example_41.py
| |____Example_24.py
| |____Example_34.py
| |____Complex_add_num.py
| |____Example_20.py
| |____Example_45.py
| |____Example_14.py
| |____Example_30.py
| |____Example_42.py
| |____Example_13.py
| |____Example_27.py
| |____Example_37.py
| |____Project_Calendar.py
| |____Example_23.py
| |____Example_17.py
| |____Example_33.py
| |____Example_8.py
| |____odd_even.py
| |____Example_22.py
| |____Example_16.py
| |____Example_32.py
| |____Example_9.py
| |____Example_43.py
| |____Example_12.py
| |____Example_26.py
| |____Example_36.py
| |____Example_19.py
| |____Triangle_Perimeter.py
| |____Example_6.py
| |____Example_29.py
| |____Example_2.py
| |____Example_39.py
| |____Example_28.py
| |____Example_3.py
| |____Example_38.py
| |____Example_18.py
| |____Example_7.py
| |____try_Remainder.py
|____Datatype
| |____datatype_explict_3.py
| |____datatype_2.py
| |____datatype_typeconversion_4.py
| |____datatype_1.py
|____Inheritance(access-pecifer)
| |____Private_Inheritance.cpp
| |____Public_Inheritance.cpp
| |____Protected_Inheritance.cpp
|____Polymorphism
| |____Polymorphism.py
|____RegEx
| |____ReExp_4.py
| |____ReExp_5.py
| |____ReExp8.py
| |____RegEx_2.py
| |____ReExp6.py
| |____RegEx_3.py
| |____ReExp9_matchobject.py
| |____ReExp10.py
| |____RegEx_1.py
| |____RegExp7.py
|____Numpy
| |____matrix_2.py
| |____Numpy_10.py
| |____Numpy_1.py
| |____Numpy_5.py
| |____Numpy_4.py
| |____Numpy_11.py
| |____Numpy_7.py
| |____Numpy_12.py
| |____Numpy_3.py
| |____Numpy_2.py
| |____Numpy_6.py
| |____Numpy_9.py
| |____Numpy_8.py
| |____matrix_1.py
|____README.md
|____Inheritance
| |____keyboard_argument.py
| |____Inheritance_hierarchical.py
| |____Inheritance_multilevel.py
| |____Inheritance_single.py
| |____Inheritance_mutiple.py
| |____Inheritance_hybrid.py
|____.gitignore
|____Dictionary
| |____Dict_1.py
| |____Dict_5.py
| |____Dict_4.py
| |____Dict_7.py
| |____Dict_3.py
| |____Dict_2.py
| |____Dict_6.py
| |____Dict_8.py
|____sets
| |____set_1.py
| |____set_5.py
| |____set_4.py
| |____set_function_7.py
| |____set_3.py
| |____set_2.py
| |____set_6.py
| |____set_frozenset_9.py
| |____set_8.py
|____list
| |____list_2.py
| |____list_6.py
| |____list_7.py
| |____list_3.py
| |____list_8.py
| |____list_append-function.py
| |____list_9.py
| |____list_10.py
| |____list_4.py
| |____list_1.py
| |____list_5.py
|____File&function
| |____Workingwith_dir.py
| |____File_writing.py
| |____File_Reading.py
| |____Basic_file_operation.py
| |____hello.txt
| |____File_read_loop.py
|____matplotlib
| |____matplotlib_2.py
| |____matplotlib_scatterplot_6.py
| |____matplotlib_stackplot_7.py
| |____matplotlib_pieplot_8.py
| |____matplotlib_subplot_9.py
| |____matplotlib_bar_4.py
| |____matplotlib_0.py
| |____matplotlib_1.py
| |____matpotlib_3.py
| |____matplotlib_Histrogram_5.py
|____Date&time
| |____datetime_object.py
| |____datetime_day_2.py
| |____datetime_5.py
| |____datetime_timestamp.py
| |____datetime_today.py
| |____datetime_time_4.py
| |____Date&time1.py
| |____datetime_rest.py
|____Generators
| |____generator_5.py
| |____generators_1.py
| |____generator_4.py
| |____generators_2.py
| |____generator_7.py
| |____generator_6.py
| |____generators_3.py
|____Closures
| |____python_closures_3.py
| |____python_closures_2.py
| |____Python_closures_1.py
|____.git
| |____config
| |____objects
| | |____pack
| | | |____pack-3360c07bb31ca80066a94845aacedc574522a59b.pack
| | | |____pack-3360c07bb31ca80066a94845aacedc574522a59b.idx
| | |____info
| |____HEAD
| |____info
| | |____exclude
| |____logs
| | |____HEAD
| | |____refs
| | | |____heads
| | | | |____master
| | | |____remotes
| | | | |____origin
| | | | | |____HEAD
| |____description
| |____hooks
| | |____commit-msg.sample
| | |____pre-rebase.sample
| | |____pre-commit.sample
| | |____applypatch-msg.sample
| | |____pre-receive.sample
| | |____prepare-commit-msg.sample
| | |____post-update.sample
| | |____pre-applypatch.sample
| | |____pre-push.sample
| | |____update.sample
| |____refs
| | |____heads
| | | |____master
| | |____tags
| | |____remotes
| | | |____origin
| | | | |____HEAD
| |____index
| |____branches
| |____packed-refs
|____Name&Scope
| |____Namespace_&_scope_2.py
| |____namespace_&_scope_3.py
| |____Namespace_&_scope.py
| |____namespace_4.py
| |____namespace_5.py
|____Loop
| |____loop_for_4.py
| |____nested_loop_for_12.py
| |____loop_while_5.py
| |____loop_if_2.py
| |____loop_while_10.py
| |____loop_if_1.py
| |____loop_for&while_sum_8.py
| |____loop_while_11.py
| |____loop_for_6.py
| |____loop_while_9.py
| |____loop_for_7.py
| |____loop_for_3.py
|____.idea
| |____inspectionProfiles
| | |____profiles_settings.xml
| | |____Project_Default.xml
| |____Python_Basics.iml
| |____workspace.xml
| |____modules.xml
|____Extras
| |____Exception_Handling.py
| |____Error_builtin.py
| |____List.py
| |____Exceptionwithelse_Handling.py
| |____list3.py
| |____argument_order_notmatter.py
| |____list2.py
| |____list1.py
| |____Method_check&pass.py
| |____lambda_fn.py
| |____passing_arg_parenthesis.py
| |____constant.py
| |____main.py
| |____Method_init.pyj

About

This repo is for the beginners who want to code or practice examples based on the topics. Best practice learn the topic from book and practice with examples written in folders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •