국민의힘 당대표로 이준석 전 최고위원이 당선되면서 지난 11일 '이준석 테마주'가 일제히 요동쳤다.
12일 한국거래소에 따르면 전날 삼보산업은 전 거래일 대비 250원(10.40%) 하락한 2155원에 거래를 마쳤다. 이날 오전까지만 해도 이 전 최고위원의 당선 소식에 20% 이상 급등했지만 오후 들어 급격한 하락세를 연출했다. 넥스트아이 역시 오전에 15% 넘게 급등한 뒤 오후에 하락세로 전환하면서 전 거래일 대비 200원(9.39%) 떨어진 1930원에 장을 마감했다.
두 종목은 대표적인 이준석 관련주로 꼽힌다. 삼보산업은 이 전 최고위원의 부친 이모씨가 과거 산보산업의 자회사인 하이드로젠파워(현 삼보오토)의 법정관리를 맡았던 인연으로 관련주로 분류됐다. 넥스트아이 역시 이 전 최고위원의 아버지가 감사위원으로 재직했던 것으로 알려지면서 주목
# 특수문자 없애기-1
characters = "/'!?|*<>:\\"
str_title = "안녕하세요_!@##$%%^^|/'!?|*<>:\\: Goodmorning"
new_title = ''.join(x for x in str_title if x not in characters)
print(new_title)
#출력
안녕하세요_@##$%%^^ Goodmorning
Therangetype represents an immutable sequence of numbers and is commonly used for looping a specific number of times inforloops.
classrange(stop)classrange(start,stop[,step])
The arguments to the range constructor must be integers (either built-inintor any object that implements the__index__special method). If thestepargument is omitted, it defaults to1. If thestartargument is omitted, it defaults to0. Ifstepis zero,ValueErroris raised.
For a positivestep, the contents of a rangerare determined by the formular[i]=start+step*iwherei>=0andr[i]<stop.
For a negativestep, the contents of the range are still determined by the formular[i]=start+step*i, but the constraints arei>=0andr[i]>stop.
A range object will be empty ifr[0]does not meet the value constraint. Ranges do support negative indices, but these are interpreted as indexing from the end of the sequence determined by the positive indices.
Ranges containing absolute values larger thansys.maxsizeare permitted but some features (such aslen()) may raiseOverflowError.
Ranges implement all of thecommonsequence operations except concatenation and repetition (due to the fact that range objects can only represent sequences that follow a strict pattern and repetition and concatenation will usually violate that pattern).
start
The value of thestartparameter (or0if the parameter was not supplied)
stop
The value of thestopparameter
step
The value of thestepparameter (or1if the parameter was not supplied)
The advantage of therangetype over a regularlistortupleis that arangeobject will always take the same (small) amount of memory, no matter the size of the range it represents (as it only stores thestart,stopandstepvalues, calculating individual items and subranges as needed).
Testing range objects for equality with==and!=compares them as sequences. That is, two range objects are considered equal if they represent the same sequence of values. (Note that two range objects that compare equal might have differentstart,stopandstepattributes, for examplerange(0)==range(2,1,3)orrange(0,3,2)==range(0,4,2).)
Changed in version 3.2:Implement the Sequence ABC. Support slicing and negative indices. Testintobjects for membership in constant time instead of iterating through all items.
Changed in version 3.3:Define ‘==’ and ‘!=’ to compare range objects based on the sequence of values they define (instead of comparing based on object identity).
토스의 성공 가능성에 투자자들도 몰렸다. 모회사인 비바리퍼블리카에 페이팔 등 실리콘밸리 투자자와 싱가포르 국부펀드인 GIC(싱가포르투자청) 등이 지분 참여했고, 최근엔 국책은행 중 최초로 산업은행도 800억원 투자를 논의 중이다. 이날 비바리퍼블리카는 공시를 통해 기업 가치가 8조2000억원이라고 밝혔다. 토스뱅크의 경우 일단 자본금 2500억원으로 출발하지만, 5년간 유상증자를 통해 1조원으로 불릴 계획이다.
이 대표는 10년 뒤 금융 환경은 “40% 정도는 온라인화돼 있을 거다. 금융 상품 제조는 금융사들이 하고 핀테크들이 중개 판매를 맡게 될 것”으로 전망했다. ‘테크핀(금융을 겸비한 IT사)’이든 ‘핀테크(IT를 갖춘 금융사)’든 IT를 제일 잘하는 회사가 종국엔 이길 걸로 예상했다. 금융사가 IT를 더해 가는 게 더 쉽지만 은행들이 고전하는 이유로는 유연성 부족을 들었다. IT 기업들은 새로운 사업 모델을 받아들이는 데 유연하고 적극적인 반면, 은행들은 공적 역할과 위험(리스크) 관리에 치중한 결과 변화가 더뎠다는 말이다.
조 바이든 미국 대통령은 지난 2월 주요 산업 분야 공급망에 어떤 문제가 있는지 100일간 검토하라고 행정부에 지시했다. 미국 제조업을 부흥시키고 전기차 배터리 등에 사용되는 희소 광물에 대한 해외 의존도를 낮춘다는 목표도 제시했다.
100일간의 검토는 반도체와 자동차용 배터리, 제약, 희토류 등 4개 분야로 나뉘어 진행됐다. 백악관은 이날 언론에 배포한 검토 결과에서 “보건 및 경제위기로 증폭되기는 했지만 수십 년간의 투자 부족과 정책적 판단이 다양한 분야와 제품에 있어 취약한 공급망으로 이어졌다”고 진단
백악관 측은 “핵심 광물과 자원의 안정적이고 지속가능한 공급을 위해서 미국은 동맹국, 파트너들과 함께 일해야 한다”면서 “적대적인 국가, 미국이 받아들일 수 없는 환경 및 노동기준을 가진 곳으로부터 공급망을 다변화해야 한다”고 강조
로이터 통신은 민주당 정부가 2030년까지 대부분의 자동차를 전기차로 전환한 뒤 2040년에는 도로 위에 모든 차를 전기차로 대체한다는 야심 찬 기후변화 대응 목표를 추진하고 있다고 전했다.
패치#노트코딩, 주식, 자동매매, 백테스팅, 데이터분석 등 관심 블로그
비전공자이지만 금융 및 관련 프로그래밍에 관심을 두고 열심히 공부중입니다.
우리 모두 경제적 자유를 위해 성공해봅시다!!
※ 혹시, 블로그 내용중 문제되는 내용있으시면 알려주시면 삭제/수정 토록하겠습니다.
※ 모든 내용들은 투자 권유가 아니오니 참고만 하시고, 또한 출처는 모두 표기토록 노력하겠으나 혹시 문제가 되는 글이 있다면 댓글로 남겨주세요~^^