Skip to content

SheetalAtre/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learnt-to-code

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Troubleshooting
  • FAQ
  • Author

INTRODUCTION

The project displays several short programs and practice modules developed over the course of time.

  • Module description is given on the respective project page link:

  • History, suggestions, issues can be added on project page link:

    REQUIREMENTS


For database code files, required to configure below settings:

  • MongoDB DB details: (link)
  • MySQL DB details: (link)

INSTALLATION

  • To download and run the files using the below steps:

    CONFIGURATION


  • Below configurations are needed for the modules:
    • MongoDB practice module

    • MySql practice module

TROUBLESHOOTING

  • If database does not connect, check the following:

    • Is the database folder created on your machine, if not does your folder have write permissions?

FAQ

How can I run the codes without installing python? If you have python installed on your machine, directly go to the folder using 'cd' command and execute the '.py' file. Python does not includes a compiler to translate a program to machine language (although it compiles to .pyc bytecode files). To create an executable file from a python script you will have to install an additional package like PyInstaller. PyInstaller gathers all dependencies and produces a single file that can be run from the system prompt, even if Python is not installed on a computer. For more information see PyInstaller Manual(link: https://pyinstaller.readthedocs.io/en/stable/) The resulting executable can only be run on the same operating system on which it was generated.

AUTHOR

  • Sheetal Atre

About

Create project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published