Skip to content

introverthacker11/1-Python3_CrashCourse___r2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

image

Python3 Basic Codes Repository

Welcome to the Python3 Basic Codes repository! ๐Ÿš€ This repository is designed to cover the fundamental concepts & basic codes in Python 3, providing a solid foundation for beginners and a handy reference for more experienced programmers.

Covered Topics

1) ๐Ÿงฎ Arithmetic Operations

Learn how to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

2) ๐Ÿ”ค Data Types

Understand the different data types in Python including integers, floats, strings, and booleans.

3) ๐Ÿ“ Variable Casting

Discover how to cast variables from one type to another to suit your programming needs.

4) โœ‚๏ธ String Operations

Manipulate and work with strings through operations like concatenation, slicing, and formatting.

5) ๐Ÿ” String Slicing, Formatting, and Modification

Explore advanced string manipulation techniques including slicing, formatting, and modification.

6) ๐Ÿ”„ Boolean Variables and Evaluation

Learn about boolean variables and how to evaluate expressions in Python.

7) ๐Ÿ“‹ Lists in Python

Understand how to create and manipulate lists, one of Python's most versatile data structures.

8) ๐Ÿ—ƒ๏ธ Tuples in Python

Discover the tuple, an immutable data structure that can store a collection of items.

9) ๐Ÿงฉ Sets

Learn about sets, a collection type that stores unordered, unique items.

10) ๐Ÿ“– Dictionary

Explore dictionaries, a powerful data type for storing key-value pairs.

11) ๐Ÿ”„ Conditional Statements

Master the use of conditional statements (if, elif, else) to control the flow of your programs.

12) ๐Ÿ” While Loop

Understand how to use while loops to execute a block of code repeatedly as long as a condition is true.

13) ๐Ÿ”‚ For Loop

Learn about for loops, which iterate over a sequence of elements.

14) ๐Ÿ› ๏ธ Functions

Create and use functions to organize your code into reusable blocks.

15) ๐Ÿ•’ Working with Date and Time

Manipulate dates and times using Python's built-in modules.

16) ๐Ÿ“‚ File Handling (Read and Write)

Learn how to read from and write to files, enabling your programs to persist data.

17) ๐ŸŽฒ Import Random

Use the random module to generate random numbers and make random choices.

18) ๐Ÿ”— Linked List

Understand the concept of linked lists and how to implement them in Python.

Keep coding and stay curious! ๐ŸŽ‰

About

Python3 | Tutorial Codes | AI | Coding Start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published