Friday, August 21, 2020

which programming language best for beginner learning.

if you are beginner then you right place & if you have already learn some programming language.Even then  you are right place. because i will be teach you intermediate and advance level programming concept & program.

like as  PYTHON,C,C++,JAVA,PHP,HTML,CSS So on. 

Today i recommend you first of all you have learn Python if you are beginner. 

I will categorize python topics in three sections as we learn and progress..

Python Fundamentals and Programming

  • Introduction to Python
  • Strings, Lists and Tuples
  • Dictionaries and Sets
  • Conditional Execution & Loops
  • Comprehensions
  • Functions
  • Modules
  • Scopes and Namespaces

Intermediate Python

  • File Handling
  • Object Oriented Programming
  • Iterator, Generator, Decorators
  • Lambda Expressions

Advanced Python

  • Writing Library
  • Building Framework
  • Python C Extensions (C code in Python)
  • Closure, Function Factory, Method Chaining
  • Exception Handling, Context Manager
  • Meta classes, Introspection
  • Multi threading, Multiprocessing
  • Python In Java (Java Dynamic Language Support)
  • Python In C# (C# Dynamic Language Support)



                                                                                                                             THANK YOU










No comments:

Post a Comment

Featured post

List:-   Lists  are mutable objects which means you can modify a  list  object after it has been created.  Tuples , on the other hand, are i...