DEV Community

Cover image for Python Boot Camp.
Pope☦
Pope☦

Posted on

Python Boot Camp.

Introduction

Why python language?

Python is easy to learn, write and read. It’s a great starting programming language for beginners, and is easy to pick up for experienced developers. Despite its simplicity, Python’s growing job demand and technical versatility are everything but ordinary.

Progress according to the four weeks

Week one

Week one commenced with a variety of talks from how to be good python developer to setting up the environment and writing clean code. I learnt the professional way of writing python code. To make my learning easier I used Python Tutorial website for reference.

And by the end of the week I was able to build my a random password generator using python code.

Week 2

In this current week we begun to dig deeper, going from functions to complex python stuffs as we progressed to later weeks.
We were able to tackle:

  • Functions
  • List, tuples, dictionaries & sets
  • Data structures and algorithms
  • Some of the common methods used in python.

Week 3

Things got a little bit intense, We begun to dive more deeper.
We were introduced to Flask applications factory & then the dynamic routing in a flask app.
And the final week we start interacting with python for data science and machine learning.
There is still much more to be covered in this last week, from data science to machine learning.

Hope you liked this article, stay tuned for further updates & Happy coding

Top comments (0)