rashid jorvee blog
acquire knowledge and impart it to the people
Menu
Environment
About
Tutorials
Java
Adobe AEM
OSGi
SQL
React
AI/ML
JavaScript
EDS
History
First in India
World
Ancient
Medieval
Modern
Tourism
Asia
Europe
Tourism in India
Polity
Constitution of India
Constitution
Government
Poetry
Allama Iqbal
Ameer Khusro
Amjad Islam Amjad
Faiz Ahmed Faiz
Gulzar
Kabeer
Meer Taqi Meer
Mirza Ghalib
Rahat Indori
Rabindranath Tagore
Sahir Ludhianvi
Shakeel Badayuni
Philosophy
Western philosophy
Indian philosophy
Rationalism
Materialism
Quotes
Mahatma Gandhi
Hazrat Ali
Science and Technology
Information
Constitution of India
GoI websites
India
Others
Gallery
Showing posts with label
Python
.
Show all posts
Showing posts with label
Python
.
Show all posts
Cannot import name 'layer_utils' from 'keras.utils'
›
This error occurs because the layer_utils module is not part of the standalone keras library anymore or is being accessed incorrectly....
How to export data and store in any file using Python
›
In the below Python code syntax, we are storing the test_data values in a csv file "my_file_v1.csv" under data folder. import ...
Difference between function and method in Python
›
Let’s understand the difference between Python methods and functions and when and how to use function or method: Functions : Functions ar...
Different ways of writting loops in Python
›
Lets see we have a list of inetgers name x. x = [3,3,3,4,4,4,3,3,5,5,6,6,7,8,9,9,9] Now iterate over this list using differnet loops. ...
Pyhton Function sample code
›
Different ways to manage fucntion parameter in Python. def paragraph (font,background,fontSize,color): print ( 'Font:' ,f...
How to create virtual environment in python
›
A Python virtual environment, often referred to as "virtualenv," is a tool that allows Python developers to create isolated and se...
Why we need Python to run Node.js?
›
Node.js is written on c++, and is build on GYP . GYP is a Meta-Build system: a build system that generates other build systems and help u...
3 comments:
›
Home
View web version