Skip to content
  • Home
  • About Us
  • Blog
    • Fashion
    • Interviews
    • Lifestyle
    • Short Story
    • Technology
  • Entertainment
  • Poem
  • Reflection
  • Real Stories
  • Services

Flyhiee.com

  • Home
  • About Us
  • Blog
    • Fashion
    • Interviews
    • Lifestyle
    • Short Story
    • Technology
  • Entertainment
  • Poem
  • Reflection
  • Real Stories
  • Services

Flash News

Corruption; Lets face it

learn sql quickly: Data and Tables

Come Join The Community Of Great Writers Today @ST

THE BEAUTY OF KARMA;

THE LEGACY;

INFORMATION;

WALLS;

GENDER BASED VIOLENCE-G.B.V(The Store up),

THE COMMAND CONTROL;

THE LOST HOPE;

Monday, January 25, 2021

Category: Technology

Blog Technology Uncategorized

web scraping using python

admin August 13, 2019

webbrowser Comes with Python and opens a browser to a specific page. Requests Downloads files and web pages from the Internet. Beautiful Soup Parses HTML, the format that web pages … Read More

#linux#python3COPY/PASTE MECHANISMDEBIANPIP PYPERCLIPPYTHON 3web scrapingXSEL Comment on web scraping using python
Technology

Python Programming/Strings Tutorial

admin July 10, 2019

String There are three ways you can declare a string in Python: single quotes (‘), double quotes (“), and triple quotes (“””). You can use quotation marks within strings by … Read More

#python#python3#pythonstring#pythontutorial#string Comment on Python Programming/Strings Tutorial
Blog Technology Uncategorized

Errors and Exceptions in python

admin July 6, 2019

Catching exceptions Whenever a runtime error occurs, it creates an exception object. The program stops running at this point and Python prints out the traceback, which ends with a message … Read More

#developer#errors#exceptions#finally#python#python3#try Comment on Errors and Exceptions in python
Technology

Working with files in Python

admin June 23, 2019

Files Note: Take care of Indentation in codes. While a program is running, its data is stored in random access memory (RAM). RAM is fast and inexpensive, but it is … Read More

#files#filestutorial#python#pythontutorial Comment on Working with files in Python
Technology

Introduction to NumPy

admin June 23, 2019

Numpy NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object sophisticated (broadcasting) functions tools for integrating C/C++ and Fortran … Read More

#numpy#python#python3 Comment on Introduction to NumPy
Blog Information Technology

How to counts the number of decimal digits in a positive integer in Python

admin May 8, 2019

The following snippet counts the number of decimal digits in a positive integer: n = 40265 count = 0 while n != 0: count = count + 1 n = … Read More

#countingdigit#programming#python#pythonlove#pythontutorial Comment on How to counts the number of decimal digits in a positive integer in Python
Technology

Creating an administration site for your models in Django

admin April 26, 2019

Django comes with a built-in administration interface that is very useful for editing content. The Django admin site is built dynamically by reading your model metadata and providing a production-ready … Read More

#django#djangoadmin#djangositeadmin#python#technology Comment on Creating an administration site for your models in Django
Knowledge Technology

Creating an application in Django

admin April 25, 2019

Let’s create your first Django application. I am going to show you how to create a blog App. From your project’s root directory, run the following command: python3 manage.py startapp … Read More

#blogapplication#djnago#python#webdevelopment Comment on Creating an application in Django
Technology

Know about default Django Project settings

admin April 22, 2019

  Let’s open the settings.py file and take a look at the configuration of our project.     DEBUG is a boolean that turns on/off the debug mode of the … Read More

#blog#defaultsetting#djanngo#python#technology Comment on Know about default Django Project settings
Technology

Installing Django and creating your first project

admin April 22, 2019

  If you have already installed Django, you can skip and jump directly to Creating your first project. If you haven’t installed Django yet, here is a quick guide to … Read More

#createyourfirstappwithdjango#django#python3#technology Comment on Installing Django and creating your first project

Posts navigation

Previous 1 2 3 Next

Submit your story to get featured.

Follow the link below.

Submit Your Story

Subscribe to Blog via Email

Enter your email address to subscribe to Flyhiee.com and receive notifications of new posts by email.

Join 3,625 other subscribers

Proudly powered by WordPress | Theme: TimesNews | By ThemeSpiral.com.