Project Ideas to Learn Python [DIY Approach]
Curated list of projects for learning Python by developing small applications. These are some of ideas for those who have started learning Python.
Curated list of projects for learning Python by developing small applications. These are some of ideas for those who have started learning Python.
Curated learning path to be a Python developer. Starting from basic to advance concepts and followed by DIY approach. Follow this post and keep learning.
Curated learning path to be a Python developer. Starting from basic to advance concepts and followed by DIY approach. Follow this post and keep learning.
Download file faster using python and unzip it.
Redshift database is a cloud based, data warehouse solution offered by Amazon. It provides storage system that stores petabytes of data in easy-to-access clu...
Important topics in Q&A format is based on my experience. Feel free to update me in case of any observation or you want to add anything.
Airflow Airflow is a platform created by the community to programmatically author, schedule and monitor workflows.
SSH SSH or Secure Shell is a cryptographic network protocol for operating network services securely over an unsecured network.[1] Typical applications includ...
Generate dynamic block diagram using graphviz in windows/linux.
Useful linux command Set of common useful linux command with basic description and usage. ls - List directory contents ls Prints all non hidden...
Install Grafana on Ubuntu using WSL 2 and explore rich graph and chart in windows.
Setup AirFlow on WSL, configure database, executors and create static and dynamic workflow.
pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.
Install MySQL on Oracle always free compute instance and connect from MySQL workbench installed on windows.
How to install MySQL in Ubuntu 20.04 in WSL 2
Scrape linkedin.com post using Python Linkedin is for professional networking. it is also used by employers for posting jobs. There are cases where recruite...
OneClick Resume Uploader Updating profile daily increases the probablity of getting noticed by recruiters on job portal. Using OneClick resume upload hack, ...
Useful points related to Oracle Database Administration How to take export back of oracle database schema? Schema can be exported using expdp command. ...
What is Git? Git is a distributed version-control system for tracking changes in source code during software development.It is designed for coordinating work...
Introduction Performance tuning is a set of approach to optimize the database operations. Tuning is done at many level, depending upon the nature of iss...
Flask CRUD Demo Application Flask Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the abi...
Important topics in Q&A format is based on my experience. Feel free to update me in case of any observation or you want to add anything. This post is spe...
Scrape Naukri.com job using Scrapy Scrapy An open source and collaborative framework for extracting the data you need from websites. Using scrapy you can s...
Flask Restful Api Flask-RESTful is an extension for flask that adds supports for quickly building REST APIs. In this example, restful api is exposed for vi...