Skip to content

This repository documents my learning journey in Python programming. Dive into various Python files created during my learning process, from simple "Hello, World!" scripts to more complex projects.

Notifications You must be signed in to change notification settings

dr14nium/python-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python Playground

Welcome to Python Playground! This repository contains various Python files that I've created during my learning journey. I use this repo to document my learning progress and share it with anyone interested.

File List

Here's a list of files in this repo along with a brief description:

  1. gdk2krsv3.py: This is a python script that can transform geodetic coordinates to cartesian.
  2. loadgeojson2pg.py: This is a python script that can load geojson data into postgre sql with the postgis add-on package.

How to Run

If you want to run or try out the files in this repo, you can follow these steps:

  1. Make sure you have Python installed on your computer. If not, you can download it from the official Python website.

  2. Clone this repo to your computer using the command:

    git clone https://github.com/username/python-playground.git
    
  3. Open a terminal or command prompt, then navigate to the directory where you've cloned this repo.

  4. To run Python files, simply execute the command:

    python file_name.py
    

    Replace file_name.py with the name of the file you want to run.

  5. To run Jupyter notebooks, you need to install Jupyter Notebook first. Then, execute the command:

    jupyter notebook data_analysis.ipynb
    

    Make sure you are in the directory where the notebook is located.

Contributions

I'm very open to contributions! If you have any suggestions for improvements or want to add new files, feel free to submit a pull request to this repo.

Thank you for visiting my Python Playground. Happy learning Python!

About

This repository documents my learning journey in Python programming. Dive into various Python files created during my learning process, from simple "Hello, World!" scripts to more complex projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages