Tech G

Python in 30 Days: Day 30- Conclusions

Day 30 Conclusions In the process of preparing this material, I have learned quite a lot, and you have inspired…

7 months ago

Python in 30 Days: Day 29 – Building an API

Day 29: Building API In this section, we will cover a RESTful API that uses HTTP request methods to GET, PUT,…

7 months ago

Python in 30 Days: Day 28 – API

Day 28: Application Programming Interface (API) API API stands for Application Programming Interface. The kind of API we will cover…

7 months ago

Python in 30 Days: Day 27 – Python with MongoDB

Day 27: Python with MongoDB Python is a backend technology, and it can be connected with different database applications. It…

7 months ago

Python in 30 Days: Day 26 – Python for web

Day 26: Python for Web Python is a general-purpose programming language, and it can be used in many places. In…

7 months ago

Python in 30 Days: Day 25 – Pandas

Day 25: Pandas Pandas is an open-source, high-performance, easy-to-use data structure, and data analysis tool for the Python programming language.…

7 months ago

Python in 30 Days: Day 24 – Statistics

Day 24 - Python for Statistical Analysis Statistics Statistics is the discipline that studies the collection, organization, displaying, analysing, interpretation and presentation of data. Statistics is a…

7 months ago

Python in 30 Days: Day 23 – Virtual Environment

Day 23: Setting up Virtual Environments To start with the project, it would be better to have a virtual environment.…

7 months ago

Python in 30 Days: Day 22 – Web Scraping

Day 22 - Python Web Scraping What is Web scraping? The internet is full of huge amounts of data that…

7 months ago

Python in 30 Days: Day 21 – Classes and Objects

Day 21: Classes and Objects Python is an object-oriented programming language. Everything in Python is an object, with its properties…

7 months ago