100 Days of Code The Complete Python Pro Bootcamp for 2022

Overview

100-Day-With-Python

100 Days of Code - The Complete Python Pro Bootcamp for 2022.
In this course, I spend with python language over 100 days, and I update this README file with what I learned on day-to-day basis.

Day 1: Today I learned about Printing, Commenting, Debugging, String Manipulation, and Variables. By the end of today, I created Band Name Generator Project.

Day 2: Today I learned about Data Types, Numbers, Operations, Type Conversion, and f-Strings. By the end of today, I created a Tip Calculator Project.

Day 3: Today I learned about Conditional Statements, Logical Operators, Code Blocks, Scope, and Global & Local Namespacing. By the end of today, I created a Treasure Island Game Project.

Day 4: Today I learned about Randomisation in Python and Python Lists. By the end of today, I created a Rock Paper Scissor Game Project.

Day 5: Today I learned about For Loops, Range, and Code Blocks. By the end of today, I created a Password Generator Project.

Day 6: Today I learned about Functions, Code Blocks Indentation, and While Loops. By the end of today, I solved Reeborg Maze Challenge. To see the challenge Click Here.

Day 7: Today I build a Project. It's a game called Hangman Game.

Day 8: Today I learned about Functions with Inputs. By the end of today, I created a Caesar Cipher Project which Encrypt and Decrypt a message.

Day 9: Today I learned about Dictionaries & Nesting. By the end of today, I created a Silent Auction Project which allows to bid silently.

Day 10: Today I learned about Functions with Outputs. By the end of today, I created a Calculator App Project.

Day 11: Today I apply all the things which I learned previous 10 Days. Today I create a Black Jack Game Project.

Day 12: Today I learned about Local and Global Scopes. By the end of today, I created a Guessing Game Project.

Day 13: Today I learned about Debugging. It's all about how to find the Bug and how to fix it.

Day 14: Today I spend building a game called Higher Lower Game.

Day 15: Today I spend building a Coffee Machine Code.

Owner
Rajdip Das
3rd-year Electronics and Communication Engineer. | Future Institute of Engineering and Management.
Rajdip Das
Python script to generate a visualization of various sorting algorithms, image or video.

sorting_algo_visualizer Python script to generate a visualization of various sorting algorithms, image or video.

146 Nov 12, 2022
A visualization tool made in Pygame for various pathfinding algorithms.

Pathfinding-Visualizer 🚀 A visualization tool made in Pygame for various pathfinding algorithms. Pathfinding is closely related to the shortest path

Aysha sana 7 Jul 09, 2022
Matplotlib colormaps from the yt project !

cmyt Matplotlib colormaps from the yt project ! Colormaps overview The following colormaps, as well as their respective reversed (*_r) versions are av

The yt project 5 Sep 16, 2022
A python wrapper for creating and viewing effects for Matt Parker's christmas tree.

Christmas Tree Visualizer A python wrapper for creating and viewing effects for Matt Parker's christmas tree. Displays py or csv effect files and allo

4 Nov 22, 2022
A research of IT labor market based especially on hh.ru. Salaries, rate of technologies and etc.

hh_ru_research Проект реализован в учебных целях анализа рынка труда, в особенности по hh.ru Input data В качестве входных данных используются сериали

3 Sep 07, 2022
Geocoding library for Python.

geopy geopy is a Python client for several popular geocoding web services. geopy makes it easy for Python developers to locate the coordinates of addr

geopy 3.8k Jan 02, 2023
Material for dataviz course at university of Bordeaux

Material for dataviz course at university of Bordeaux

Nicolas P. Rougier 50 Jul 17, 2022
Collection of scripts for making high quality beautiful math-related posters.

Poster Collection of scripts for making high quality beautiful math-related posters. The poster can have as large printing size as 3x2 square feet wit

Nattawut Phetmak 3 Jun 09, 2022
Fastest Gephi's ForceAtlas2 graph layout algorithm implemented for Python and NetworkX

ForceAtlas2 for Python A port of Gephi's Force Atlas 2 layout algorithm to Python 2 and Python 3 (with a wrapper for NetworkX and igraph). This is the

Bhargav Chippada 227 Jan 05, 2023
Realtime Viewer Mandelbrot set with Python and Taichi (cpu, opengl, cuda, vulkan, metal)

Mandelbrot-set-Realtime-Viewer- Realtime Viewer Mandelbrot set with Python and Taichi (cpu, opengl, cuda, vulkan, metal) Control: "WASD" - movement, "

22 Oct 31, 2022
Comparing USD and GBP Exchange Rates

Currency Data Visualization Comparing USD and GBP Exchange Rates This is a bar graph comparing GBP and USD exchange rates. I chose blue for the UK bec

5 Oct 28, 2021
Bioinformatics tool for exploring RNA-Protein interactions

Explore RNA-Protein interactions. RNPFind is a bioinformatics tool. It takes an RNA transcript as input and gives a list of RNA binding protein (RBP)

Nahin Khan 3 Jan 27, 2022
With Holoviews, your data visualizes itself.

HoloViews Stop plotting your data - annotate your data and let it visualize itself. HoloViews is an open-source Python library designed to make data a

HoloViz 2.3k Jan 04, 2023
DrawBot lets you draw images taken from the internet on Skribbl.io, Gartic Phone and Paint

DrawBot You don't speak french? No worries, english translation is over here. C'est quoi ? DrawBot est un logiciel codé par V2F qui va prendre possess

V2F 205 Jan 01, 2023
A gui application to visualize various sorting algorithms using pure python.

Sorting Algorithm Visualizer A gui application to visualize various sorting algorithms using pure python. Language : Python 3 Libraries required Tkint

Rajarshi Banerjee 19 Nov 30, 2022
Generate visualizations of GitHub user and repository statistics using GitHub Actions.

GitHub Stats Visualization Generate visualizations of GitHub user and repository statistics using GitHub Actions. This project is currently a work-in-

Aditya Thakekar 1 Jan 11, 2022
Flame Graphs visualize profiled code

Flame Graphs visualize profiled code

Brendan Gregg 14.1k Jan 03, 2023
Yata is a fast, simple and easy Data Visulaization tool, running on python dash

Yata is a fast, simple and easy Data Visulaization tool, running on python dash. The main goal of Yata is to provide a easy way for persons with little programming knowledge to visualize their data e

Cybercreek 3 Jun 28, 2021
Plot toolbox based on Matplotlib, simple and elegant.

Elegant-Plot Plot toolbox based on Matplotlib, simple and elegant. 绘制效果 绘制过程 数据准备 每种图标类型的目录下有data.csv文件,依据样例数据填入自己的数据。

3 Jul 15, 2022
An interactive UMAP visualization of the MNIST data set.

Code for an interactive UMAP visualization of the MNIST data set. Demo at https://grantcuster.github.io/umap-explorer/. You can read more about the de

grant 70 Dec 27, 2022