GithubHelp home page GithubHelp logo

python's Introduction

Python code library

All python scripts developed to train coding skills. Here you can find the uses of pandas and other python libraries implemented.

pswpy.py

import random
import string

Generates a random password with the specified length. It can be modified to only return and alphanumeric password.

pandasOpen.py

import pandas
import os.path
import sys

Basic use of the library pandas. Shows how to read data from a csv and xlsx file.

pandasFind.py

import pandas
import os.path
import sys

Extension of the script pandasOpen.py. Find a key in the file.

pandasReplace.py

import pandas
import os.path
import sys

Extension of the script pandasOpen.py. It finds the especific key and replace it with a new one giving a new file with the changes as output. The original file doesn't change.

pandarPairOdd.py

import pandas
import os.path
import sys

Extension of the script pandasOpen.py. It counts how many pair and odd numbers are in a datafile with CSV format

pytubebasic.py

import pytube
import sys
import os

Initial script using the pytube libary. It shows all the attributes that contains a video that is going to be download.

pytubeaudio.py

import pytube
import sys
import os

Shows how to download only the audio of a video from youtube.

pytubelist.py

import pytube
import sys
import os
import re
import progressbar

Download a playlist from youtube. It shows the progress of the download with a progressbar.

encryptor1.py

No aditional libraries needed

Simple functions to encrypt or desencrypt any password following an especific key.

python's People

Contributors

jperez-94 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.