• Home
  • Dot Net
  • WordPress
  • Development Topics
  • Other Topics
  • About Us
WordPressDevelopment
OthersAbout UsContact
  • Home
  • Dot Net
  • WordPress
  • Development Topics
  • Other Topics
  • About Us

Crystal Report Barcode

FastAPI

Allows hosting of API using Python. Instructions for FastAPI can be found here. Quick guide: Run the following codes to install

Angular 17 missing component

Angular 17 is missing some files that were created by the older Angular. Use the following Code when creating a new project: Not everyone will need to do this, but if you are developing or learning with an older version of Angular, then you will need to do this to follow the examples or tutorial.

Python Virtual Environment

Python should already be installed. Here we are using Python3. In VS Code, open the terminal, and run the script to create a folder for the Virtual Environment setup. Create Virtual Environment Script Explanation Script name of a virtual environment Python makes virtual environment -m execute building virtual environment venv name of virtual environment .venv […]

Python VS Code Development Setup

Setting up a Python Environment with VS Code can be tricky. When installing Packages for Python on Windows, things can get messy and sometimes hard to figure out. So it is best to always use a Virtual Environment to stage your development. Once built, it will be there for you to use again. What is […]