top of page
Search


Some basic queries In SQL Server
1. Retrieve List of All Database EXEC sp_helpdb 2. Get the version name of SQL Server SELECT @@VERSION AS Version_Name 3. Get Current...

Codersarts AI
1 min read


Install Django/Virtualenv on a Mac OS X or Linux.
Install Python 3.6, Virtualenv, & Django on Mac
Step-by-step Text Guide.

Codersarts AI
1 min read


Looking for API Developer
We are helping in developing an API Application. On a high Level, the App will do the following 1) The API will be invoked from another...

Codersarts AI
1 min read


Deploying Python and Django Apps on Heroku
Problem Statement: I have a simple Django app hosted in Heroku which simply scrapes data from a website. What I need is that I want a...

Codersarts AI
1 min read


Django - Add csv import/export and custom command
Django - Add csv import/export and custom command

Codersarts AI
1 min read


ModuleNotFoundError: No module named 'pygame' | How to install pygame
Stuff with pygame: Most of developer face this problem when we install pygame in system. Here we give best solution to solve this easily...

Codersarts AI
1 min read


Top 5 programming language used for machine learning
Top 5 most popular programming languages used for machine learning in which Python tops the list, there's a few surprises on there. Here...

Codersarts AI
3 min read


Build a network from scratch: Networkx Python
NetworkX is the most popular Python package for manipulating and analyzing graphs. Several packages offer the same basic level of graph...

Codersarts AI
2 min read


10 Most Common Commands in MongoDB
Here we discuss about ten most commonly used commands for MongoDB beginners. Please feel free to comment and make suggestions if I failed...

Codersarts AI
2 min read


How to implement Keyboard and Mouse click event in tkinter | Tkinter event handling | Event and Bind
Whenever we use Tkinter, we are not just limited to bind one function to one widget. With widgets, we can bind multiple events to it...

Codersarts AI
2 min read


How to declare Static variable in python | Access static or class variable | Static variable in pyth
The Python approach is simple, it doesn’t require a static keyword. All variables which are assigned a value in class declaration are...

Codersarts AI
1 min read


Top 10 Python Assignment Help | Python Expert and Programming help | Python from beginners to expert
In this article, we will offer top 10 learning Areas in python that will help jump start your journey from beginners to becoming a...

Codersarts AI
2 min read


Introduction to python GUI - Labels, Frames and buttons
How to Create an attractive webpage using tkinter widgets? Hello everybody to codersarts.com, welcome to the my Second post on Python GUI...

Codersarts AI
2 min read


Python Tkinter widgets | How to create python GUI using Tkinter widgets
Python Tkinter widgets: Before start tkinter widgets first we know about some geometry manager which is used to create a widgets. Grid()...

Codersarts AI
2 min read


How to implement Crud Operation using Django framework ? Add, Delete and Edit record in Models.
Are you have any stuff with Python and Django framework ? Codersarts provide better code through highly well experienced developer or...

Codersarts AI
1 min read
bottom of page