Skip to content

Rohithgilla12/can-python-do-that

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

can python do that

Hey everyone, I wanted to start a new series in DEV with name can python do that.

This series aims to cover python libraries which are amazing and beginner friendly. As a part of this series I will include 3 libraries every week.

This repository will include

  • Demo Codes (if available)
  • Short note on the library

Repository structure

Every folder will be named with Week <number>, and inside that there would be sub folders with Library names. For example, say Week 2, I discussed about Streamlit, PyLyrics, PDFMiner

can-python-do-that
│   README.md
|
└───Streamlit
│   │   main.py
│   │   poetry.lock
|   |   poetry.toml
|   |   README.md
│   │
└───PyLyrics
│   │   main.py
│   │   poetry.lock
|   |   poetry.toml
|   |   README.md
│   │
└───PDFMiner
│   │   main.py
│   │   poetry.lock
|   |   poetry.toml
|   |   README.md
│   │

How to run the codes in the folder

Every folder uses poetry as packaging and dependency manager.

Installing dependencies

poetry install

Running the shell within the virtual environment

poetry shell

Exiting the environment

exit

Links to the Weekly Posts

Week Number Link to the post
1 Post
2 Post

Follow me so that you won't miss new posts under this series.

Rohith Gilla's DEV Profile

Peace ✌🏻

Rohith Gilla

P.S: Please start the project repository if you like it. HitCount

About

This is official repository of the series "can python do that".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages