Skip to content

Latest commit

 

History

History
60 lines (56 loc) · 7.88 KB

Basics.md

File metadata and controls

60 lines (56 loc) · 7.88 KB

Let's get started with the Basics.

Basics of Python Programming and Syntax:

You can explore and learn from many online resources as well or you can even do online free python courses without certification. Some links are provided below:


For any programming language, it is required to have knowledge on Data Structures, Algorithms and OOPs(Object Oriented Programming). Watching quick introductions will help you understand the concepts if not for series or courses.


Assuming that you have gained a good exposure on basics of python and working with python, let's now start learning about some core python libraries.


Now that you have gone through the basics of Python and core python libraries, we will go through some real world examples. (PRACTICE!!)