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

 
 
 

Contributors