Building a repository which will help a Novice Programming Enthusiast, understand where to start from, and what decisions he/she need to make in order to build a career in python world.
This bootcamp is a fairly small one taking around a week or two to complete and understand python. It comprises of 3 parts:
- Tutorial: This is a basic tutorial for jupyter notebooks and how to use them.
- Basics: This comprises of basic concepts of python such as datatypes, variables, data structures, operators, user input.
- Intermediate: This comprises of a little advanced concepts such as loops, functions, lambda, object oriented programming.
- Advanced This comprises of very advanced concepts such as modules, dates, math library, regular expressions and exception handling, file handling.
- Bootcamp: This is the folder where there will be a problem which needs to be solved using python. Your code will be tested and a certificate will be generated based on it.
System Requirements
*Better to use Anaconda as it is the whole package
PS:
-
This repository is under progress. Kindly follow or star to get updates. This readme will be updated when ever there is change of plan.
-
Clone this repository and open using VSCode for clear understanding through markdown files. Open markdown files and hit
Ctrl + Shift + V
to see the structured markdown file.