Programmers help
Advertise here
  • Basics
  • Cheatsheets
  • Code Snippets
  • Exercises
  • JavaScript
  • Programs
  • Tutorials
  • Programs
  • Videos
  • Tutorials

    Python Tutorial – files

    Managing files in Python What are files, directories and paths? These are simple thing that many computer users already know, but I’ll go through them just to make sure you …

    Read more
    0 FacebookTwitterPinterestEmail
  • Tutorials

    Python tutorial – If, else and elif

    If, else and elif Using if statements Now we know what True and False are. >>> 1 == 1 True >>> 1 == 2 False >>> >>> its_raining = True …

    Read more
    0 FacebookTwitterPinterestEmail
  • Tutorials

    Python tutorial – loops

    Loops In programming, a loop means repeating something multiple times. There are different kinds of loops: While loops repeat something while a condition is true. Until loops repeat something while …

    Read more
    0 FacebookTwitterPinterestEmail
  • Code Snippets

    System info in python

    #script that displays public info about IP, network, and hardware #python3 systemInfo.py import socket from urllib.request import urlopen import re import json import sys, getopt import psutil import platform from …

    Read more
    0 FacebookTwitterPinterestEmail
  • Node.js

    Get system information using node.js

    Systeminformation is a very useful node.js library The library can get detailed information about system, cpu, baseboard, battery, memory, disks/filesystem, network, docker, software, services and processes It is supported on …

    Read more
    0 FacebookTwitterPinterestEmail
  • Ebooks

    Free Java ebooks

    A collection of free ebooks that can be read online and some are downloadable about Java Java 3D Programming in Java – Daniel Selman (PDF) Apache Jakarta Commons: Reusable Java …

    Read more
    0 FacebookTwitterPinterestEmail
  • Ebooks

    Free JavaScript ebooks

    A collection of free Javascript related ebooks that can be read online or even downloaded Basic JavaScript for the impatient programmer – Dr. Axel Rauschmayer (HTML) Book of Modern Frontend …

    Read more
    0 FacebookTwitterPinterestEmail
  • Ebooks

    Free python ebooks

    There are a ton of free ebooks that can be downloaded or viewed online relating to python. Here is our list 100 Page Python Intro – Sundeep Agarwal 20 Python …

    Read more
    0 FacebookTwitterPinterestEmail
  • Resources

    A collection of rust resources

    Awesome Rust A curated list of Rust code and resources. Table of contents Applications Audio and Music Cryptocurrencies Database Emulators Games Graphics Industrial automation Observability Operating systems Productivity Security tools …

    Read more
    0 FacebookTwitterPinterestEmail
  • Cheatsheets

    Python libraries cheasheet

        7. Libraries:        Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile,                                   NumPy, Image, Audio, Games, Data. Libraries Progress Bar # $ pip3 install tqdm >>> from tqdm import …

    Read more
    0 FacebookTwitterPinterestEmail
  • Cheatsheets

    Python cheatsheet – collections

        Collections:   List, Dictionary, Set, Tuple, Range, Enumerate, Iterator, Generator. List <list> = <list>[from_inclusive : to_exclusive : ±step_size] <list>.append(<el>) # Or: <list> += [<el>] <list>.extend(<collection>) # Or: <list> += …

    Read more
    0 FacebookTwitterPinterestEmail
  • Basics

    C# Ternary Operator

    The conditional operator ?:, also known as the ternary conditional operator, evaluates a Boolean expression and returns the result of one of the two expressions, depending on whether the Boolean …

    Read more
    0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Great Offers

Get 12 Generative AI and LLM eBooks worth £324.88 for £9.00

Get 15 Data science eBooks worth £426.85 for £14.15

Get 7 OOP eBooks worth £205.93 for £7.55

Get 9 quantum computing eBooks worth £261.91 for £8.49

Tutorials

  • C Tutorials
  • C# Tutorials
  • C++ tutorials
  • Go Tutorials

Recent Posts

  • How to Fix FileNotFoundException in C# – Beginner Guide with Examples
  • How to Fix DivideByZeroException in C# – Beginner-Friendly Guide
  • How to Fix IndexOutOfRangeException in C# – Simple Guide for Beginners
  • Tutorial: Structs in Rust Programming Language
  • How to Fix NullReferenceException in C# – A Beginner-Friendly Guide
  • How to Fix FileNotFoundError: [Errno 2] No such file or directory in Python
  • How to Safely Handle File Reading and Writing Errors in Python
  • How to Fix IOError: [Errno 13] Permission Denied in Python (Beginner Guide)
Advertise here

Donation Options

What its all for

PayPal


Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

  • Assembly
  • Basics
  • C
  • C#
  • C++
  • Cheatsheets
  • Code Snippets
  • Ebooks
  • Exercises
  • Game Development
  • Go
  • HTML
  • Java
  • JavaScript
  • Node.js
  • PHP
  • Programs
  • Python
  • Resources
  • Rust
  • Tips
  • Tutorials
  • Videos

Other sites

http://learnmicropython.com

http://learningjava.net

http://maxjavascript.com

http://maxpython.com


Back To Top
Programmers help
  • Basics
  • Cheatsheets
  • Code Snippets
  • Exercises
  • JavaScript
  • Programs
  • Tutorials
  • Programs
  • Videos