python-files
There are 31 repositories under python-files topic.
milaan9/05_Python_Files
Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but like other concepts of Python, this concept here is also easy and short. Python treats files differently as text or binary and this is important.
Storiesbyharshit/Data-Science-Portfolio
Repository containing portfolio of data science projects completed by me for academic, self learning, and hobby purposes. Presented in the form of iPython Notebooks, and Python files in corresponding modules .
AkhilRautela/Competitive-Coding-Helpful-Script-for-VScode-
These Scripts create the folders and number of files required by the user in the folder with proper extension specified. The best feature is you can easily run your c++ and python files with one single command.
dante-biase/jar2app
jar2app is an extremely simple, python based, command line tool to package JAR files into Mac OS applications, based off a tutorial created by Slavko Žitnik.
BenzoXdev/Zeta-Obfuscator
Obfuscateur Python avancé à couches multiples conçu pour contourner l’analyse statique, les antivirus et la rétro-ingénierie.
greatti/Data_Studies_in_Pandas-I-
This is a Pandas tutorial, where i introduce you basic and complex functions of Pandas/matplotli/seaborn to make a good and usefull data analysis when you need. Hope you enjoy it!
Hamas-ur-Rehman/F22-novalogic-voice-commands
This is a project that demonstrates the use of python speech recognition to help control any sort of game.
roo-oliv/pycollect
Utility library to collect valid Python files recursively
ketsia0623/python-in-five-days-book-code
Code provided in the book: Python in Five Days: A Beginner's Guide to Mastering Python Programming
Vaibhav-Mehta-19/automated-attendance-system-using-face-recognition
Using the faces of the employees or student to mark their attendance on a particular day at a partiular time.
yjg30737/python-file-shuffle
Shuffle files' name with Python
Abhishek010397/Read-Files-Python
Python code to read files and find number of occurences
hDmtP/Python-files-1
I am learning Python
jedahee/Auto-Template-Python-CMD
This script can create the structure folder or templates for projects with technologies like Bootstrap 5, Tailwind, HTML / CSS / JS, JQuery (Normal version, Mobile version, UI version)
khianvictorycalderon/Programming-Practice
A combination of context switching python and javascript programming concept practice files
stivenramireza/python-learning
Building strong foundations in Python.
SunZiBingFa/link_pyfiles_using_conda
批处理:创建链接的pyhon文件,用于启动conda环境运行目标的python文件
hussein-esmail7/templates
Templates and random useful files that are handy
jarsonX/Data_Analysis
Tasks and small projects related to data analysis. Mostly automatisation and data wrangling.
Morras201/Python
A Directory of a ton of Python projects that may or may not help you in the future if not then you could just get free projects
TeoJJss/inventory_system
Assignment for Python Programming Module (Diploma Semester 3)
alimogh/python-file-shuffle
Shuffle files' name with Python
AlvaroMerinoFdz/EjerciciosPython
Ejercicios Básicos de Python
balajimanilal/Mail-Merge-Automation-Project
This project automates the process of creating personalized letters by merging a list of invitee names into a template document. The script reads names from a text file, replaces the placeholder in a template letter, and generates individual letters for each invitee, saving them as .docx files in the output folder.
cescedes/notes
various concepts in python
data-becki/Python-Files-Hacking-The-Fender-Project
Using python to read and write files, csv, txt, and json.
kasrafallah/python_course
I took the Python object-oriented course in the summer of 2020 at Sharif university of technology and I get the third rank in this course
khokhriya/Intract-with-Operating-System-using-Python
Manipulation of files and processes on your computer’s operating system. Regular expressions-- a very powerful tool for processing text files. Execute Python locally, and organize and use code across different Python files. Read and write different types of files, and use sub processes and input streams. Bash scripting. Automatic testing. Set up your own developer environment in your machine.
maomullick/SimplePY
SimplePY is a collection of Python scripts and utilities for file manipulation tailored for AI and ML projects. This repository aims to simplify the handling of datasets, model outputs, and other files commonly encountered in AI and machine learning workflows.
onyxwizard/python-cheatsheet
A comprehensive Python cheatsheet for quick reference and learning