Category: Python

VS Code & PhpStorm 2-clicks Auto-Format Code

PhpStorm (Menu Code > ReFormat Code/File) * Reformat File has more Options as seen in the second screenshot VS Code (Right-Click + choose: Format Document/Selection) Format Document: For All Document but Format Selection: Only for the Selected Code

Read More

Check the Python version from the command line and in the Python script

/Users/leonidassavvides/PycharmProjects/pythonProject2/venv/bin/python /Users/leonidassavvides/PycharmProjects/pythonProject2/main.pyHi, PyCharmPython 3.10.4Python 3.10.4Python 3.10.4 (v3.10.4:9d38120e33, Mar 23 2022, 17:29:05) [Clang 13.0.0 (clang-1300.0.29.30)] Process finished with exit code 0

Read More

How to unzip multiple fileX.zip to folders simultaneously

how-to-unzip-multiple-files with 7-zip https://www.7-zip.org/download.html   ===============================================   how-to-unzip-multiple-files with Python 3     https://www.python.org/downloads/   Python Scripts DOWNLOAD Here https://lse-blogs.s3.eu-west-1.amazonaws.com/Scripts/scripts-python3-blog-lse-unzip-multiple-files-once.zip

Read More

Powerbank Powering Raspberry Pi

PART 2 – Power Bank Powering Raspberry Pi 4B === PART 1 – Power Bank Powering Raspberry Pi 3B+ ===

Read More

PYGAME – HOW GET USERNAME AND CONTINUE THE GAME

PYGAME – PYTHON 3 : HOW GET USERNAME AND CONTINUE THE GAME ====================================   Coming Soon! Two games/script examples [Snake, Tetris] in Pygame where initially enter Username and also have Top Ten Score/Username Rank… YouTube Video below! SlideShare.net embed below! If you like to buy for

Read More

Hello World! My first test in Raspberry Pi 3 B+

Hello World! My first test in Raspberry Pi 3 B+ ==================== After Run Raspbian OS & Apps like the Free (for R Pi) Mathematica in Raspberry Pi 3 B+… connected in Display HDMI/Keyboard USB/Mouse USB … I proceeded further for Hello World! My first test in

Read More

GUI Python3 vs GUI Shell Scripting

GUI Python 3 vs GUI (Linux) Shell Scripting ================================ As a PHP/JS Web Developer I study in my free time Linux topics online or in e-books… Also started study Python 3… As I mention Python 3 and Linux Shell Scripts provide some commands for creating GUIs

Read More

Best Python Textbook for Beginners

Best Python Textbook for Beginners – for Programming-I course Here i present the Best Python textbook in my opinion i used to start with Python… Advise As a beginner in a programming language you need a textbook that actually is being used in Universities… This must

Read More

Fix an Internet connection – Internet not working

Here is a Python Script If then try… …. else try .., From this script flow & flowchart you can learn to debug a non working connection EASY READ EVEN FOR NON PYTHON PROGRAMMERS SCRIPT HERE // FLOWCHART FOLLOWS 17-internet-connection_py Flowchart          

Read More